Shades of Zombie #DFC889
Tints of Zombie #DFC889
RGB
CMYK
RGB Variations
Color information
#DFC889 (or 0xDFC889) is known color: Zombie. HEX triplet: DF, C8 and 89. RGB value is (223,200,137). Sum of RGB (Red+Green+Blue) = 223+200+137=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 137 (53.91% from 255 or 24.46% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC889 is #203776. Grayscale: #C7C7C7. Windows color (decimal): -2111351 or 9029855. OLE color: 9029855.
HSL color Cylindrical-coordinate representation of color #DFC889: hue angle of 43.95º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFC889 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 137 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.13 |
| HSL | 43.95º | 0.57% | 0.71% | - |
| HSV(B) | 43.95º | 0.39% | 0.87% | - |
| XYZ | 55.6 | 58.8 | 32.09 | - |
| YUV | 199.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 137 | 0 | 0.10 | 0.39 | 0.13 | 43.95 | 0.57 | 0.71 |
| Hex | DF | C8 | 89 | 0 | A | 27 | D | 2C | 39 | 47 |
| Octal | 337 | 310 | 211 | 0 | 12 | 47 | 15 | 54 | 71 | 107 |
| Binary | 11011111 | 11001000 | 10001001 | 0 | 1010 | 100111 | 1101 | 101100 | 111001 | 1000111 |
Color Harmonies of #DFC889
Complementary color
Monochromatic Colors of #DFC889
Black with #DFC889
Text Example
Text Example
White with #DFC889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC889; }
p { color: rgb(223,200,137); }
H1.HeaderClassName
{
color: #DFC889;
}
.AnyTagClassName
{
color: #DFC889;
}
</style>
background-color css
<style>
a { background-color: #DFC889; }
a { background-color: rgb(223,200,137); }
div.DivClassName
{
background-color: #DFC889;
}
.BgClassName
{
background-color: #DFC889;
}
</style>
border-color css
<style>
span { border-color: #DFC889; }
span { border-color: rgb(223,200,137); }
td.TdClassName
{
border-color: #DFC889;
}
.TagClassName
{
border-color: #DFC889;
}
</style>