Shades of Zombie #DBC382
Tints of Zombie #DBC382
RGB
CMYK
RGB Variations
Color information
#DBC382 (or 0xDBC382) is known color: Zombie. HEX triplet: DB, C3 and 82. RGB value is (219,195,130). Sum of RGB (Red+Green+Blue) = 219+195+130=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC382 is #243C7D. Grayscale: #C3C3C3. Windows color (decimal): -2374782 or 8569819. OLE color: 8569819.
HSL color Cylindrical-coordinate representation of color #DBC382: hue angle of 43.82º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBC382 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 130 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.14 |
| HSL | 43.82º | 0.55% | 0.68% | - |
| HSV(B) | 43.82º | 0.41% | 0.86% | - |
| XYZ | 52.76 | 55.7 | 29.09 | - |
| YUV | 194.77 | 91.45 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 130 | 0 | 0.11 | 0.41 | 0.14 | 43.82 | 0.55 | 0.68 |
| Hex | DB | C3 | 82 | 0 | B | 29 | E | 2C | 37 | 44 |
| Octal | 333 | 303 | 202 | 0 | 13 | 51 | 16 | 54 | 67 | 104 |
| Binary | 11011011 | 11000011 | 10000010 | 0 | 1011 | 101001 | 1110 | 101100 | 110111 | 1000100 |
Color Harmonies of #DBC382
Complementary color
Monochromatic Colors of #DBC382
Black with #DBC382
Text Example
Text Example
White with #DBC382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC382; }
p { color: rgb(219,195,130); }
H1.HeaderClassName
{
color: #DBC382;
}
.AnyTagClassName
{
color: #DBC382;
}
</style>
background-color css
<style>
a { background-color: #DBC382; }
a { background-color: rgb(219,195,130); }
div.DivClassName
{
background-color: #DBC382;
}
.BgClassName
{
background-color: #DBC382;
}
</style>
border-color css
<style>
span { border-color: #DBC382; }
span { border-color: rgb(219,195,130); }
td.TdClassName
{
border-color: #DBC382;
}
.TagClassName
{
border-color: #DBC382;
}
</style>