COLOR #CCAA36

HEX: #CCAA36
RGB: (204,170,54)

Color info

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

RGB color model

#CCAA36 color RGB value is (204,170,54).

  • red value is 204;
  • green value is 170;
  • blue value is 54.
RGB:
(204,170,54)
(80%,67%,21%)

RGB channels and saturation

R 204 of 255 = 80%
G 170 of 255 = 67%
B 54 of 255 = 21%

204
170
54

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

Portions of RGB colors in percentages

R + G + B =
204 + 170 + 54 = 428 (100%)
R 204 of 428 ~ 47.66%
G 170 of 428 ~ 39.72%
B 54 of 428 ~ 12.62%

%47.66
%39.72
%12.62

CMYK color model

#CCAA36 color CMYK value is (0,17,74,20).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 73.53%
  • key color value is 20.00%
CMYK:
(0,17,74,20)
C0M17Y74K20 
(0%,17%,74%,20%)
(0.00/0.17/0.74/0.20)	

CMYK percentages

%0
%16.67
%73.53
%20

Codes

Color #CCAA36 in popluar color models

CCAA36
RGB20417054
HSL46°59.52%50.59%
HSB/HSV46°73.53%80.00%
CMYK0.00%16.67%73.53%
20.00%

Color #CCAA36 in popluar number systems.

HEXCCAA36
Decimal20417054
Binary1100110010101010110110
Octal31425266

Shades and tints

Shades of #CCAA36

#CCAA36
(204,170,54)
#BA9B32
(186,155,50)
#A88C2E
(168,140,46)
#967D2A
(150,125,42)
#846E26
(132,110,38)
#725F22
(114,95,34)
#60501E
(96,80,30)
#4E411A
(78,65,26)
#3C3216
(60,50,22)
#2A2312
(42,35,18)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #CCAA36

#CCAA36
(204,170,54)
#D0B148
(208,177,72)
#D4B85A
(212,184,90)
#D8BF6C
(216,191,108)
#DCC67E
(220,198,126)
#E0CD90
(224,205,144)
#E4D4A2
(228,212,162)
#E8DBB4
(232,219,180)
#ECE2C6
(236,226,198)
#F0E9D8
(240,233,216)
#F4F0EA
(244,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCAA36 color. Also use rgb(204,170,54) instead hex code.

Text Font Color

.myTextColor { color: #CCAA36; }

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

This text font color is #CCAA36.


Background Color

.myBgColor { background-color: #CCAA36; }

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

This div background color is #CCAA36.


Border color

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

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

This div border color is #CCAA36.


Opacity

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

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

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

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

This text has shadow with #CCAA36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCAA36 on black background.


Color preview on white background

This text has color #CCAA36 on white background.



Black color preview on #CCAA36 background

This text has black color on #CCAA36 background.


White color preview on #CCAA36 background

This text has white color on #CCAA36 background.