Shades of Zombie #DBC584
Tints of Zombie #DBC584
RGB
CMYK
RGB Variations
Color information
#DBC584 (or 0xDBC584) is known color: Zombie. HEX triplet: DB, C5 and 84. RGB value is (219,197,132). Sum of RGB (Red+Green+Blue) = 219+197+132=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC584 is #243A7B. Grayscale: #C4C4C4. Windows color (decimal): -2374268 or 8701403. OLE color: 8701403.
HSL color Cylindrical-coordinate representation of color #DBC584: hue angle of 44.83º degrees, saturation: 0.55, 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 #DBC584 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 132 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.14 |
| HSL | 44.83º | 0.55% | 0.69% | - |
| HSV(B) | 44.83º | 0.4% | 0.86% | - |
| XYZ | 53.34 | 56.66 | 29.95 | - |
| YUV | 196.17 | 91.79 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 132 | 0 | 0.10 | 0.40 | 0.14 | 44.83 | 0.55 | 0.69 |
| Hex | DB | C5 | 84 | 0 | A | 28 | E | 2D | 37 | 45 |
| Octal | 333 | 305 | 204 | 0 | 12 | 50 | 16 | 55 | 67 | 105 |
| Binary | 11011011 | 11000101 | 10000100 | 0 | 1010 | 101000 | 1110 | 101101 | 110111 | 1000101 |
Color Harmonies of #DBC584
Complementary color
Monochromatic Colors of #DBC584
Black with #DBC584
Text Example
Text Example
White with #DBC584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC584; }
p { color: rgb(219,197,132); }
H1.HeaderClassName
{
color: #DBC584;
}
.AnyTagClassName
{
color: #DBC584;
}
</style>
background-color css
<style>
a { background-color: #DBC584; }
a { background-color: rgb(219,197,132); }
div.DivClassName
{
background-color: #DBC584;
}
.BgClassName
{
background-color: #DBC584;
}
</style>
border-color css
<style>
span { border-color: #DBC584; }
span { border-color: rgb(219,197,132); }
td.TdClassName
{
border-color: #DBC584;
}
.TagClassName
{
border-color: #DBC584;
}
</style>