COLOR #C9A614

HEX: #C9A614
RGB: (201,166,20)

Renk bilgisi

#C9A614 contains mainly red and green colors. #C9A614 ‘ nin web güvenlik rengi #CC9900 (ya da #C90) dir.

RGB renk modeli

#C9A614 color RGB value is (201,166,20).

  • kırmız ton 201;
  • yeşil ton 166;
  • mavi ton 20.
RGB:
(201,166,20)
(79%,65%,8%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 166 of 255 = 65%
B 20 of 255 = 8%

201
166
20

R + G + B ~ 51%. #C9A614 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 166 + 20 = 387 (100%)
R 201 of 387 ~ 51.94%
G 166 of 387 ~ 42.89%
B 20 of 387 ~ 5.17%

%51.94
%42.89

CMYK RENK MODELİ

#C9A614 rengi CMYK tonu (0,17,90,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.41%
  • sarı tonu 90.05%
  • ana renk tonu 21.18%
CMYK:
(0,17,90,21)
C0M17Y90K21 
(0%,17%,90%,21%)
(0.00/0.17/0.90/0.21)	

CMYK yüzdeleri

%0
%17.41
%90.05
%21.18

Codes

Color #C9A614 in popluar color models

C9A614
RGB20116620
HSL48°81.90%43.33%
HSB/HSV48°90.05%78.82%
CMYK0.00%17.41%90.05%
21.18%

Color #C9A614 in popluar number systems.

HEXC9A614
Decimal20116620
Binary110010011010011010100
Octal31124624

Shades and tints

Shades of #C9A614

#C9A614
(201,166,20)
#B79713
(183,151,19)
#A58812
(165,136,18)
#937911
(147,121,17)
#816A10
(129,106,16)
#6F5B0F
(111,91,15)
#5D4C0E
(93,76,14)
#4B3D0D
(75,61,13)
#392E0C
(57,46,12)
#271F0B
(39,31,11)
#15100A
(21,16,10)
#000000
(0,0,0)

Tints of #C9A614

#C9A614
(201,166,20)
#CDAE29
(205,174,41)
#D1B63E
(209,182,62)
#D5BE53
(213,190,83)
#D9C668
(217,198,104)
#DDCE7D
(221,206,125)
#E1D692
(225,214,146)
#E5DEA7
(229,222,167)
#E9E6BC
(233,230,188)
#EDEED1
(237,238,209)
#F1F6E6
(241,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A614 color. Also use rgb(201,166,20) instead hex code.

Text Font Color

.myTextColor { color: #C9A614; }

<p style="color:#C9A614">This sample text font color is #C9A614.</p>

This text font color is #C9A614.


Background Color

.myBgColor { background-color: #C9A614; }

<div style="background-color:#C9A614">Inner text</div>

This div background color is #C9A614.


Border color

.myBorderColor { border: 1px solid #C9A614; }

<div style="border:3px solid #C9A614">Div</div>

This div border color is #C9A614.


Opacity

.myOpacity80 { color: #C9A614; opacity: 0.8; }

<p style="color:#C9A614;opacity:0.8;">80%</p>

Text with #C9A614 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C9A614;}

<p style="text-shadow: 3px 3px 1px #C9A614">Text here.</p>

This text has shadow with #C9A614 color.

.textShadow {text-shadow: 3px 3px 1px #C9A614, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C9A614, 5px 5px 20px red">Text here.</p>

This text has shadow with #C9A614 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9A614, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C9A614, Direction=45, Strength=4)">Text</p>

This text has shadow with #C9A614 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C9A614;
  -webkit-box-shadow:	1px 1px 3px 2px #C9A614;
  box-shadow:		1px 1px 3px 2px #C9A614;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9A614;
-webkit-box-shadow: 1px 1px 3px 2px #C9A614;
box-shadow:1px 1px 3px 2px #C9A614;">
Div content here</div>
This div box has shadow with color #C9A614.

Preview

Color preview on black background

This text has color #C9A614 on black background.


Color preview on white background

This text has color #C9A614 on white background.



Black color preview on #C9A614 background

This text has black color on #C9A614 background.


White color preview on #C9A614 background

This text has white color on #C9A614 background.