Shades of Zombie #DBC18A
Tints of Zombie #DBC18A
RGB
CMYK
RGB Variations
Color information
#DBC18A (or 0xDBC18A) is known color: Zombie. HEX triplet: DB, C1 and 8A. RGB value is (219,193,138). Sum of RGB (Red+Green+Blue) = 219+193+138=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC18A is #243E75. Grayscale: #C2C2C2. Windows color (decimal): -2375286 or 9093595. OLE color: 9093595.
HSL color Cylindrical-coordinate representation of color #DBC18A: hue angle of 40.74º 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 #DBC18A is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 138 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.14 |
| HSL | 40.74º | 0.53% | 0.7% | - |
| HSV(B) | 40.74º | 0.37% | 0.86% | - |
| XYZ | 52.87 | 55.03 | 31.88 | - |
| YUV | 194.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 138 | 0 | 0.12 | 0.37 | 0.14 | 40.74 | 0.53 | 0.7 |
| Hex | DB | C1 | 8A | 0 | C | 25 | E | 29 | 35 | 46 |
| Octal | 333 | 301 | 212 | 0 | 14 | 45 | 16 | 51 | 65 | 106 |
| Binary | 11011011 | 11000001 | 10001010 | 0 | 1100 | 100101 | 1110 | 101001 | 110101 | 1000110 |
Color Harmonies of #DBC18A
Complementary color
Monochromatic Colors of #DBC18A
Black with #DBC18A
Text Example
Text Example
White with #DBC18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC18A; }
p { color: rgb(219,193,138); }
H1.HeaderClassName
{
color: #DBC18A;
}
.AnyTagClassName
{
color: #DBC18A;
}
</style>
background-color css
<style>
a { background-color: #DBC18A; }
a { background-color: rgb(219,193,138); }
div.DivClassName
{
background-color: #DBC18A;
}
.BgClassName
{
background-color: #DBC18A;
}
</style>
border-color css
<style>
span { border-color: #DBC18A; }
span { border-color: rgb(219,193,138); }
td.TdClassName
{
border-color: #DBC18A;
}
.TagClassName
{
border-color: #DBC18A;
}
</style>