COLOR #C9AF22

HEX: #C9AF22
RGB: (201,175,34)

Color info

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

RGB color model

#C9AF22 color RGB value is (201,175,34).

  • red value is 201;
  • green value is 175;
  • blue value is 34.
RGB:
(201,175,34)
(79%,69%,13%)

RGB channels and saturation

R 201 of 255 = 79%
G 175 of 255 = 69%
B 34 of 255 = 13%

201
175
34

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

Portions of RGB colors in percentages

R + G + B =
201 + 175 + 34 = 410 (100%)
R 201 of 410 ~ 49.02%
G 175 of 410 ~ 42.68%
B 34 of 410 ~ 8.29%

%49.02
%42.68

CMYK color model

#C9AF22 color CMYK value is (0,13,83,21).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 83.08%
  • key color value is 21.18%
CMYK:
(0,13,83,21)
C0M13Y83K21 
(0%,13%,83%,21%)
(0.00/0.13/0.83/0.21)	

CMYK percentages

%0
%12.94
%83.08
%21.18

Codes

Color #C9AF22 in popluar color models

C9AF22
RGB20117534
HSL51°71.06%46.08%
HSB/HSV51°83.08%78.82%
CMYK0.00%12.94%83.08%
21.18%

Color #C9AF22 in popluar number systems.

HEXC9AF22
Decimal20117534
Binary1100100110101111100010
Octal31125742

Shades and tints

Shades of #C9AF22

#C9AF22
(201,175,34)
#B7A01F
(183,160,31)
#A5911C
(165,145,28)
#938219
(147,130,25)
#817316
(129,115,22)
#6F6413
(111,100,19)
#5D5510
(93,85,16)
#4B460D
(75,70,13)
#39370A
(57,55,10)
#272807
(39,40,7)
#151904
(21,25,4)
#000000
(0,0,0)

Tints of #C9AF22

#C9AF22
(201,175,34)
#CDB636
(205,182,54)
#D1BD4A
(209,189,74)
#D5C45E
(213,196,94)
#D9CB72
(217,203,114)
#DDD286
(221,210,134)
#E1D99A
(225,217,154)
#E5E0AE
(229,224,174)
#E9E7C2
(233,231,194)
#EDEED6
(237,238,214)
#F1F5EA
(241,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9AF22 color. Also use rgb(201,175,34) instead hex code.

Text Font Color

.myTextColor { color: #C9AF22; }

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

This text font color is #C9AF22.


Background Color

.myBgColor { background-color: #C9AF22; }

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

This div background color is #C9AF22.


Border color

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

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

This div border color is #C9AF22.


Opacity

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

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

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

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

This text has shadow with #C9AF22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AF22 on black background.


Color preview on white background

This text has color #C9AF22 on white background.



Black color preview on #C9AF22 background

This text has black color on #C9AF22 background.


White color preview on #C9AF22 background

This text has white color on #C9AF22 background.