Shades of Zombie #DFBF85
Tints of Zombie #DFBF85
RGB
CMYK
RGB Variations
Color information
#DFBF85 (or 0xDFBF85) is known color: Zombie. HEX triplet: DF, BF and 85. RGB value is (223,191,133). Sum of RGB (Red+Green+Blue) = 223+191+133=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBF85 is #20407A. Grayscale: #C2C2C2. Windows color (decimal): -2113659 or 8765407. OLE color: 8765407.
HSL color Cylindrical-coordinate representation of color #DFBF85: hue angle of 38.67º 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 #DFBF85 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 133 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.13 |
| HSL | 38.67º | 0.58% | 0.7% | - |
| HSV(B) | 38.67º | 0.4% | 0.87% | - |
| XYZ | 53.3 | 54.64 | 29.93 | - |
| YUV | 193.96 | 93.6 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 133 | 0 | 0.14 | 0.40 | 0.13 | 38.67 | 0.58 | 0.7 |
| Hex | DF | BF | 85 | 0 | E | 28 | D | 27 | 3A | 46 |
| Octal | 337 | 277 | 205 | 0 | 16 | 50 | 15 | 47 | 72 | 106 |
| Binary | 11011111 | 10111111 | 10000101 | 0 | 1110 | 101000 | 1101 | 100111 | 111010 | 1000110 |
Color Harmonies of #DFBF85
Complementary color
Monochromatic Colors of #DFBF85
Black with #DFBF85
Text Example
Text Example
White with #DFBF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBF85; }
p { color: rgb(223,191,133); }
H1.HeaderClassName
{
color: #DFBF85;
}
.AnyTagClassName
{
color: #DFBF85;
}
</style>
background-color css
<style>
a { background-color: #DFBF85; }
a { background-color: rgb(223,191,133); }
div.DivClassName
{
background-color: #DFBF85;
}
.BgClassName
{
background-color: #DFBF85;
}
</style>
border-color css
<style>
span { border-color: #DFBF85; }
span { border-color: rgb(223,191,133); }
td.TdClassName
{
border-color: #DFBF85;
}
.TagClassName
{
border-color: #DFBF85;
}
</style>