COLOR #C9AC1D

HEX: #C9AC1D
RGB: (201,172,29)

Color info

#C9AC1D contains mainly red and green colors. Web safe color of #C9AC1D is #CC9933 (or #C93).

RGB color model

#C9AC1D color RGB value is (201,172,29).

  • red value is 201;
  • green value is 172;
  • blue value is 29.
RGB:
(201,172,29)
(79%,67%,11%)

RGB channels and saturation

R 201 of 255 = 79%
G 172 of 255 = 67%
B 29 of 255 = 11%

201
172
29

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

Portions of RGB colors in percentages

R + G + B =
201 + 172 + 29 = 402 (100%)
R 201 of 402 ~ 50%
G 172 of 402 ~ 42.79%
B 29 of 402 ~ 7.21%

%50
%42.79

CMYK color model

#C9AC1D color CMYK value is (0,14,86,21).

  • cyan value is 0.00%
  • magenta value is 14.43%
  • yellow value is 85.57%
  • key color value is 21.18%
CMYK:
(0,14,86,21)
C0M14Y86K21 
(0%,14%,86%,21%)
(0.00/0.14/0.86/0.21)	

CMYK percentages

%0
%14.43
%85.57
%21.18

Codes

Color #C9AC1D in popluar color models

C9AC1D
RGB20117229
HSL50°74.78%45.10%
HSB/HSV50°85.57%78.82%
CMYK0.00%14.43%85.57%
21.18%

Color #C9AC1D in popluar number systems.

HEXC9AC1D
Decimal20117229
Binary110010011010110011101
Octal31125435

Shades and tints

Shades of #C9AC1D

#C9AC1D
(201,172,29)
#B79D1B
(183,157,27)
#A58E19
(165,142,25)
#937F17
(147,127,23)
#817015
(129,112,21)
#6F6113
(111,97,19)
#5D5211
(93,82,17)
#4B430F
(75,67,15)
#39340D
(57,52,13)
#27250B
(39,37,11)
#151609
(21,22,9)
#000000
(0,0,0)

Tints of #C9AC1D

#C9AC1D
(201,172,29)
#CDB331
(205,179,49)
#D1BA45
(209,186,69)
#D5C159
(213,193,89)
#D9C86D
(217,200,109)
#DDCF81
(221,207,129)
#E1D695
(225,214,149)
#E5DDA9
(229,221,169)
#E9E4BD
(233,228,189)
#EDEBD1
(237,235,209)
#F1F2E5
(241,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9AC1D color. Also use rgb(201,172,29) instead hex code.

Text Font Color

.myTextColor { color: #C9AC1D; }

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

This text font color is #C9AC1D.


Background Color

.myBgColor { background-color: #C9AC1D; }

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

This div background color is #C9AC1D.


Border color

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

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

This div border color is #C9AC1D.


Opacity

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

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

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

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

This text has shadow with #C9AC1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AC1D on black background.


Color preview on white background

This text has color #C9AC1D on white background.



Black color preview on #C9AC1D background

This text has black color on #C9AC1D background.


White color preview on #C9AC1D background

This text has white color on #C9AC1D background.