Shades of Deco #CCDC84
Tints of Deco #CCDC84
RGB
CMYK
RGB Variations
Color information
#CCDC84 (or 0xCCDC84) is known color: Deco. HEX triplet: CC, DC and 84. RGB value is (204,220,132). Sum of RGB (Red+Green+Blue) = 204+220+132=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 132 (51.95% from 255 or 23.74% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC84 is #33237B. Grayscale: #CDCDCD. Windows color (decimal): -3351420 or 8707276. OLE color: 8707276.
HSL color Cylindrical-coordinate representation of color #CCDC84: hue angle of 70.91º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCDC84 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 132 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.14 |
| HSL | 70.91º | 0.56% | 0.69% | - |
| HSV(B) | 70.91º | 0.4% | 0.86% | - |
| XYZ | 54.66 | 65.69 | 31.63 | - |
| YUV | 205.18 | 86.7 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 132 | 0.07 | 0 | 0.40 | 0.14 | 70.91 | 0.56 | 0.69 |
| Hex | CC | DC | 84 | 7 | 0 | 28 | E | 47 | 38 | 45 |
| Octal | 314 | 334 | 204 | 7 | 0 | 50 | 16 | 107 | 70 | 105 |
| Binary | 11001100 | 11011100 | 10000100 | 111 | 0 | 101000 | 1110 | 1000111 | 111000 | 1000101 |
Color Harmonies of #CCDC84
Complementary color
Monochromatic Colors of #CCDC84
Black with #CCDC84
Text Example
Text Example
White with #CCDC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC84; }
p { color: rgb(204,220,132); }
H1.HeaderClassName
{
color: #CCDC84;
}
.AnyTagClassName
{
color: #CCDC84;
}
</style>
background-color css
<style>
a { background-color: #CCDC84; }
a { background-color: rgb(204,220,132); }
div.DivClassName
{
background-color: #CCDC84;
}
.BgClassName
{
background-color: #CCDC84;
}
</style>
border-color css
<style>
span { border-color: #CCDC84; }
span { border-color: rgb(204,220,132); }
td.TdClassName
{
border-color: #CCDC84;
}
.TagClassName
{
border-color: #CCDC84;
}
</style>