Shades of Deco #CCD170
Tints of Deco #CCD170
RGB
CMYK
RGB Variations
Color information
#CCD170 (or 0xCCD170) is known color: Deco. HEX triplet: CC, D1 and 70. RGB value is (204,209,112). Sum of RGB (Red+Green+Blue) = 204+209+112=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD170 is #332E8F. Grayscale: #C4C4C4. Windows color (decimal): -3354256 or 7393740. OLE color: 7393740.
HSL color Cylindrical-coordinate representation of color #CCD170: hue angle of 63.09º 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 #CCD170 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 112 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.18 |
| HSL | 63.09º | 0.51% | 0.63% | - |
| HSV(B) | 63.09º | 0.46% | 0.82% | - |
| XYZ | 50.63 | 59.61 | 24.17 | - |
| YUV | 196.45 | 80.34 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 112 | 0.02 | 0 | 0.46 | 0.18 | 63.09 | 0.51 | 0.63 |
| Hex | CC | D1 | 70 | 2 | 0 | 2E | 12 | 3F | 33 | 3F |
| Octal | 314 | 321 | 160 | 2 | 0 | 56 | 22 | 77 | 63 | 77 |
| Binary | 11001100 | 11010001 | 1110000 | 10 | 0 | 101110 | 10010 | 111111 | 110011 | 111111 |
Color Harmonies of #CCD170
Complementary color
Monochromatic Colors of #CCD170
Black with #CCD170
Text Example
Text Example
White with #CCD170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD170; }
p { color: rgb(204,209,112); }
H1.HeaderClassName
{
color: #CCD170;
}
.AnyTagClassName
{
color: #CCD170;
}
</style>
background-color css
<style>
a { background-color: #CCD170; }
a { background-color: rgb(204,209,112); }
div.DivClassName
{
background-color: #CCD170;
}
.BgClassName
{
background-color: #CCD170;
}
</style>
border-color css
<style>
span { border-color: #CCD170; }
span { border-color: rgb(204,209,112); }
td.TdClassName
{
border-color: #CCD170;
}
.TagClassName
{
border-color: #CCD170;
}
</style>