COLOR #CAA921

HEX: #CAA921
RGB: (202,169,33)

Color info

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

RGB color model

#CAA921 color RGB value is (202,169,33).

  • red value is 202;
  • green value is 169;
  • blue value is 33.
RGB:
(202,169,33)
(79%,66%,13%)

RGB channels and saturation

R 202 of 255 = 79%
G 169 of 255 = 66%
B 33 of 255 = 13%

202
169
33

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

Portions of RGB colors in percentages

R + G + B =
202 + 169 + 33 = 404 (100%)
R 202 of 404 ~ 50%
G 169 of 404 ~ 41.83%
B 33 of 404 ~ 8.17%

%50
%41.83

CMYK color model

#CAA921 color CMYK value is (0,16,84,21).

  • cyan value is 0.00%
  • magenta value is 16.34%
  • yellow value is 83.66%
  • key color value is 20.78%
CMYK:
(0,16,84,21)
C0M16Y84K21 
(0%,16%,84%,21%)
(0.00/0.16/0.84/0.21)	

CMYK percentages

%0
%16.34
%83.66
%20.78

Codes

Color #CAA921 in popluar color models

CAA921
RGB20216933
HSL48°71.91%46.08%
HSB/HSV48°83.66%79.22%
CMYK0.00%16.34%83.66%
20.78%

Color #CAA921 in popluar number systems.

HEXCAA921
Decimal20216933
Binary1100101010101001100001
Octal31225141

Shades and tints

Shades of #CAA921

#CAA921
(202,169,33)
#B89A1E
(184,154,30)
#A68B1B
(166,139,27)
#947C18
(148,124,24)
#826D15
(130,109,21)
#705E12
(112,94,18)
#5E4F0F
(94,79,15)
#4C400C
(76,64,12)
#3A3109
(58,49,9)
#282206
(40,34,6)
#161303
(22,19,3)
#000000
(0,0,0)

Tints of #CAA921

#CAA921
(202,169,33)
#CEB035
(206,176,53)
#D2B749
(210,183,73)
#D6BE5D
(214,190,93)
#DAC571
(218,197,113)
#DECC85
(222,204,133)
#E2D399
(226,211,153)
#E6DAAD
(230,218,173)
#EAE1C1
(234,225,193)
#EEE8D5
(238,232,213)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAA921 color. Also use rgb(202,169,33) instead hex code.

Text Font Color

.myTextColor { color: #CAA921; }

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

This text font color is #CAA921.


Background Color

.myBgColor { background-color: #CAA921; }

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

This div background color is #CAA921.


Border color

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

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

This div border color is #CAA921.


Opacity

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

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

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

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

This text has shadow with #CAA921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA921 on black background.


Color preview on white background

This text has color #CAA921 on white background.



Black color preview on #CAA921 background

This text has black color on #CAA921 background.


White color preview on #CAA921 background

This text has white color on #CAA921 background.