Shades of Zombie #DBC284
Tints of Zombie #DBC284
RGB
CMYK
RGB Variations
Color information
#DBC284 (or 0xDBC284) is known color: Zombie. HEX triplet: DB, C2 and 84. RGB value is (219,194,132). Sum of RGB (Red+Green+Blue) = 219+194+132=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC284 is #243D7B. Grayscale: #C2C2C2. Windows color (decimal): -2375036 or 8700635. OLE color: 8700635.
HSL color Cylindrical-coordinate representation of color #DBC284: hue angle of 42.76º 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 #DBC284 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 132 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.14 |
| HSL | 42.76º | 0.55% | 0.69% | - |
| HSV(B) | 42.76º | 0.4% | 0.86% | - |
| XYZ | 52.67 | 55.31 | 29.73 | - |
| YUV | 194.41 | 92.78 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 132 | 0 | 0.11 | 0.40 | 0.14 | 42.76 | 0.55 | 0.69 |
| Hex | DB | C2 | 84 | 0 | B | 28 | E | 2B | 37 | 45 |
| Octal | 333 | 302 | 204 | 0 | 13 | 50 | 16 | 53 | 67 | 105 |
| Binary | 11011011 | 11000010 | 10000100 | 0 | 1011 | 101000 | 1110 | 101011 | 110111 | 1000101 |
Color Harmonies of #DBC284
Complementary color
Monochromatic Colors of #DBC284
Black with #DBC284
Text Example
Text Example
White with #DBC284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC284; }
p { color: rgb(219,194,132); }
H1.HeaderClassName
{
color: #DBC284;
}
.AnyTagClassName
{
color: #DBC284;
}
</style>
background-color css
<style>
a { background-color: #DBC284; }
a { background-color: rgb(219,194,132); }
div.DivClassName
{
background-color: #DBC284;
}
.BgClassName
{
background-color: #DBC284;
}
</style>
border-color css
<style>
span { border-color: #DBC284; }
span { border-color: rgb(219,194,132); }
td.TdClassName
{
border-color: #DBC284;
}
.TagClassName
{
border-color: #DBC284;
}
</style>