Shades of Zombie #DBC78A
Tints of Zombie #DBC78A
RGB
CMYK
RGB Variations
Color information
#DBC78A (or 0xDBC78A) is known color: Zombie. HEX triplet: DB, C7 and 8A. RGB value is (219,199,138). Sum of RGB (Red+Green+Blue) = 219+199+138=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC78A is #243875. Grayscale: #C6C6C6. Windows color (decimal): -2373750 or 9095131. OLE color: 9095131.
HSL color Cylindrical-coordinate representation of color #DBC78A: hue angle of 45.19º 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 #DBC78A is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 138 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.14 |
| HSL | 45.19º | 0.53% | 0.7% | - |
| HSV(B) | 45.19º | 0.37% | 0.86% | - |
| XYZ | 54.22 | 57.74 | 32.33 | - |
| YUV | 198.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 138 | 0 | 0.09 | 0.37 | 0.14 | 45.19 | 0.53 | 0.7 |
| Hex | DB | C7 | 8A | 0 | 9 | 25 | E | 2D | 35 | 46 |
| Octal | 333 | 307 | 212 | 0 | 11 | 45 | 16 | 55 | 65 | 106 |
| Binary | 11011011 | 11000111 | 10001010 | 0 | 1001 | 100101 | 1110 | 101101 | 110101 | 1000110 |
Color Harmonies of #DBC78A
Complementary color
Monochromatic Colors of #DBC78A
Black with #DBC78A
Text Example
Text Example
White with #DBC78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC78A; }
p { color: rgb(219,199,138); }
H1.HeaderClassName
{
color: #DBC78A;
}
.AnyTagClassName
{
color: #DBC78A;
}
</style>
background-color css
<style>
a { background-color: #DBC78A; }
a { background-color: rgb(219,199,138); }
div.DivClassName
{
background-color: #DBC78A;
}
.BgClassName
{
background-color: #DBC78A;
}
</style>
border-color css
<style>
span { border-color: #DBC78A; }
span { border-color: rgb(219,199,138); }
td.TdClassName
{
border-color: #DBC78A;
}
.TagClassName
{
border-color: #DBC78A;
}
</style>