Shades of Deco #CCD276
Tints of Deco #CCD276
RGB
CMYK
RGB Variations
Color information
#CCD276 (or 0xCCD276) is known color: Deco. HEX triplet: CC, D2 and 76. RGB value is (204,210,118). Sum of RGB (Red+Green+Blue) = 204+210+118=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD276 is #332D89. Grayscale: #C6C6C6. Windows color (decimal): -3353994 or 7787212. OLE color: 7787212.
HSL color Cylindrical-coordinate representation of color #CCD276: hue angle of 63.91º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCD276 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 118 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.18 |
| HSL | 63.91º | 0.51% | 0.64% | - |
| HSV(B) | 63.91º | 0.44% | 0.82% | - |
| XYZ | 51.22 | 60.24 | 26.07 | - |
| YUV | 197.72 | 83.01 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 118 | 0.03 | 0 | 0.44 | 0.18 | 63.91 | 0.51 | 0.64 |
| Hex | CC | D2 | 76 | 3 | 0 | 2C | 12 | 40 | 33 | 40 |
| Octal | 314 | 322 | 166 | 3 | 0 | 54 | 22 | 100 | 63 | 100 |
| Binary | 11001100 | 11010010 | 1110110 | 11 | 0 | 101100 | 10010 | 1000000 | 110011 | 1000000 |
Color Harmonies of #CCD276
Complementary color
Monochromatic Colors of #CCD276
Black with #CCD276
Text Example
Text Example
White with #CCD276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD276; }
p { color: rgb(204,210,118); }
H1.HeaderClassName
{
color: #CCD276;
}
.AnyTagClassName
{
color: #CCD276;
}
</style>
background-color css
<style>
a { background-color: #CCD276; }
a { background-color: rgb(204,210,118); }
div.DivClassName
{
background-color: #CCD276;
}
.BgClassName
{
background-color: #CCD276;
}
</style>
border-color css
<style>
span { border-color: #CCD276; }
span { border-color: rgb(204,210,118); }
td.TdClassName
{
border-color: #CCD276;
}
.TagClassName
{
border-color: #CCD276;
}
</style>