Shades of Zombie #DBC689
Tints of Zombie #DBC689
RGB
CMYK
RGB Variations
Color information
#DBC689 (or 0xDBC689) is known color: Zombie. HEX triplet: DB, C6 and 89. RGB value is (219,198,137). Sum of RGB (Red+Green+Blue) = 219+198+137=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 137 (53.91% from 255 or 24.73% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC689 is #243976. Grayscale: #C5C5C5. Windows color (decimal): -2374007 or 9029339. OLE color: 9029339.
HSL color Cylindrical-coordinate representation of color #DBC689: hue angle of 44.63º 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 #DBC689 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 137 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.14 |
| HSL | 44.63º | 0.53% | 0.7% | - |
| HSV(B) | 44.63º | 0.37% | 0.86% | - |
| XYZ | 53.92 | 57.25 | 31.88 | - |
| YUV | 197.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 137 | 0 | 0.10 | 0.37 | 0.14 | 44.63 | 0.53 | 0.7 |
| Hex | DB | C6 | 89 | 0 | A | 25 | E | 2D | 35 | 46 |
| Octal | 333 | 306 | 211 | 0 | 12 | 45 | 16 | 55 | 65 | 106 |
| Binary | 11011011 | 11000110 | 10001001 | 0 | 1010 | 100101 | 1110 | 101101 | 110101 | 1000110 |
Color Harmonies of #DBC689
Complementary color
Monochromatic Colors of #DBC689
Black with #DBC689
Text Example
Text Example
White with #DBC689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC689; }
p { color: rgb(219,198,137); }
H1.HeaderClassName
{
color: #DBC689;
}
.AnyTagClassName
{
color: #DBC689;
}
</style>
background-color css
<style>
a { background-color: #DBC689; }
a { background-color: rgb(219,198,137); }
div.DivClassName
{
background-color: #DBC689;
}
.BgClassName
{
background-color: #DBC689;
}
</style>
border-color css
<style>
span { border-color: #DBC689; }
span { border-color: rgb(219,198,137); }
td.TdClassName
{
border-color: #DBC689;
}
.TagClassName
{
border-color: #DBC689;
}
</style>