Shades of Zombie #DBC389
Tints of Zombie #DBC389
RGB
CMYK
RGB Variations
Color information
#DBC389 (or 0xDBC389) is known color: Zombie. HEX triplet: DB, C3 and 89. RGB value is (219,195,137). Sum of RGB (Red+Green+Blue) = 219+195+137=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 137 (53.91% from 255 or 24.86% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC389 is #243C76. Grayscale: #C3C3C3. Windows color (decimal): -2374775 or 9028571. OLE color: 9028571.
HSL color Cylindrical-coordinate representation of color #DBC389: hue angle of 42.44º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBC389 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 137 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.14 |
| HSL | 42.44º | 0.53% | 0.7% | - |
| HSV(B) | 42.44º | 0.37% | 0.86% | - |
| XYZ | 53.24 | 55.9 | 31.65 | - |
| YUV | 195.56 | 94.95 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 137 | 0 | 0.11 | 0.37 | 0.14 | 42.44 | 0.53 | 0.7 |
| Hex | DB | C3 | 89 | 0 | B | 25 | E | 2A | 35 | 46 |
| Octal | 333 | 303 | 211 | 0 | 13 | 45 | 16 | 52 | 65 | 106 |
| Binary | 11011011 | 11000011 | 10001001 | 0 | 1011 | 100101 | 1110 | 101010 | 110101 | 1000110 |
Color Harmonies of #DBC389
Complementary color
Monochromatic Colors of #DBC389
Black with #DBC389
Text Example
Text Example
White with #DBC389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC389; }
p { color: rgb(219,195,137); }
H1.HeaderClassName
{
color: #DBC389;
}
.AnyTagClassName
{
color: #DBC389;
}
</style>
background-color css
<style>
a { background-color: #DBC389; }
a { background-color: rgb(219,195,137); }
div.DivClassName
{
background-color: #DBC389;
}
.BgClassName
{
background-color: #DBC389;
}
</style>
border-color css
<style>
span { border-color: #DBC389; }
span { border-color: rgb(219,195,137); }
td.TdClassName
{
border-color: #DBC389;
}
.TagClassName
{
border-color: #DBC389;
}
</style>