Shades of Deco #CCD070
Tints of Deco #CCD070
RGB
CMYK
RGB Variations
Color information
#CCD070 (or 0xCCD070) is known color: Deco. HEX triplet: CC, D0 and 70. RGB value is (204,208,112). Sum of RGB (Red+Green+Blue) = 204+208+112=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD070 is #332F8F. Grayscale: #C4C4C4. Windows color (decimal): -3354512 or 7393484. OLE color: 7393484.
HSL color Cylindrical-coordinate representation of color #CCD070: hue angle of 62.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCD070 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 112 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.18 |
| HSL | 62.5º | 0.51% | 0.63% | - |
| HSV(B) | 62.5º | 0.46% | 0.82% | - |
| XYZ | 50.38 | 59.12 | 24.08 | - |
| YUV | 195.86 | 80.67 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 112 | 0.02 | 0 | 0.46 | 0.18 | 62.5 | 0.51 | 0.63 |
| Hex | CC | D0 | 70 | 2 | 0 | 2E | 12 | 3F | 33 | 3F |
| Octal | 314 | 320 | 160 | 2 | 0 | 56 | 22 | 77 | 63 | 77 |
| Binary | 11001100 | 11010000 | 1110000 | 10 | 0 | 101110 | 10010 | 111111 | 110011 | 111111 |
Color Harmonies of #CCD070
Complementary color
Monochromatic Colors of #CCD070
Black with #CCD070
Text Example
Text Example
White with #CCD070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD070; }
p { color: rgb(204,208,112); }
H1.HeaderClassName
{
color: #CCD070;
}
.AnyTagClassName
{
color: #CCD070;
}
</style>
background-color css
<style>
a { background-color: #CCD070; }
a { background-color: rgb(204,208,112); }
div.DivClassName
{
background-color: #CCD070;
}
.BgClassName
{
background-color: #CCD070;
}
</style>
border-color css
<style>
span { border-color: #CCD070; }
span { border-color: rgb(204,208,112); }
td.TdClassName
{
border-color: #CCD070;
}
.TagClassName
{
border-color: #CCD070;
}
</style>