COLOR #CAA039

HEX: #CAA039
RGB: (202,160,57)

Color info

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

RGB color model

#CAA039 color RGB value is (202,160,57).

  • red value is 202;
  • green value is 160;
  • blue value is 57.
RGB:
(202,160,57)
(79%,63%,22%)

RGB channels and saturation

R 202 of 255 = 79%
G 160 of 255 = 63%
B 57 of 255 = 22%

202
160
57

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

Portions of RGB colors in percentages

R + G + B =
202 + 160 + 57 = 419 (100%)
R 202 of 419 ~ 48.21%
G 160 of 419 ~ 38.19%
B 57 of 419 ~ 13.6%

%48.21
%38.19
%13.6

CMYK color model

#CAA039 color CMYK value is (0,21,72,21).

  • cyan value is 0.00%
  • magenta value is 20.79%
  • yellow value is 71.78%
  • key color value is 20.78%
CMYK:
(0,21,72,21)
C0M21Y72K21 
(0%,21%,72%,21%)
(0.00/0.21/0.72/0.21)	

CMYK percentages

%0
%20.79
%71.78
%20.78

Codes

Color #CAA039 in popluar color models

CAA039
RGB20216057
HSL43°57.77%50.78%
HSB/HSV43°71.78%79.22%
CMYK0.00%20.79%71.78%
20.78%

Color #CAA039 in popluar number systems.

HEXCAA039
Decimal20216057
Binary1100101010100000111001
Octal31224071

Shades and tints

Shades of #CAA039

#CAA039
(202,160,57)
#B89234
(184,146,52)
#A6842F
(166,132,47)
#94762A
(148,118,42)
#826825
(130,104,37)
#705A20
(112,90,32)
#5E4C1B
(94,76,27)
#4C3E16
(76,62,22)
#3A3011
(58,48,17)
#28220C
(40,34,12)
#161407
(22,20,7)
#000000
(0,0,0)

Tints of #CAA039

#CAA039
(202,160,57)
#CEA84B
(206,168,75)
#D2B05D
(210,176,93)
#D6B86F
(214,184,111)
#DAC081
(218,192,129)
#DEC893
(222,200,147)
#E2D0A5
(226,208,165)
#E6D8B7
(230,216,183)
#EAE0C9
(234,224,201)
#EEE8DB
(238,232,219)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAA039 color. Also use rgb(202,160,57) instead hex code.

Text Font Color

.myTextColor { color: #CAA039; }

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

This text font color is #CAA039.


Background Color

.myBgColor { background-color: #CAA039; }

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

This div background color is #CAA039.


Border color

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

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

This div border color is #CAA039.


Opacity

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

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

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

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

This text has shadow with #CAA039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA039 on black background.


Color preview on white background

This text has color #CAA039 on white background.



Black color preview on #CAA039 background

This text has black color on #CAA039 background.


White color preview on #CAA039 background

This text has white color on #CAA039 background.