COLOR #CC9932

HEX: #CC9932
RGB: (204,153,50)

Color info

#CC9932 contains mainly red and green colors. Web safe color of #CC9932 is #CC9933 (or #C93).

RGB color model

#CC9932 color RGB value is (204,153,50).

  • red value is 204;
  • green value is 153;
  • blue value is 50.
RGB:
(204,153,50)
(80%,60%,20%)

RGB channels and saturation

R 204 of 255 = 80%
G 153 of 255 = 60%
B 50 of 255 = 20%

204
153
50

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

Portions of RGB colors in percentages

R + G + B =
204 + 153 + 50 = 407 (100%)
R 204 of 407 ~ 50.12%
G 153 of 407 ~ 37.59%
B 50 of 407 ~ 12.29%

%50.12
%37.59
%12.29

CMYK color model

#CC9932 color CMYK value is (0,25,75,20).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 75.49%
  • key color value is 20.00%
CMYK:
(0,25,75,20)
C0M25Y75K20 
(0%,25%,75%,20%)
(0.00/0.25/0.75/0.20)	

CMYK percentages

%0
%25
%75.49
%20

Codes

Color #CC9932 in popluar color models

CC9932
RGB20415350
HSL40°60.63%49.80%
HSB/HSV40°75.49%80.00%
CMYK0.00%25.00%75.49%
20.00%

Color #CC9932 in popluar number systems.

HEXCC9932
Decimal20415350
Binary1100110010011001110010
Octal31423162

Shades and tints

Shades of #CC9932

#CC9932
(204,153,50)
#BA8C2E
(186,140,46)
#A87F2A
(168,127,42)
#967226
(150,114,38)
#846522
(132,101,34)
#72581E
(114,88,30)
#604B1A
(96,75,26)
#4E3E16
(78,62,22)
#3C3112
(60,49,18)
#2A240E
(42,36,14)
#18170A
(24,23,10)
#000000
(0,0,0)

Tints of #CC9932

#CC9932
(204,153,50)
#D0A244
(208,162,68)
#D4AB56
(212,171,86)
#D8B468
(216,180,104)
#DCBD7A
(220,189,122)
#E0C68C
(224,198,140)
#E4CF9E
(228,207,158)
#E8D8B0
(232,216,176)
#ECE1C2
(236,225,194)
#F0EAD4
(240,234,212)
#F4F3E6
(244,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC9932 color. Also use rgb(204,153,50) instead hex code.

Text Font Color

.myTextColor { color: #CC9932; }

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

This text font color is #CC9932.


Background Color

.myBgColor { background-color: #CC9932; }

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

This div background color is #CC9932.


Border color

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

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

This div border color is #CC9932.


Opacity

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

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

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

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

This text has shadow with #CC9932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9932 on black background.


Color preview on white background

This text has color #CC9932 on white background.



Black color preview on #CC9932 background

This text has black color on #CC9932 background.


White color preview on #CC9932 background

This text has white color on #CC9932 background.