Shades of Deco #CCD087
Tints of Deco #CCD087
RGB
CMYK
RGB Variations
Color information
#CCD087 (or 0xCCD087) is known color: Deco. HEX triplet: CC, D0 and 87. RGB value is (204,208,135). Sum of RGB (Red+Green+Blue) = 204+208+135=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 135 (53.12% from 255 or 24.68% from 547); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD087 is #332F78. Grayscale: #C6C6C6. Windows color (decimal): -3354489 or 8900812. OLE color: 8900812.
HSL color Cylindrical-coordinate representation of color #CCD087: hue angle of 63.29º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCD087 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 135 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.18 |
| HSL | 63.29º | 0.44% | 0.67% | - |
| HSV(B) | 63.29º | 0.35% | 0.82% | - |
| XYZ | 51.83 | 59.7 | 31.71 | - |
| YUV | 198.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 135 | 0.02 | 0 | 0.35 | 0.18 | 63.29 | 0.44 | 0.67 |
| Hex | CC | D0 | 87 | 2 | 0 | 23 | 12 | 3F | 2C | 43 |
| Octal | 314 | 320 | 207 | 2 | 0 | 43 | 22 | 77 | 54 | 103 |
| Binary | 11001100 | 11010000 | 10000111 | 10 | 0 | 100011 | 10010 | 111111 | 101100 | 1000011 |
Color Harmonies of #CCD087
Complementary color
Monochromatic Colors of #CCD087
Black with #CCD087
Text Example
Text Example
White with #CCD087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD087; }
p { color: rgb(204,208,135); }
H1.HeaderClassName
{
color: #CCD087;
}
.AnyTagClassName
{
color: #CCD087;
}
</style>
background-color css
<style>
a { background-color: #CCD087; }
a { background-color: rgb(204,208,135); }
div.DivClassName
{
background-color: #CCD087;
}
.BgClassName
{
background-color: #CCD087;
}
</style>
border-color css
<style>
span { border-color: #CCD087; }
span { border-color: rgb(204,208,135); }
td.TdClassName
{
border-color: #CCD087;
}
.TagClassName
{
border-color: #CCD087;
}
</style>