Shades of Zombie #DBC38C
Tints of Zombie #DBC38C
RGB
CMYK
RGB Variations
Color information
#DBC38C (or 0xDBC38C) is known color: Zombie. HEX triplet: DB, C3 and 8C. RGB value is (219,195,140). Sum of RGB (Red+Green+Blue) = 219+195+140=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC38C is #243C73. Grayscale: #C4C4C4. Windows color (decimal): -2374772 or 9225179. OLE color: 9225179.
HSL color Cylindrical-coordinate representation of color #DBC38C: hue angle of 41.77º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBC38C is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 140 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.14 |
| HSL | 41.77º | 0.52% | 0.7% | - |
| HSV(B) | 41.77º | 0.36% | 0.86% | - |
| XYZ | 53.46 | 55.98 | 32.8 | - |
| YUV | 195.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 140 | 0 | 0.11 | 0.36 | 0.14 | 41.77 | 0.52 | 0.7 |
| Hex | DB | C3 | 8C | 0 | B | 24 | E | 2A | 34 | 46 |
| Octal | 333 | 303 | 214 | 0 | 13 | 44 | 16 | 52 | 64 | 106 |
| Binary | 11011011 | 11000011 | 10001100 | 0 | 1011 | 100100 | 1110 | 101010 | 110100 | 1000110 |
Color Harmonies of #DBC38C
Complementary color
Monochromatic Colors of #DBC38C
Black with #DBC38C
Text Example
Text Example
White with #DBC38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC38C; }
p { color: rgb(219,195,140); }
H1.HeaderClassName
{
color: #DBC38C;
}
.AnyTagClassName
{
color: #DBC38C;
}
</style>
background-color css
<style>
a { background-color: #DBC38C; }
a { background-color: rgb(219,195,140); }
div.DivClassName
{
background-color: #DBC38C;
}
.BgClassName
{
background-color: #DBC38C;
}
</style>
border-color css
<style>
span { border-color: #DBC38C; }
span { border-color: rgb(219,195,140); }
td.TdClassName
{
border-color: #DBC38C;
}
.TagClassName
{
border-color: #DBC38C;
}
</style>