Shades of Deco #CCD784
Tints of Deco #CCD784
RGB
CMYK
RGB Variations
Color information
#CCD784 (or 0xCCD784) is known color: Deco. HEX triplet: CC, D7 and 84. RGB value is (204,215,132). Sum of RGB (Red+Green+Blue) = 204+215+132=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD784 is #33287B. Grayscale: #CACACA. Windows color (decimal): -3352700 or 8705996. OLE color: 8705996.
HSL color Cylindrical-coordinate representation of color #CCD784: hue angle of 67.95º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCD784 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 132 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.16 |
| HSL | 67.95º | 0.51% | 0.68% | - |
| HSV(B) | 67.95º | 0.39% | 0.84% | - |
| XYZ | 53.37 | 63.1 | 31.2 | - |
| YUV | 202.25 | 88.36 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 132 | 0.05 | 0 | 0.39 | 0.16 | 67.95 | 0.51 | 0.68 |
| Hex | CC | D7 | 84 | 5 | 0 | 27 | 10 | 44 | 33 | 44 |
| Octal | 314 | 327 | 204 | 5 | 0 | 47 | 20 | 104 | 63 | 104 |
| Binary | 11001100 | 11010111 | 10000100 | 101 | 0 | 100111 | 10000 | 1000100 | 110011 | 1000100 |
Color Harmonies of #CCD784
Complementary color
Monochromatic Colors of #CCD784
Black with #CCD784
Text Example
Text Example
White with #CCD784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD784; }
p { color: rgb(204,215,132); }
H1.HeaderClassName
{
color: #CCD784;
}
.AnyTagClassName
{
color: #CCD784;
}
</style>
background-color css
<style>
a { background-color: #CCD784; }
a { background-color: rgb(204,215,132); }
div.DivClassName
{
background-color: #CCD784;
}
.BgClassName
{
background-color: #CCD784;
}
</style>
border-color css
<style>
span { border-color: #CCD784; }
span { border-color: rgb(204,215,132); }
td.TdClassName
{
border-color: #CCD784;
}
.TagClassName
{
border-color: #CCD784;
}
</style>