Shades of Deco #CCD780
Tints of Deco #CCD780
RGB
CMYK
RGB Variations
Color information
#CCD780 (or 0xCCD780) is known color: Deco. HEX triplet: CC, D7 and 80. RGB value is (204,215,128). Sum of RGB (Red+Green+Blue) = 204+215+128=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD780 is #33287F. Grayscale: #CACACA. Windows color (decimal): -3352704 or 8443852. OLE color: 8443852.
HSL color Cylindrical-coordinate representation of color #CCD780: hue angle of 67.59º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCD780 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 128 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.16 |
| HSL | 67.59º | 0.52% | 0.67% | - |
| HSV(B) | 67.59º | 0.4% | 0.84% | - |
| XYZ | 53.1 | 63 | 29.78 | - |
| YUV | 201.79 | 86.36 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 128 | 0.05 | 0 | 0.40 | 0.16 | 67.59 | 0.52 | 0.67 |
| Hex | CC | D7 | 80 | 5 | 0 | 28 | 10 | 44 | 34 | 43 |
| Octal | 314 | 327 | 200 | 5 | 0 | 50 | 20 | 104 | 64 | 103 |
| Binary | 11001100 | 11010111 | 10000000 | 101 | 0 | 101000 | 10000 | 1000100 | 110100 | 1000011 |
Color Harmonies of #CCD780
Complementary color
Monochromatic Colors of #CCD780
Black with #CCD780
Text Example
Text Example
White with #CCD780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD780; }
p { color: rgb(204,215,128); }
H1.HeaderClassName
{
color: #CCD780;
}
.AnyTagClassName
{
color: #CCD780;
}
</style>
background-color css
<style>
a { background-color: #CCD780; }
a { background-color: rgb(204,215,128); }
div.DivClassName
{
background-color: #CCD780;
}
.BgClassName
{
background-color: #CCD780;
}
</style>
border-color css
<style>
span { border-color: #CCD780; }
span { border-color: rgb(204,215,128); }
td.TdClassName
{
border-color: #CCD780;
}
.TagClassName
{
border-color: #CCD780;
}
</style>