Shades of Deco #CCD876
Tints of Deco #CCD876
RGB
CMYK
RGB Variations
Color information
#CCD876 (or 0xCCD876) is known color: Deco. HEX triplet: CC, D8 and 76. RGB value is (204,216,118). Sum of RGB (Red+Green+Blue) = 204+216+118=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD876 is #332789. Grayscale: #C9C9C9. Windows color (decimal): -3352458 or 7788748. OLE color: 7788748.
HSL color Cylindrical-coordinate representation of color #CCD876: hue angle of 67.35º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCD876 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 118 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.15 |
| HSL | 67.35º | 0.56% | 0.65% | - |
| HSV(B) | 67.35º | 0.45% | 0.85% | - |
| XYZ | 52.73 | 63.26 | 26.57 | - |
| YUV | 201.24 | 81.02 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 118 | 0.06 | 0 | 0.45 | 0.15 | 67.35 | 0.56 | 0.65 |
| Hex | CC | D8 | 76 | 6 | 0 | 2D | F | 43 | 38 | 41 |
| Octal | 314 | 330 | 166 | 6 | 0 | 55 | 17 | 103 | 70 | 101 |
| Binary | 11001100 | 11011000 | 1110110 | 110 | 0 | 101101 | 1111 | 1000011 | 111000 | 1000001 |
Color Harmonies of #CCD876
Complementary color
Monochromatic Colors of #CCD876
Black with #CCD876
Text Example
Text Example
White with #CCD876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD876; }
p { color: rgb(204,216,118); }
H1.HeaderClassName
{
color: #CCD876;
}
.AnyTagClassName
{
color: #CCD876;
}
</style>
background-color css
<style>
a { background-color: #CCD876; }
a { background-color: rgb(204,216,118); }
div.DivClassName
{
background-color: #CCD876;
}
.BgClassName
{
background-color: #CCD876;
}
</style>
border-color css
<style>
span { border-color: #CCD876; }
span { border-color: rgb(204,216,118); }
td.TdClassName
{
border-color: #CCD876;
}
.TagClassName
{
border-color: #CCD876;
}
</style>