Shades of Zombie #DBC58E
Tints of Zombie #DBC58E
RGB
CMYK
RGB Variations
Color information
#DBC58E (or 0xDBC58E) is known color: Zombie. HEX triplet: DB, C5 and 8E. RGB value is (219,197,142). Sum of RGB (Red+Green+Blue) = 219+197+142=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC58E is #243A71. Grayscale: #C5C5C5. Windows color (decimal): -2374258 or 9356763. OLE color: 9356763.
HSL color Cylindrical-coordinate representation of color #DBC58E: hue angle of 42.86º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBC58E is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 142 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.14 |
| HSL | 42.86º | 0.52% | 0.71% | - |
| HSV(B) | 42.86º | 0.35% | 0.86% | - |
| XYZ | 54.06 | 56.95 | 33.73 | - |
| YUV | 197.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 142 | 0 | 0.10 | 0.35 | 0.14 | 42.86 | 0.52 | 0.71 |
| Hex | DB | C5 | 8E | 0 | A | 23 | E | 2B | 34 | 47 |
| Octal | 333 | 305 | 216 | 0 | 12 | 43 | 16 | 53 | 64 | 107 |
| Binary | 11011011 | 11000101 | 10001110 | 0 | 1010 | 100011 | 1110 | 101011 | 110100 | 1000111 |
Color Harmonies of #DBC58E
Complementary color
Monochromatic Colors of #DBC58E
Black with #DBC58E
Text Example
Text Example
White with #DBC58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC58E; }
p { color: rgb(219,197,142); }
H1.HeaderClassName
{
color: #DBC58E;
}
.AnyTagClassName
{
color: #DBC58E;
}
</style>
background-color css
<style>
a { background-color: #DBC58E; }
a { background-color: rgb(219,197,142); }
div.DivClassName
{
background-color: #DBC58E;
}
.BgClassName
{
background-color: #DBC58E;
}
</style>
border-color css
<style>
span { border-color: #DBC58E; }
span { border-color: rgb(219,197,142); }
td.TdClassName
{
border-color: #DBC58E;
}
.TagClassName
{
border-color: #DBC58E;
}
</style>