COLOR #C9A418

HEX: #C9A418
RGB: (201,164,24)

Color info

#C9A418 contains mainly red and green colors. Web safe color of #C9A418 is #CC9900 (or #C90).

RGB color model

#C9A418 color RGB value is (201,164,24).

  • red value is 201;
  • green value is 164;
  • blue value is 24.
RGB:
(201,164,24)
(79%,64%,9%)

RGB channels and saturation

R 201 of 255 = 79%
G 164 of 255 = 64%
B 24 of 255 = 9%

201
164
24

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

Portions of RGB colors in percentages

R + G + B =
201 + 164 + 24 = 389 (100%)
R 201 of 389 ~ 51.67%
G 164 of 389 ~ 42.16%
B 24 of 389 ~ 6.17%

%51.67
%42.16

CMYK color model

#C9A418 color CMYK value is (0,18,88,21).

  • cyan value is 0.00%
  • magenta value is 18.41%
  • yellow value is 88.06%
  • key color value is 21.18%
CMYK:
(0,18,88,21)
C0M18Y88K21 
(0%,18%,88%,21%)
(0.00/0.18/0.88/0.21)	

CMYK percentages

%0
%18.41
%88.06
%21.18

Codes

Color #C9A418 in popluar color models

C9A418
RGB20116424
HSL47°78.67%44.12%
HSB/HSV47°88.06%78.82%
CMYK0.00%18.41%88.06%
21.18%

Color #C9A418 in popluar number systems.

HEXC9A418
Decimal20116424
Binary110010011010010011000
Octal31124430

Shades and tints

Shades of #C9A418

#C9A418
(201,164,24)
#B79616
(183,150,22)
#A58814
(165,136,20)
#937A12
(147,122,18)
#816C10
(129,108,16)
#6F5E0E
(111,94,14)
#5D500C
(93,80,12)
#4B420A
(75,66,10)
#393408
(57,52,8)
#272606
(39,38,6)
#151804
(21,24,4)
#000000
(0,0,0)

Tints of #C9A418

#C9A418
(201,164,24)
#CDAC2D
(205,172,45)
#D1B442
(209,180,66)
#D5BC57
(213,188,87)
#D9C46C
(217,196,108)
#DDCC81
(221,204,129)
#E1D496
(225,212,150)
#E5DCAB
(229,220,171)
#E9E4C0
(233,228,192)
#EDECD5
(237,236,213)
#F1F4EA
(241,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A418 color. Also use rgb(201,164,24) instead hex code.

Text Font Color

.myTextColor { color: #C9A418; }

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

This text font color is #C9A418.


Background Color

.myBgColor { background-color: #C9A418; }

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

This div background color is #C9A418.


Border color

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

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

This div border color is #C9A418.


Opacity

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

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

Text with #C9A418 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 #C9A418;}

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

This text has shadow with #C9A418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A418 on black background.


Color preview on white background

This text has color #C9A418 on white background.



Black color preview on #C9A418 background

This text has black color on #C9A418 background.


White color preview on #C9A418 background

This text has white color on #C9A418 background.