Shades of Deco #CCD878
Tints of Deco #CCD878
RGB
CMYK
RGB Variations
Color information
#CCD878 (or 0xCCD878) is known color: Deco. HEX triplet: CC, D8 and 78. RGB value is (204,216,120). Sum of RGB (Red+Green+Blue) = 204+216+120=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD878 is #332787. Grayscale: #C9C9C9. Windows color (decimal): -3352456 or 7919820. OLE color: 7919820.
HSL color Cylindrical-coordinate representation of color #CCD878: hue angle of 67.5º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCD878 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 120 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.15 |
| HSL | 67.5º | 0.55% | 0.66% | - |
| HSV(B) | 67.5º | 0.44% | 0.85% | - |
| XYZ | 52.85 | 63.31 | 27.2 | - |
| YUV | 201.47 | 82.02 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 120 | 0.06 | 0 | 0.44 | 0.15 | 67.5 | 0.55 | 0.66 |
| Hex | CC | D8 | 78 | 6 | 0 | 2C | F | 44 | 37 | 42 |
| Octal | 314 | 330 | 170 | 6 | 0 | 54 | 17 | 104 | 67 | 102 |
| Binary | 11001100 | 11011000 | 1111000 | 110 | 0 | 101100 | 1111 | 1000100 | 110111 | 1000010 |
Color Harmonies of #CCD878
Complementary color
Monochromatic Colors of #CCD878
Black with #CCD878
Text Example
Text Example
White with #CCD878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD878; }
p { color: rgb(204,216,120); }
H1.HeaderClassName
{
color: #CCD878;
}
.AnyTagClassName
{
color: #CCD878;
}
</style>
background-color css
<style>
a { background-color: #CCD878; }
a { background-color: rgb(204,216,120); }
div.DivClassName
{
background-color: #CCD878;
}
.BgClassName
{
background-color: #CCD878;
}
</style>
border-color css
<style>
span { border-color: #CCD878; }
span { border-color: rgb(204,216,120); }
td.TdClassName
{
border-color: #CCD878;
}
.TagClassName
{
border-color: #CCD878;
}
</style>