Shades of Deco #CCD384
Tints of Deco #CCD384
RGB
CMYK
RGB Variations
Color information
#CCD384 (or 0xCCD384) is known color: Deco. HEX triplet: CC, D3 and 84. RGB value is (204,211,132). Sum of RGB (Red+Green+Blue) = 204+211+132=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD384 is #332C7B. Grayscale: #C8C8C8. Windows color (decimal): -3353724 or 8704972. OLE color: 8704972.
HSL color Cylindrical-coordinate representation of color #CCD384: hue angle of 65.32º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCD384 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 132 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.17 |
| HSL | 65.32º | 0.47% | 0.67% | - |
| HSV(B) | 65.32º | 0.37% | 0.83% | - |
| XYZ | 52.36 | 61.09 | 30.86 | - |
| YUV | 199.9 | 89.68 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 132 | 0.03 | 0 | 0.37 | 0.17 | 65.32 | 0.47 | 0.67 |
| Hex | CC | D3 | 84 | 3 | 0 | 25 | 11 | 41 | 2F | 43 |
| Octal | 314 | 323 | 204 | 3 | 0 | 45 | 21 | 101 | 57 | 103 |
| Binary | 11001100 | 11010011 | 10000100 | 11 | 0 | 100101 | 10001 | 1000001 | 101111 | 1000011 |
Color Harmonies of #CCD384
Complementary color
Monochromatic Colors of #CCD384
Black with #CCD384
Text Example
Text Example
White with #CCD384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD384; }
p { color: rgb(204,211,132); }
H1.HeaderClassName
{
color: #CCD384;
}
.AnyTagClassName
{
color: #CCD384;
}
</style>
background-color css
<style>
a { background-color: #CCD384; }
a { background-color: rgb(204,211,132); }
div.DivClassName
{
background-color: #CCD384;
}
.BgClassName
{
background-color: #CCD384;
}
</style>
border-color css
<style>
span { border-color: #CCD384; }
span { border-color: rgb(204,211,132); }
td.TdClassName
{
border-color: #CCD384;
}
.TagClassName
{
border-color: #CCD384;
}
</style>