COLOR #CC9D05

HEX: #CC9D05
RGB: (204,157,5)

Color info

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

RGB color model

#CC9D05 color RGB value is (204,157,5).

  • red value is 204;
  • green value is 157;
  • blue value is 5.
RGB:
(204,157,5)
(80%,62%,2%)

RGB channels and saturation

R 204 of 255 = 80%
G 157 of 255 = 62%
B 5 of 255 = 2%

204
157
5

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

Portions of RGB colors in percentages

R + G + B =
204 + 157 + 5 = 366 (100%)
R 204 of 366 ~ 55.74%
G 157 of 366 ~ 42.9%
B 5 of 366 ~ 1.37%

%55.74
%42.9

CMYK color model

#CC9D05 color CMYK value is (0,23,98,20).

  • cyan value is 0.00%
  • magenta value is 23.04%
  • yellow value is 97.55%
  • key color value is 20.00%
CMYK:
(0,23,98,20)
C0M23Y98K20 
(0%,23%,98%,20%)
(0.00/0.23/0.98/0.20)	

CMYK percentages

%0
%23.04
%97.55
%20

Codes

Color #CC9D05 in popluar color models

CC9D05
RGB2041575
HSL46°95.22%40.98%
HSB/HSV46°97.55%80.00%
CMYK0.00%23.04%97.55%
20.00%

Color #CC9D05 in popluar number systems.

HEXCC9D05
Decimal2041575
Binary1100110010011101101
Octal3142355

Shades and tints

Shades of #CC9D05

#CC9D05
(204,157,5)
#BA8F05
(186,143,5)
#A88105
(168,129,5)
#967305
(150,115,5)
#846505
(132,101,5)
#725705
(114,87,5)
#604905
(96,73,5)
#4E3B05
(78,59,5)
#3C2D05
(60,45,5)
#2A1F05
(42,31,5)
#181105
(24,17,5)
#000000
(0,0,0)

Tints of #CC9D05

#CC9D05
(204,157,5)
#D0A51B
(208,165,27)
#D4AD31
(212,173,49)
#D8B547
(216,181,71)
#DCBD5D
(220,189,93)
#E0C573
(224,197,115)
#E4CD89
(228,205,137)
#E8D59F
(232,213,159)
#ECDDB5
(236,221,181)
#F0E5CB
(240,229,203)
#F4EDE1
(244,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC9D05 color. Also use rgb(204,157,5) instead hex code.

Text Font Color

.myTextColor { color: #CC9D05; }

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

This text font color is #CC9D05.


Background Color

.myBgColor { background-color: #CC9D05; }

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

This div background color is #CC9D05.


Border color

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

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

This div border color is #CC9D05.


Opacity

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

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

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

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

This text has shadow with #CC9D05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9D05 on black background.


Color preview on white background

This text has color #CC9D05 on white background.



Black color preview on #CC9D05 background

This text has black color on #CC9D05 background.


White color preview on #CC9D05 background

This text has white color on #CC9D05 background.