COLOR #CCC72F

HEX: #CCC72F
RGB: (204,199,47)

Color info

#CCC72F contains mainly red and green colors. Web safe color of #CCC72F is #CCCC33 (or #CC3).

RGB color model

#CCC72F color RGB value is (204,199,47).

  • red value is 204;
  • green value is 199;
  • blue value is 47.
RGB:
(204,199,47)
(80%,78%,18%)

RGB channels and saturation

R 204 of 255 = 80%
G 199 of 255 = 78%
B 47 of 255 = 18%

204
199
47

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

Portions of RGB colors in percentages

R + G + B =
204 + 199 + 47 = 450 (100%)
R 204 of 450 ~ 45.33%
G 199 of 450 ~ 44.22%
B 47 of 450 ~ 10.44%

%45.33
%44.22
%10.44

CMYK color model

#CCC72F color CMYK value is (0,2,77,20).

  • cyan value is 0.00%
  • magenta value is 2.45%
  • yellow value is 76.96%
  • key color value is 20.00%
CMYK:
(0,2,77,20)
C0M2Y77K20 
(0%,2%,77%,20%)
(0.00/0.02/0.77/0.20)	

CMYK percentages

%0
%2.45
%76.96
%20

Codes

Color #CCC72F in popluar color models

CCC72F
RGB20419947
HSL58°62.55%49.22%
HSB/HSV58°76.96%80.00%
CMYK0.00%2.45%76.96%
20.00%

Color #CCC72F in popluar number systems.

HEXCCC72F
Decimal20419947
Binary1100110011000111101111
Octal31430757

Shades and tints

Shades of #CCC72F

#CCC72F
(204,199,47)
#BAB52B
(186,181,43)
#A8A327
(168,163,39)
#969123
(150,145,35)
#847F1F
(132,127,31)
#726D1B
(114,109,27)
#605B17
(96,91,23)
#4E4913
(78,73,19)
#3C370F
(60,55,15)
#2A250B
(42,37,11)
#181307
(24,19,7)
#000000
(0,0,0)

Tints of #CCC72F

#CCC72F
(204,199,47)
#D0CC41
(208,204,65)
#D4D153
(212,209,83)
#D8D665
(216,214,101)
#DCDB77
(220,219,119)
#E0E089
(224,224,137)
#E4E59B
(228,229,155)
#E8EAAD
(232,234,173)
#ECEFBF
(236,239,191)
#F0F4D1
(240,244,209)
#F4F9E3
(244,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC72F color. Also use rgb(204,199,47) instead hex code.

Text Font Color

.myTextColor { color: #CCC72F; }

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

This text font color is #CCC72F.


Background Color

.myBgColor { background-color: #CCC72F; }

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

This div background color is #CCC72F.


Border color

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

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

This div border color is #CCC72F.


Opacity

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

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

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

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

This text has shadow with #CCC72F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC72F on black background.


Color preview on white background

This text has color #CCC72F on white background.



Black color preview on #CCC72F background

This text has black color on #CCC72F background.


White color preview on #CCC72F background

This text has white color on #CCC72F background.