COLOR #CCC959

HEX: #CCC959 RGB: (204,201,89)

Color info

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

RGB color model

#CCC959 color RGB value is (204,201,89).

RGB: (204,201,89) (80%, 79%, 35%)

RGB channels and saturation

R 204 of 255 = 80%
G 201 of 255 = 79%
B 89 of 255 = 35%

204
201
89

R + G + B ~ 65%. #CCC959 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 201 + 89 = 494 (100%)
R 204 of 494 ~ 41.3%
G 201 of 494 ~ 40.69%
B 89 of 494 ~ 18.02'%

%41.3
%40.69
%18.02

CMYK color model

#CCC959 color CMYK value is (0,1,56,20).

  • cyan value is 0.00%
  • magenta value is 1.47%
  • yellow value is 56.37%
  • key color value is 20.00%

CMYK: (0,1,56,20)
C0M1Y56K20 (0%, 1%, 56%, 20%)
(0.00 / 0.01 / 0.56 / 0.20)

CMYK percentages

%0
%1.47
%56.37
%20

Codes

Color #CCC959 in popluar color models

CC C9 59
RGB 204 201 89
HSL 58° 53.00% 57.45%
HSB/HSV 58° 56.37% 80.00%
CMYK 0.00% 1.47% 56.37%
20.00%

Color #CCC959 in popluar number systems.

HEX CC C9 59
Decimal 204 201 89
Binary 11001100 11001001 1011001
Octal 314 311 131

Shades and tints

Shades of #CCC959

#CCC959
(204,201,89)
#BAB751
(186,183,81)
#A8A549
(168,165,73)
#969341
(150,147,65)
#848139
(132,129,57)
#726F31
(114,111,49)
#605D29
(96,93,41)
#4E4B21
(78,75,33)
#3C3919
(60,57,25)
#2A2711
(42,39,17)
#181509
(24,21,9)
#000000
(0,0,0)

Tints of #CCC959

#CCC959
(204,201,89)
#D0CD68
(208,205,104)
#D4D177
(212,209,119)
#D8D586
(216,213,134)
#DCD995
(220,217,149)
#E0DDA4
(224,221,164)
#E4E1B3
(228,225,179)
#E8E5C2
(232,229,194)
#ECE9D1
(236,233,209)
#F0EDE0
(240,237,224)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC959 color. Also use rgb(204,201,89) instead hex code.

Text Font Color

.myTextColor { color: #CCC959; }

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

This text font color is #CCC959.

Background Color

.myBgColor { background-color: #CCC959; }

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

This div background color is #CCC959.

Border color

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

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

This div border color is #CCC959.

Opacity

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

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

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

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

This text has shadow with #CCC959 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC959.

Preview

Color preview on black background

This text has color #CCC959 on black background.


Color preview on white background

This text has color #CCC959 on white background.


Black color preview on #CCC959 background

This text has black color on #CCC959 background.


White color preview on #CCC959 background

This text has white color on #CCC959 background.


Related colors

Complementary color

Complementary color for #hex is #3336A6.


I love getcolorcode.com

Triadic colors

1 #59CCC9 and #C959CC with #CCC959 are triadic colors.

2 #59C9CC and #C9CC59 with #CCC959 are triadic colors.