Shades of Deco #CCD084
Tints of Deco #CCD084
RGB
CMYK
RGB Variations
Color information
#CCD084 (or 0xCCD084) is known color: Deco. HEX triplet: CC, D0 and 84. RGB value is (204,208,132). Sum of RGB (Red+Green+Blue) = 204+208+132=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 132 (51.95% from 255 or 24.26% from 544); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD084 is #332F7B. Grayscale: #C6C6C6. Windows color (decimal): -3354492 or 8704204. OLE color: 8704204.
HSL color Cylindrical-coordinate representation of color #CCD084: hue angle of 63.16º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCD084 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 132 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.18 |
| HSL | 63.16º | 0.45% | 0.67% | - |
| HSV(B) | 63.16º | 0.37% | 0.82% | - |
| XYZ | 51.62 | 59.62 | 30.62 | - |
| YUV | 198.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 132 | 0.02 | 0 | 0.37 | 0.18 | 63.16 | 0.45 | 0.67 |
| Hex | CC | D0 | 84 | 2 | 0 | 25 | 12 | 3F | 2D | 43 |
| Octal | 314 | 320 | 204 | 2 | 0 | 45 | 22 | 77 | 55 | 103 |
| Binary | 11001100 | 11010000 | 10000100 | 10 | 0 | 100101 | 10010 | 111111 | 101101 | 1000011 |
Color Harmonies of #CCD084
Complementary color
Monochromatic Colors of #CCD084
Black with #CCD084
Text Example
Text Example
White with #CCD084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD084; }
p { color: rgb(204,208,132); }
H1.HeaderClassName
{
color: #CCD084;
}
.AnyTagClassName
{
color: #CCD084;
}
</style>
background-color css
<style>
a { background-color: #CCD084; }
a { background-color: rgb(204,208,132); }
div.DivClassName
{
background-color: #CCD084;
}
.BgClassName
{
background-color: #CCD084;
}
</style>
border-color css
<style>
span { border-color: #CCD084; }
span { border-color: rgb(204,208,132); }
td.TdClassName
{
border-color: #CCD084;
}
.TagClassName
{
border-color: #CCD084;
}
</style>