COLOR #CCD59F

HEX: #CCD59F RGB: (204,213,159)

Color info

#CCD59F contains red, green and blue colors in about the same proportion. Web safe color of #CCD59F is #CCCC99 (or #CC9).

RGB color model

#CCD59F color RGB value is (204,213,159).

RGB: (204,213,159) (80%, 84%, 62%)

RGB channels and saturation

R 204 of 255 = 80%
G 213 of 255 = 84%
B 159 of 255 = 62%

204
213
159

R + G + B ~ 75%. #CCD59F is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 213 + 159 = 576 (100%)
R 204 of 576 ~ 35.42%
G 213 of 576 ~ 36.98%
B 159 of 576 ~ 27.6'%

%35.42
%36.98
%27.6

CMYK color model

#CCD59F color CMYK value is (4,0,25,16).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 25.35%
  • key color value is 16.47%
CMYK: (4,0,25,16) C4M0Y25K16 (4%,0%,25%,16%) (0.04/0.00/0.25/0.16) 

CMYK percentages

%4.23
%0
%25.35
%16.47

Codes

Color #CCD59F in popluar color models

CC D5 9F
RGB 204 213 159
HSL 70° 39.13% 72.94%
HSB/HSV 70° 25.35% 83.53%
CMYK 4.23% 0.00% 25.35%
16.47%

Color #CCD59F in popluar number systems.

HEX CC D5 9F
Decimal 204 213 159
Binary 11001100 11010101 10011111
Octal 314 325 237

Shades and tints

Shades of #CCD59F

#CCD59F
(204,213,159)
#BAC291
(186,194,145)
#A8AF83
(168,175,131)
#969C75
(150,156,117)
#848967
(132,137,103)
#727659
(114,118,89)
#60634B
(96,99,75)
#4E503D
(78,80,61)
#3C3D2F
(60,61,47)
#2A2A21
(42,42,33)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #CCD59F

#CCD59F
(204,213,159)
#D0D8A7
(208,216,167)
#D4DBAF
(212,219,175)
#D8DEB7
(216,222,183)
#DCE1BF
(220,225,191)
#E0E4C7
(224,228,199)
#E4E7CF
(228,231,207)
#E8EAD7
(232,234,215)
#ECEDDF
(236,237,223)
#F0F0E7
(240,240,231)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD59F color. Also use rgb(204,213,159) instead hex code.

Text Font Color

.myTextColor { color: #CCD59F; }

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

This text font color is #CCD59F.

Background Color

.myBgColor { background-color: #CCD59F; }

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

This div background color is #CCD59F.

Border color

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

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

This div border color is #CCD59F.

Opacity

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

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

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

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

This text has shadow with #CCD59F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD59F.

Preview

Color preview on black background

This text has color #CCD59F on black background.


Color preview on white background

This text has color #CCD59F on white background.


Black color preview on #CCD59F background

This text has black color on #CCD59F background.


White color preview on #CCD59F background

This text has white color on #CCD59F background.


Related colors

Complementary color

Complementary color for #hex is #332A60.


I love getcolorcode.com

Triadic colors

1 #9FCCD5 and #D59FCC with #CCD59F are triadic colors.

2 #9FD5CC and #D5CC9F with #CCD59F are triadic colors.