Shades of Zombie #DBC58A
Tints of Zombie #DBC58A
RGB
CMYK
RGB Variations
Color information
#DBC58A (or 0xDBC58A) is known color: Zombie. HEX triplet: DB, C5 and 8A. RGB value is (219,197,138). Sum of RGB (Red+Green+Blue) = 219+197+138=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC58A is #243A75. Grayscale: #C5C5C5. Windows color (decimal): -2374262 or 9094619. OLE color: 9094619.
HSL color Cylindrical-coordinate representation of color #DBC58A: hue angle of 43.7º 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 #DBC58A is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 138 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.14 |
| HSL | 43.7º | 0.53% | 0.7% | - |
| HSV(B) | 43.7º | 0.37% | 0.86% | - |
| XYZ | 53.77 | 56.83 | 32.18 | - |
| YUV | 196.85 | 94.79 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 138 | 0 | 0.10 | 0.37 | 0.14 | 43.7 | 0.53 | 0.7 |
| Hex | DB | C5 | 8A | 0 | A | 25 | E | 2C | 35 | 46 |
| Octal | 333 | 305 | 212 | 0 | 12 | 45 | 16 | 54 | 65 | 106 |
| Binary | 11011011 | 11000101 | 10001010 | 0 | 1010 | 100101 | 1110 | 101100 | 110101 | 1000110 |
Color Harmonies of #DBC58A
Complementary color
Monochromatic Colors of #DBC58A
Black with #DBC58A
Text Example
Text Example
White with #DBC58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC58A; }
p { color: rgb(219,197,138); }
H1.HeaderClassName
{
color: #DBC58A;
}
.AnyTagClassName
{
color: #DBC58A;
}
</style>
background-color css
<style>
a { background-color: #DBC58A; }
a { background-color: rgb(219,197,138); }
div.DivClassName
{
background-color: #DBC58A;
}
.BgClassName
{
background-color: #DBC58A;
}
</style>
border-color css
<style>
span { border-color: #DBC58A; }
span { border-color: rgb(219,197,138); }
td.TdClassName
{
border-color: #DBC58A;
}
.TagClassName
{
border-color: #DBC58A;
}
</style>