Shades of Zombie #DFC387
Tints of Zombie #DFC387
RGB
CMYK
RGB Variations
Color information
#DFC387 (or 0xDFC387) is known color: Zombie. HEX triplet: DF, C3 and 87. RGB value is (223,195,135). Sum of RGB (Red+Green+Blue) = 223+195+135=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 135 (53.12% from 255 or 24.41% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC387 is #203C78. Grayscale: #C4C4C4. Windows color (decimal): -2112633 or 8897503. OLE color: 8897503.
HSL color Cylindrical-coordinate representation of color #DFC387: hue angle of 40.91º 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 #DFC387 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 135 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.13 |
| HSL | 40.91º | 0.58% | 0.7% | - |
| HSV(B) | 40.91º | 0.39% | 0.87% | - |
| XYZ | 54.32 | 56.47 | 30.96 | - |
| YUV | 196.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 135 | 0 | 0.13 | 0.39 | 0.13 | 40.91 | 0.58 | 0.7 |
| Hex | DF | C3 | 87 | 0 | D | 27 | D | 29 | 3A | 46 |
| Octal | 337 | 303 | 207 | 0 | 15 | 47 | 15 | 51 | 72 | 106 |
| Binary | 11011111 | 11000011 | 10000111 | 0 | 1101 | 100111 | 1101 | 101001 | 111010 | 1000110 |
Color Harmonies of #DFC387
Complementary color
Monochromatic Colors of #DFC387
Black with #DFC387
Text Example
Text Example
White with #DFC387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC387; }
p { color: rgb(223,195,135); }
H1.HeaderClassName
{
color: #DFC387;
}
.AnyTagClassName
{
color: #DFC387;
}
</style>
background-color css
<style>
a { background-color: #DFC387; }
a { background-color: rgb(223,195,135); }
div.DivClassName
{
background-color: #DFC387;
}
.BgClassName
{
background-color: #DFC387;
}
</style>
border-color css
<style>
span { border-color: #DFC387; }
span { border-color: rgb(223,195,135); }
td.TdClassName
{
border-color: #DFC387;
}
.TagClassName
{
border-color: #DFC387;
}
</style>