Shades of Zombie #DFC788
Tints of Zombie #DFC788
RGB
CMYK
RGB Variations
Color information
#DFC788 (or 0xDFC788) is known color: Zombie. HEX triplet: DF, C7 and 88. RGB value is (223,199,136). Sum of RGB (Red+Green+Blue) = 223+199+136=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 136 (53.52% from 255 or 24.37% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC788 is #203877. Grayscale: #C7C7C7. Windows color (decimal): -2111608 or 8964063. OLE color: 8964063.
HSL color Cylindrical-coordinate representation of color #DFC788: hue angle of 43.45º 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 #DFC788 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 136 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.13 |
| HSL | 43.45º | 0.58% | 0.7% | - |
| HSV(B) | 43.45º | 0.39% | 0.87% | - |
| XYZ | 55.3 | 58.31 | 31.63 | - |
| YUV | 198.99 | 92.45 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 136 | 0 | 0.11 | 0.39 | 0.13 | 43.45 | 0.58 | 0.7 |
| Hex | DF | C7 | 88 | 0 | B | 27 | D | 2B | 3A | 46 |
| Octal | 337 | 307 | 210 | 0 | 13 | 47 | 15 | 53 | 72 | 106 |
| Binary | 11011111 | 11000111 | 10001000 | 0 | 1011 | 100111 | 1101 | 101011 | 111010 | 1000110 |
Color Harmonies of #DFC788
Complementary color
Monochromatic Colors of #DFC788
Black with #DFC788
Text Example
Text Example
White with #DFC788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC788; }
p { color: rgb(223,199,136); }
H1.HeaderClassName
{
color: #DFC788;
}
.AnyTagClassName
{
color: #DFC788;
}
</style>
background-color css
<style>
a { background-color: #DFC788; }
a { background-color: rgb(223,199,136); }
div.DivClassName
{
background-color: #DFC788;
}
.BgClassName
{
background-color: #DFC788;
}
</style>
border-color css
<style>
span { border-color: #DFC788; }
span { border-color: rgb(223,199,136); }
td.TdClassName
{
border-color: #DFC788;
}
.TagClassName
{
border-color: #DFC788;
}
</style>