Shades of Deco #CCD284
Tints of Deco #CCD284
RGB
CMYK
RGB Variations
Color information
#CCD284 (or 0xCCD284) is known color: Deco. HEX triplet: CC, D2 and 84. RGB value is (204,210,132). Sum of RGB (Red+Green+Blue) = 204+210+132=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD284 is #332D7B. Grayscale: #C7C7C7. Windows color (decimal): -3353980 or 8704716. OLE color: 8704716.
HSL color Cylindrical-coordinate representation of color #CCD284: hue angle of 64.62º degrees, saturation: 0.46, 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 #CCD284 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 132 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.18 |
| HSL | 64.62º | 0.46% | 0.67% | - |
| HSV(B) | 64.62º | 0.37% | 0.82% | - |
| XYZ | 52.11 | 60.6 | 30.78 | - |
| YUV | 199.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 132 | 0.03 | 0 | 0.37 | 0.18 | 64.62 | 0.46 | 0.67 |
| Hex | CC | D2 | 84 | 3 | 0 | 25 | 12 | 41 | 2E | 43 |
| Octal | 314 | 322 | 204 | 3 | 0 | 45 | 22 | 101 | 56 | 103 |
| Binary | 11001100 | 11010010 | 10000100 | 11 | 0 | 100101 | 10010 | 1000001 | 101110 | 1000011 |
Color Harmonies of #CCD284
Complementary color
Monochromatic Colors of #CCD284
Black with #CCD284
Text Example
Text Example
White with #CCD284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD284; }
p { color: rgb(204,210,132); }
H1.HeaderClassName
{
color: #CCD284;
}
.AnyTagClassName
{
color: #CCD284;
}
</style>
background-color css
<style>
a { background-color: #CCD284; }
a { background-color: rgb(204,210,132); }
div.DivClassName
{
background-color: #CCD284;
}
.BgClassName
{
background-color: #CCD284;
}
</style>
border-color css
<style>
span { border-color: #CCD284; }
span { border-color: rgb(204,210,132); }
td.TdClassName
{
border-color: #CCD284;
}
.TagClassName
{
border-color: #CCD284;
}
</style>