Shades of Zombie #DBC283
Tints of Zombie #DBC283
RGB
CMYK
RGB Variations
Color information
#DBC283 (or 0xDBC283) is known color: Zombie. HEX triplet: DB, C2 and 83. RGB value is (219,194,131). Sum of RGB (Red+Green+Blue) = 219+194+131=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC283 is #243D7C. Grayscale: #C2C2C2. Windows color (decimal): -2375037 or 8635099. OLE color: 8635099.
HSL color Cylindrical-coordinate representation of color #DBC283: hue angle of 42.95º 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 #DBC283 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 131 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.14 |
| HSL | 42.95º | 0.55% | 0.69% | - |
| HSV(B) | 42.95º | 0.4% | 0.86% | - |
| XYZ | 52.6 | 55.28 | 29.37 | - |
| YUV | 194.29 | 92.28 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 131 | 0 | 0.11 | 0.40 | 0.14 | 42.95 | 0.55 | 0.69 |
| Hex | DB | C2 | 83 | 0 | B | 28 | E | 2B | 37 | 45 |
| Octal | 333 | 302 | 203 | 0 | 13 | 50 | 16 | 53 | 67 | 105 |
| Binary | 11011011 | 11000010 | 10000011 | 0 | 1011 | 101000 | 1110 | 101011 | 110111 | 1000101 |
Color Harmonies of #DBC283
Complementary color
Monochromatic Colors of #DBC283
Black with #DBC283
Text Example
Text Example
White with #DBC283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC283; }
p { color: rgb(219,194,131); }
H1.HeaderClassName
{
color: #DBC283;
}
.AnyTagClassName
{
color: #DBC283;
}
</style>
background-color css
<style>
a { background-color: #DBC283; }
a { background-color: rgb(219,194,131); }
div.DivClassName
{
background-color: #DBC283;
}
.BgClassName
{
background-color: #DBC283;
}
</style>
border-color css
<style>
span { border-color: #DBC283; }
span { border-color: rgb(219,194,131); }
td.TdClassName
{
border-color: #DBC283;
}
.TagClassName
{
border-color: #DBC283;
}
</style>