Shades of Deco #CCD676
Tints of Deco #CCD676
RGB
CMYK
RGB Variations
Color information
#CCD676 (or 0xCCD676) is known color: Deco. HEX triplet: CC, D6 and 76. RGB value is (204,214,118). Sum of RGB (Red+Green+Blue) = 204+214+118=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD676 is #332989. Grayscale: #C8C8C8. Windows color (decimal): -3352970 or 7788236. OLE color: 7788236.
HSL color Cylindrical-coordinate representation of color #CCD676: hue angle of 66.25º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCD676 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 118 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.16 |
| HSL | 66.25º | 0.54% | 0.65% | - |
| HSV(B) | 66.25º | 0.45% | 0.84% | - |
| XYZ | 52.22 | 62.24 | 26.4 | - |
| YUV | 200.07 | 81.69 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 118 | 0.05 | 0 | 0.45 | 0.16 | 66.25 | 0.54 | 0.65 |
| Hex | CC | D6 | 76 | 5 | 0 | 2D | 10 | 42 | 36 | 41 |
| Octal | 314 | 326 | 166 | 5 | 0 | 55 | 20 | 102 | 66 | 101 |
| Binary | 11001100 | 11010110 | 1110110 | 101 | 0 | 101101 | 10000 | 1000010 | 110110 | 1000001 |
Color Harmonies of #CCD676
Complementary color
Monochromatic Colors of #CCD676
Black with #CCD676
Text Example
Text Example
White with #CCD676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD676; }
p { color: rgb(204,214,118); }
H1.HeaderClassName
{
color: #CCD676;
}
.AnyTagClassName
{
color: #CCD676;
}
</style>
background-color css
<style>
a { background-color: #CCD676; }
a { background-color: rgb(204,214,118); }
div.DivClassName
{
background-color: #CCD676;
}
.BgClassName
{
background-color: #CCD676;
}
</style>
border-color css
<style>
span { border-color: #CCD676; }
span { border-color: rgb(204,214,118); }
td.TdClassName
{
border-color: #CCD676;
}
.TagClassName
{
border-color: #CCD676;
}
</style>