Shades of Zombie #DFC887
Tints of Zombie #DFC887
RGB
CMYK
RGB Variations
Color information
#DFC887 (or 0xDFC887) is known color: Zombie. HEX triplet: DF, C8 and 87. RGB value is (223,200,135). Sum of RGB (Red+Green+Blue) = 223+200+135=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 135 (53.12% from 255 or 24.19% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC887 is #203778. Grayscale: #C7C7C7. Windows color (decimal): -2111353 or 8898783. OLE color: 8898783.
HSL color Cylindrical-coordinate representation of color #DFC887: hue angle of 44.32º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFC887 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 135 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.13 |
| HSL | 44.32º | 0.58% | 0.7% | - |
| HSV(B) | 44.32º | 0.39% | 0.87% | - |
| XYZ | 55.46 | 58.75 | 31.34 | - |
| YUV | 199.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 135 | 0 | 0.10 | 0.39 | 0.13 | 44.32 | 0.58 | 0.7 |
| Hex | DF | C8 | 87 | 0 | A | 27 | D | 2C | 3A | 46 |
| Octal | 337 | 310 | 207 | 0 | 12 | 47 | 15 | 54 | 72 | 106 |
| Binary | 11011111 | 11001000 | 10000111 | 0 | 1010 | 100111 | 1101 | 101100 | 111010 | 1000110 |
Color Harmonies of #DFC887
Complementary color
Monochromatic Colors of #DFC887
Black with #DFC887
Text Example
Text Example
White with #DFC887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC887; }
p { color: rgb(223,200,135); }
H1.HeaderClassName
{
color: #DFC887;
}
.AnyTagClassName
{
color: #DFC887;
}
</style>
background-color css
<style>
a { background-color: #DFC887; }
a { background-color: rgb(223,200,135); }
div.DivClassName
{
background-color: #DFC887;
}
.BgClassName
{
background-color: #DFC887;
}
</style>
border-color css
<style>
span { border-color: #DFC887; }
span { border-color: rgb(223,200,135); }
td.TdClassName
{
border-color: #DFC887;
}
.TagClassName
{
border-color: #DFC887;
}
</style>