Shades of Deco #CCD078
Tints of Deco #CCD078
RGB
CMYK
RGB Variations
Color information
#CCD078 (or 0xCCD078) is known color: Deco. HEX triplet: CC, D0 and 78. RGB value is (204,208,120). Sum of RGB (Red+Green+Blue) = 204+208+120=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 120 (47.27% from 255 or 22.56% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD078 is #332F87. Grayscale: #C5C5C5. Windows color (decimal): -3354504 or 7917772. OLE color: 7917772.
HSL color Cylindrical-coordinate representation of color #CCD078: hue angle of 62.73º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCD078 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 120 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.18 |
| HSL | 62.73º | 0.48% | 0.64% | - |
| HSV(B) | 62.73º | 0.42% | 0.82% | - |
| XYZ | 50.85 | 59.31 | 26.54 | - |
| YUV | 196.77 | 84.67 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 120 | 0.02 | 0 | 0.42 | 0.18 | 62.73 | 0.48 | 0.64 |
| Hex | CC | D0 | 78 | 2 | 0 | 2A | 12 | 3F | 30 | 40 |
| Octal | 314 | 320 | 170 | 2 | 0 | 52 | 22 | 77 | 60 | 100 |
| Binary | 11001100 | 11010000 | 1111000 | 10 | 0 | 101010 | 10010 | 111111 | 110000 | 1000000 |
Color Harmonies of #CCD078
Complementary color
Monochromatic Colors of #CCD078
Black with #CCD078
Text Example
Text Example
White with #CCD078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD078; }
p { color: rgb(204,208,120); }
H1.HeaderClassName
{
color: #CCD078;
}
.AnyTagClassName
{
color: #CCD078;
}
</style>
background-color css
<style>
a { background-color: #CCD078; }
a { background-color: rgb(204,208,120); }
div.DivClassName
{
background-color: #CCD078;
}
.BgClassName
{
background-color: #CCD078;
}
</style>
border-color css
<style>
span { border-color: #CCD078; }
span { border-color: rgb(204,208,120); }
td.TdClassName
{
border-color: #CCD078;
}
.TagClassName
{
border-color: #CCD078;
}
</style>