COLOR #CAC219

HEX: #CAC219
RGB: (202,194,25)

Color info

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

RGB color model

#CAC219 color RGB value is (202,194,25).

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

RGB channels and saturation

R 202 of 255 = 79%
G 194 of 255 = 76%
B 25 of 255 = 10%

202
194
25

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

Portions of RGB colors in percentages

R + G + B =
202 + 194 + 25 = 421 (100%)
R 202 of 421 ~ 47.98%
G 194 of 421 ~ 46.08%
B 25 of 421 ~ 5.94%

%47.98
%46.08

CMYK color model

#CAC219 color CMYK value is (0,4,88,21).

  • cyan value is 0.00%
  • magenta value is 3.96%
  • yellow value is 87.62%
  • key color value is 20.78%
CMYK:
(0,4,88,21)
C0M4Y88K21 
(0%,4%,88%,21%)
(0.00/0.04/0.88/0.21)	

CMYK percentages

%0
%3.96
%87.62
%20.78

Codes

Color #CAC219 in popluar color models

CAC219
RGB20219425
HSL57°77.97%44.51%
HSB/HSV57°87.62%79.22%
CMYK0.00%3.96%87.62%
20.78%

Color #CAC219 in popluar number systems.

HEXCAC219
Decimal20219425
Binary110010101100001011001
Octal31230231

Shades and tints

Shades of #CAC219

#CAC219
(202,194,25)
#B8B117
(184,177,23)
#A6A015
(166,160,21)
#948F13
(148,143,19)
#827E11
(130,126,17)
#706D0F
(112,109,15)
#5E5C0D
(94,92,13)
#4C4B0B
(76,75,11)
#3A3A09
(58,58,9)
#282907
(40,41,7)
#161805
(22,24,5)
#000000
(0,0,0)

Tints of #CAC219

#CAC219
(202,194,25)
#CEC72D
(206,199,45)
#D2CC41
(210,204,65)
#D6D155
(214,209,85)
#DAD669
(218,214,105)
#DEDB7D
(222,219,125)
#E2E091
(226,224,145)
#E6E5A5
(230,229,165)
#EAEAB9
(234,234,185)
#EEEFCD
(238,239,205)
#F2F4E1
(242,244,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAC219; }

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

This text font color is #CAC219.


Background Color

.myBgColor { background-color: #CAC219; }

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

This div background color is #CAC219.


Border color

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

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

This div border color is #CAC219.


Opacity

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

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

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

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

This text has shadow with #CAC219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAC219 on black background.


Color preview on white background

This text has color #CAC219 on white background.



Black color preview on #CAC219 background

This text has black color on #CAC219 background.


White color preview on #CAC219 background

This text has white color on #CAC219 background.