Shades of Deco #CCD072
Tints of Deco #CCD072
RGB
CMYK
RGB Variations
Color information
#CCD072 (or 0xCCD072) is known color: Deco. HEX triplet: CC, D0 and 72. RGB value is (204,208,114). Sum of RGB (Red+Green+Blue) = 204+208+114=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD072 is #332F8D. Grayscale: #C4C4C4. Windows color (decimal): -3354510 or 7524556. OLE color: 7524556.
HSL color Cylindrical-coordinate representation of color #CCD072: hue angle of 62.55º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCD072 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 114 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.18 |
| HSL | 62.55º | 0.5% | 0.63% | - |
| HSV(B) | 62.55º | 0.45% | 0.82% | - |
| XYZ | 50.49 | 59.16 | 24.68 | - |
| YUV | 196.09 | 81.67 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 114 | 0.02 | 0 | 0.45 | 0.18 | 62.55 | 0.5 | 0.63 |
| Hex | CC | D0 | 72 | 2 | 0 | 2D | 12 | 3F | 32 | 3F |
| Octal | 314 | 320 | 162 | 2 | 0 | 55 | 22 | 77 | 62 | 77 |
| Binary | 11001100 | 11010000 | 1110010 | 10 | 0 | 101101 | 10010 | 111111 | 110010 | 111111 |
Color Harmonies of #CCD072
Complementary color
Monochromatic Colors of #CCD072
Black with #CCD072
Text Example
Text Example
White with #CCD072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD072; }
p { color: rgb(204,208,114); }
H1.HeaderClassName
{
color: #CCD072;
}
.AnyTagClassName
{
color: #CCD072;
}
</style>
background-color css
<style>
a { background-color: #CCD072; }
a { background-color: rgb(204,208,114); }
div.DivClassName
{
background-color: #CCD072;
}
.BgClassName
{
background-color: #CCD072;
}
</style>
border-color css
<style>
span { border-color: #CCD072; }
span { border-color: rgb(204,208,114); }
td.TdClassName
{
border-color: #CCD072;
}
.TagClassName
{
border-color: #CCD072;
}
</style>