Shades of Zombie #DFC086
Tints of Zombie #DFC086
RGB
CMYK
RGB Variations
Color information
#DFC086 (or 0xDFC086) is known color: Zombie. HEX triplet: DF, C0 and 86. RGB value is (223,192,134). Sum of RGB (Red+Green+Blue) = 223+192+134=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC086 is #203F79. Grayscale: #C2C2C2. Windows color (decimal): -2113402 or 8831199. OLE color: 8831199.
HSL color Cylindrical-coordinate representation of color #DFC086: hue angle of 39.1º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFC086 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 134 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.13 |
| HSL | 39.1º | 0.58% | 0.7% | - |
| HSV(B) | 39.1º | 0.4% | 0.87% | - |
| XYZ | 53.58 | 55.11 | 30.37 | - |
| YUV | 194.66 | 93.77 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 134 | 0 | 0.14 | 0.40 | 0.13 | 39.1 | 0.58 | 0.7 |
| Hex | DF | C0 | 86 | 0 | E | 28 | D | 27 | 3A | 46 |
| Octal | 337 | 300 | 206 | 0 | 16 | 50 | 15 | 47 | 72 | 106 |
| Binary | 11011111 | 11000000 | 10000110 | 0 | 1110 | 101000 | 1101 | 100111 | 111010 | 1000110 |
Color Harmonies of #DFC086
Complementary color
Monochromatic Colors of #DFC086
Black with #DFC086
Text Example
Text Example
White with #DFC086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC086; }
p { color: rgb(223,192,134); }
H1.HeaderClassName
{
color: #DFC086;
}
.AnyTagClassName
{
color: #DFC086;
}
</style>
background-color css
<style>
a { background-color: #DFC086; }
a { background-color: rgb(223,192,134); }
div.DivClassName
{
background-color: #DFC086;
}
.BgClassName
{
background-color: #DFC086;
}
</style>
border-color css
<style>
span { border-color: #DFC086; }
span { border-color: rgb(223,192,134); }
td.TdClassName
{
border-color: #DFC086;
}
.TagClassName
{
border-color: #DFC086;
}
</style>