HEX: #CCD59F
RGB: (204,213,159)
#CCD59F contains red, green and blue colors in about the same proportion. Web safe color of #CCD59F is #CCCC99 (or #CC9).
#CCD59F color RGB value is (204,213,159).
RGB: (204,213,159)
(80%, 84%, 62%)
R 204 of 255 = 80%
G 213 of 255 = 84%
B 159 of 255 = 62%
R + G + B ~ 75%. #CCD59F is quite light color.
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'%
#CCD59F color CMYK value is (4,0,25,16).
CMYK: (4,0,25,16) C4M0Y25K16 (4%,0%,25%,16%) (0.04/0.00/0.25/0.16)
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 of #CCD59F
Tints of #CCD59F
Examples of css and html codes for elements with #CCD59F color. Also use rgb(204,213,159) instead hex code.
.myTextColor { color: #CCD59F; }
<p style="color:#CCD59F">This sample text font color is #CCD59F.</p>
This text font color is #CCD59F.
.myBgColor { background-color: #CCD59F; }
<div style="background-color:#CCD59F">Inner text</div>
This div background color is #CCD59F.
.myBorderColor { border: 1px solid #CCD59F; }
<div style="border:3px solid #CCD59F">Div</div>
This div border color is #CCD59F.
.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%.
.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.
/* 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 text has color #CCD59F on black background.
This text has color #CCD59F on white background.
This text has black color on #CCD59F background.
This text has white color on #CCD59F background.
Complementary color for #hex is #332A60.