COLOR #CAAC02

HEX: #CAAC02
RGB: (202,172,2)

Color info

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

RGB color model

#CAAC02 color RGB value is (202,172,2).

  • red value is 202;
  • green value is 172;
  • blue value is 2.
RGB:
(202,172,2)
(79%,67%,1%)

RGB channels and saturation

R 202 of 255 = 79%
G 172 of 255 = 67%
B 2 of 255 = 1%

202
172
2

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

Portions of RGB colors in percentages

R + G + B =
202 + 172 + 2 = 376 (100%)
R 202 of 376 ~ 53.72%
G 172 of 376 ~ 45.74%
B 2 of 376 ~ 0.53%

%53.72
%45.74

CMYK color model

#CAAC02 color CMYK value is (0,15,99,21).

  • cyan value is 0.00%
  • magenta value is 14.85%
  • yellow value is 99.01%
  • key color value is 20.78%
CMYK:
(0,15,99,21)
C0M15Y99K21 
(0%,15%,99%,21%)
(0.00/0.15/0.99/0.21)	

CMYK percentages

%0
%14.85
%99.01
%20.78

Codes

Color #CAAC02 in popluar color models

CAAC02
RGB2021722
HSL51°98.04%40.00%
HSB/HSV51°99.01%79.22%
CMYK0.00%14.85%99.01%
20.78%

Color #CAAC02 in popluar number systems.

HEXCAAC02
Decimal2021722
Binary110010101010110010
Octal3122542

Shades and tints

Shades of #CAAC02

#CAAC02
(202,172,2)
#B89D02
(184,157,2)
#A68E02
(166,142,2)
#947F02
(148,127,2)
#827002
(130,112,2)
#706102
(112,97,2)
#5E5202
(94,82,2)
#4C4302
(76,67,2)
#3A3402
(58,52,2)
#282502
(40,37,2)
#161602
(22,22,2)
#000000
(0,0,0)

Tints of #CAAC02

#CAAC02
(202,172,2)
#CEB319
(206,179,25)
#D2BA30
(210,186,48)
#D6C147
(214,193,71)
#DAC85E
(218,200,94)
#DECF75
(222,207,117)
#E2D68C
(226,214,140)
#E6DDA3
(230,221,163)
#EAE4BA
(234,228,186)
#EEEBD1
(238,235,209)
#F2F2E8
(242,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAAC02 color. Also use rgb(202,172,2) instead hex code.

Text Font Color

.myTextColor { color: #CAAC02; }

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

This text font color is #CAAC02.


Background Color

.myBgColor { background-color: #CAAC02; }

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

This div background color is #CAAC02.


Border color

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

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

This div border color is #CAAC02.


Opacity

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

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

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

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

This text has shadow with #CAAC02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAAC02 on black background.


Color preview on white background

This text has color #CAAC02 on white background.



Black color preview on #CAAC02 background

This text has black color on #CAAC02 background.


White color preview on #CAAC02 background

This text has white color on #CAAC02 background.