Shades of Zombie #DFC385
Tints of Zombie #DFC385
RGB
CMYK
RGB Variations
Color information
#DFC385 (or 0xDFC385) is known color: Zombie. HEX triplet: DF, C3 and 85. RGB value is (223,195,133). Sum of RGB (Red+Green+Blue) = 223+195+133=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC385 is #203C7A. Grayscale: #C4C4C4. Windows color (decimal): -2112635 or 8766431. OLE color: 8766431.
HSL color Cylindrical-coordinate representation of color #DFC385: hue angle of 41.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 #DFC385 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 133 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.13 |
| HSL | 41.33º | 0.58% | 0.7% | - |
| HSV(B) | 41.33º | 0.4% | 0.87% | - |
| XYZ | 54.18 | 56.41 | 30.22 | - |
| YUV | 196.3 | 92.28 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 133 | 0 | 0.13 | 0.40 | 0.13 | 41.33 | 0.58 | 0.7 |
| Hex | DF | C3 | 85 | 0 | D | 28 | D | 29 | 3A | 46 |
| Octal | 337 | 303 | 205 | 0 | 15 | 50 | 15 | 51 | 72 | 106 |
| Binary | 11011111 | 11000011 | 10000101 | 0 | 1101 | 101000 | 1101 | 101001 | 111010 | 1000110 |
Color Harmonies of #DFC385
Complementary color
Monochromatic Colors of #DFC385
Black with #DFC385
Text Example
Text Example
White with #DFC385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC385; }
p { color: rgb(223,195,133); }
H1.HeaderClassName
{
color: #DFC385;
}
.AnyTagClassName
{
color: #DFC385;
}
</style>
background-color css
<style>
a { background-color: #DFC385; }
a { background-color: rgb(223,195,133); }
div.DivClassName
{
background-color: #DFC385;
}
.BgClassName
{
background-color: #DFC385;
}
</style>
border-color css
<style>
span { border-color: #DFC385; }
span { border-color: rgb(223,195,133); }
td.TdClassName
{
border-color: #DFC385;
}
.TagClassName
{
border-color: #DFC385;
}
</style>