Shades of Zombie #DBC183
Tints of Zombie #DBC183
RGB
CMYK
RGB Variations
Color information
#DBC183 (or 0xDBC183) is known color: Zombie. HEX triplet: DB, C1 and 83. RGB value is (219,193,131). Sum of RGB (Red+Green+Blue) = 219+193+131=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 131 (51.56% from 255 or 24.13% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC183 is #243E7C. Grayscale: #C1C1C1. Windows color (decimal): -2375293 or 8634843. OLE color: 8634843.
HSL color Cylindrical-coordinate representation of color #DBC183: hue angle of 42.27º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBC183 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 131 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.14 |
| HSL | 42.27º | 0.55% | 0.69% | - |
| HSV(B) | 42.27º | 0.4% | 0.86% | - |
| XYZ | 52.38 | 54.84 | 29.3 | - |
| YUV | 193.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 131 | 0 | 0.12 | 0.40 | 0.14 | 42.27 | 0.55 | 0.69 |
| Hex | DB | C1 | 83 | 0 | C | 28 | E | 2A | 37 | 45 |
| Octal | 333 | 301 | 203 | 0 | 14 | 50 | 16 | 52 | 67 | 105 |
| Binary | 11011011 | 11000001 | 10000011 | 0 | 1100 | 101000 | 1110 | 101010 | 110111 | 1000101 |
Color Harmonies of #DBC183
Complementary color
Monochromatic Colors of #DBC183
Black with #DBC183
Text Example
Text Example
White with #DBC183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC183; }
p { color: rgb(219,193,131); }
H1.HeaderClassName
{
color: #DBC183;
}
.AnyTagClassName
{
color: #DBC183;
}
</style>
background-color css
<style>
a { background-color: #DBC183; }
a { background-color: rgb(219,193,131); }
div.DivClassName
{
background-color: #DBC183;
}
.BgClassName
{
background-color: #DBC183;
}
</style>
border-color css
<style>
span { border-color: #DBC183; }
span { border-color: rgb(219,193,131); }
td.TdClassName
{
border-color: #DBC183;
}
.TagClassName
{
border-color: #DBC183;
}
</style>