Shades of Zombie #DFC085
Tints of Zombie #DFC085
RGB
CMYK
RGB Variations
Color information
#DFC085 (or 0xDFC085) is known color: Zombie. HEX triplet: DF, C0 and 85. RGB value is (223,192,133). Sum of RGB (Red+Green+Blue) = 223+192+133=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC085 is #203F7A. Grayscale: #C2C2C2. Windows color (decimal): -2113403 or 8765663. OLE color: 8765663.
HSL color Cylindrical-coordinate representation of color #DFC085: hue angle of 39.33º 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 #DFC085 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 133 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.13 |
| HSL | 39.33º | 0.58% | 0.7% | - |
| HSV(B) | 39.33º | 0.4% | 0.87% | - |
| XYZ | 53.51 | 55.08 | 30 | - |
| YUV | 194.54 | 93.27 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 133 | 0 | 0.14 | 0.40 | 0.13 | 39.33 | 0.58 | 0.7 |
| Hex | DF | C0 | 85 | 0 | E | 28 | D | 27 | 3A | 46 |
| Octal | 337 | 300 | 205 | 0 | 16 | 50 | 15 | 47 | 72 | 106 |
| Binary | 11011111 | 11000000 | 10000101 | 0 | 1110 | 101000 | 1101 | 100111 | 111010 | 1000110 |
Color Harmonies of #DFC085
Complementary color
Monochromatic Colors of #DFC085
Black with #DFC085
Text Example
Text Example
White with #DFC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC085; }
p { color: rgb(223,192,133); }
H1.HeaderClassName
{
color: #DFC085;
}
.AnyTagClassName
{
color: #DFC085;
}
</style>
background-color css
<style>
a { background-color: #DFC085; }
a { background-color: rgb(223,192,133); }
div.DivClassName
{
background-color: #DFC085;
}
.BgClassName
{
background-color: #DFC085;
}
</style>
border-color css
<style>
span { border-color: #DFC085; }
span { border-color: rgb(223,192,133); }
td.TdClassName
{
border-color: #DFC085;
}
.TagClassName
{
border-color: #DFC085;
}
</style>