COLOR #CAC215

HEX: #CAC215
RGB: (202,194,21)

Color info

#CAC215 contains mainly red and green colors. Web safe color of #CAC215 is #CCCC00 (or #CC0).

RGB color model

#CAC215 color RGB value is (202,194,21).

  • red value is 202;
  • green value is 194;
  • blue value is 21.
RGB:
(202,194,21)
(79%,76%,8%)

RGB channels and saturation

R 202 of 255 = 79%
G 194 of 255 = 76%
B 21 of 255 = 8%

202
194
21

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

Portions of RGB colors in percentages

R + G + B =
202 + 194 + 21 = 417 (100%)
R 202 of 417 ~ 48.44%
G 194 of 417 ~ 46.52%
B 21 of 417 ~ 5.04%

%48.44
%46.52

CMYK color model

#CAC215 color CMYK value is (0,4,90,21).

  • cyan value is 0.00%
  • magenta value is 3.96%
  • yellow value is 89.60%
  • key color value is 20.78%
CMYK:
(0,4,90,21)
C0M4Y90K21 
(0%,4%,90%,21%)
(0.00/0.04/0.90/0.21)	

CMYK percentages

%0
%3.96
%89.6
%20.78

Codes

Color #CAC215 in popluar color models

CAC215
RGB20219421
HSL57°81.17%43.73%
HSB/HSV57°89.60%79.22%
CMYK0.00%3.96%89.60%
20.78%

Color #CAC215 in popluar number systems.

HEXCAC215
Decimal20219421
Binary110010101100001010101
Octal31230225

Shades and tints

Shades of #CAC215

#CAC215
(202,194,21)
#B8B114
(184,177,20)
#A6A013
(166,160,19)
#948F12
(148,143,18)
#827E11
(130,126,17)
#706D10
(112,109,16)
#5E5C0F
(94,92,15)
#4C4B0E
(76,75,14)
#3A3A0D
(58,58,13)
#28290C
(40,41,12)
#16180B
(22,24,11)
#000000
(0,0,0)

Tints of #CAC215

#CAC215
(202,194,21)
#CEC72A
(206,199,42)
#D2CC3F
(210,204,63)
#D6D154
(214,209,84)
#DAD669
(218,214,105)
#DEDB7E
(222,219,126)
#E2E093
(226,224,147)
#E6E5A8
(230,229,168)
#EAEABD
(234,234,189)
#EEEFD2
(238,239,210)
#F2F4E7
(242,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAC215 color. Also use rgb(202,194,21) instead hex code.

Text Font Color

.myTextColor { color: #CAC215; }

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

This text font color is #CAC215.


Background Color

.myBgColor { background-color: #CAC215; }

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

This div background color is #CAC215.


Border color

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

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

This div border color is #CAC215.


Opacity

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

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

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

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

This text has shadow with #CAC215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAC215 on black background.


Color preview on white background

This text has color #CAC215 on white background.



Black color preview on #CAC215 background

This text has black color on #CAC215 background.


White color preview on #CAC215 background

This text has white color on #CAC215 background.