COLOR #CAA212

HEX: #CAA212
RGB: (202,162,18)

Color info

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

RGB color model

#CAA212 color RGB value is (202,162,18).

  • red value is 202;
  • green value is 162;
  • blue value is 18.
RGB:
(202,162,18)
(79%,64%,7%)

RGB channels and saturation

R 202 of 255 = 79%
G 162 of 255 = 64%
B 18 of 255 = 7%

202
162
18

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

Portions of RGB colors in percentages

R + G + B =
202 + 162 + 18 = 382 (100%)
R 202 of 382 ~ 52.88%
G 162 of 382 ~ 42.41%
B 18 of 382 ~ 4.71%

%52.88
%42.41

CMYK color model

#CAA212 color CMYK value is (0,20,91,21).

  • cyan value is 0.00%
  • magenta value is 19.80%
  • yellow value is 91.09%
  • key color value is 20.78%
CMYK:
(0,20,91,21)
C0M20Y91K21 
(0%,20%,91%,21%)
(0.00/0.20/0.91/0.21)	

CMYK percentages

%0
%19.8
%91.09
%20.78

Codes

Color #CAA212 in popluar color models

CAA212
RGB20216218
HSL47°83.64%43.14%
HSB/HSV47°91.09%79.22%
CMYK0.00%19.80%91.09%
20.78%

Color #CAA212 in popluar number systems.

HEXCAA212
Decimal20216218
Binary110010101010001010010
Octal31224222

Shades and tints

Shades of #CAA212

#CAA212
(202,162,18)
#B89411
(184,148,17)
#A68610
(166,134,16)
#94780F
(148,120,15)
#826A0E
(130,106,14)
#705C0D
(112,92,13)
#5E4E0C
(94,78,12)
#4C400B
(76,64,11)
#3A320A
(58,50,10)
#282409
(40,36,9)
#161608
(22,22,8)
#000000
(0,0,0)

Tints of #CAA212

#CAA212
(202,162,18)
#CEAA27
(206,170,39)
#D2B23C
(210,178,60)
#D6BA51
(214,186,81)
#DAC266
(218,194,102)
#DECA7B
(222,202,123)
#E2D290
(226,210,144)
#E6DAA5
(230,218,165)
#EAE2BA
(234,226,186)
#EEEACF
(238,234,207)
#F2F2E4
(242,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAA212 color. Also use rgb(202,162,18) instead hex code.

Text Font Color

.myTextColor { color: #CAA212; }

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

This text font color is #CAA212.


Background Color

.myBgColor { background-color: #CAA212; }

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

This div background color is #CAA212.


Border color

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

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

This div border color is #CAA212.


Opacity

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

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

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

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

This text has shadow with #CAA212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA212 on black background.


Color preview on white background

This text has color #CAA212 on white background.



Black color preview on #CAA212 background

This text has black color on #CAA212 background.


White color preview on #CAA212 background

This text has white color on #CAA212 background.