Shades of Zombie #DCC584
Tints of Zombie #DCC584
RGB
CMYK
RGB Variations
Color information
#DCC584 (or 0xDCC584) is known color: Zombie. HEX triplet: DC, C5 and 84. RGB value is (220,197,132). Sum of RGB (Red+Green+Blue) = 220+197+132=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 132 (51.95% from 255 or 24.04% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC584 is #233A7B. Grayscale: #C4C4C4. Windows color (decimal): -2308732 or 8701404. OLE color: 8701404.
HSL color Cylindrical-coordinate representation of color #DCC584: hue angle of 44.32º 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 #DCC584 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 132 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.14 |
| HSL | 44.32º | 0.56% | 0.69% | - |
| HSV(B) | 44.32º | 0.4% | 0.86% | - |
| XYZ | 53.65 | 56.81 | 29.97 | - |
| YUV | 196.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 132 | 0 | 0.10 | 0.40 | 0.14 | 44.32 | 0.56 | 0.69 |
| Hex | DC | C5 | 84 | 0 | A | 28 | E | 2C | 38 | 45 |
| Octal | 334 | 305 | 204 | 0 | 12 | 50 | 16 | 54 | 70 | 105 |
| Binary | 11011100 | 11000101 | 10000100 | 0 | 1010 | 101000 | 1110 | 101100 | 111000 | 1000101 |
Color Harmonies of #DCC584
Complementary color
Monochromatic Colors of #DCC584
Black with #DCC584
Text Example
Text Example
White with #DCC584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC584; }
p { color: rgb(220,197,132); }
H1.HeaderClassName
{
color: #DCC584;
}
.AnyTagClassName
{
color: #DCC584;
}
</style>
background-color css
<style>
a { background-color: #DCC584; }
a { background-color: rgb(220,197,132); }
div.DivClassName
{
background-color: #DCC584;
}
.BgClassName
{
background-color: #DCC584;
}
</style>
border-color css
<style>
span { border-color: #DCC584; }
span { border-color: rgb(220,197,132); }
td.TdClassName
{
border-color: #DCC584;
}
.TagClassName
{
border-color: #DCC584;
}
</style>