COLOR #CAC853

HEX: #CAC853
RGB: (202,200,83)

Color info

#CAC853 contains mainly red and green colors. Web safe color of #CAC853 is #CCCC66 (or #CC6).

RGB color model

#CAC853 color RGB value is (202,200,83).

  • red value is 202;
  • green value is 200;
  • blue value is 83.
RGB:
(202,200,83)
(79%,78%,33%)

RGB channels and saturation

R 202 of 255 = 79%
G 200 of 255 = 78%
B 83 of 255 = 33%

202
200
83

R + G + B ~ 63%. #CAC853 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 200 + 83 = 485 (100%)
R 202 of 485 ~ 41.65%
G 200 of 485 ~ 41.24%
B 83 of 485 ~ 17.11%

%41.65
%41.24
%17.11

CMYK color model

#CAC853 color CMYK value is (0,1,59,21).

  • cyan value is 0.00%
  • magenta value is 0.99%
  • yellow value is 58.91%
  • key color value is 20.78%
CMYK:
(0,1,59,21)
C0M1Y59K21 
(0%,1%,59%,21%)
(0.00/0.01/0.59/0.21)	

CMYK percentages

%0
%0.99
%58.91
%20.78

Codes

Color #CAC853 in popluar color models

CAC853
RGB20220083
HSL59°52.89%55.88%
HSB/HSV59°58.91%79.22%
CMYK0.00%0.99%58.91%
20.78%

Color #CAC853 in popluar number systems.

HEXCAC853
Decimal20220083
Binary11001010110010001010011
Octal312310123

Shades and tints

Shades of #CAC853

#CAC853
(202,200,83)
#B8B64C
(184,182,76)
#A6A445
(166,164,69)
#94923E
(148,146,62)
#828037
(130,128,55)
#706E30
(112,110,48)
#5E5C29
(94,92,41)
#4C4A22
(76,74,34)
#3A381B
(58,56,27)
#282614
(40,38,20)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #CAC853

#CAC853
(202,200,83)
#CECD62
(206,205,98)
#D2D271
(210,210,113)
#D6D780
(214,215,128)
#DADC8F
(218,220,143)
#DEE19E
(222,225,158)
#E2E6AD
(226,230,173)
#E6EBBC
(230,235,188)
#EAF0CB
(234,240,203)
#EEF5DA
(238,245,218)
#F2FAE9
(242,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAC853 color. Also use rgb(202,200,83) instead hex code.

Text Font Color

.myTextColor { color: #CAC853; }

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

This text font color is #CAC853.


Background Color

.myBgColor { background-color: #CAC853; }

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

This div background color is #CAC853.


Border color

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

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

This div border color is #CAC853.


Opacity

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

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

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

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

This text has shadow with #CAC853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAC853 on black background.


Color preview on white background

This text has color #CAC853 on white background.



Black color preview on #CAC853 background

This text has black color on #CAC853 background.


White color preview on #CAC853 background

This text has white color on #CAC853 background.