Shades of Zombie #DFC488
Tints of Zombie #DFC488
RGB
CMYK
RGB Variations
Color information
#DFC488 (or 0xDFC488) is known color: Zombie. HEX triplet: DF, C4 and 88. RGB value is (223,196,136). Sum of RGB (Red+Green+Blue) = 223+196+136=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC488 is #203B77. Grayscale: #C5C5C5. Windows color (decimal): -2112376 or 8963295. OLE color: 8963295.
HSL color Cylindrical-coordinate representation of color #DFC488: hue angle of 41.38º 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 #DFC488 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 136 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.13 |
| HSL | 41.38º | 0.58% | 0.7% | - |
| HSV(B) | 41.38º | 0.39% | 0.87% | - |
| XYZ | 54.62 | 56.95 | 31.41 | - |
| YUV | 197.23 | 93.45 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 136 | 0 | 0.12 | 0.39 | 0.13 | 41.38 | 0.58 | 0.7 |
| Hex | DF | C4 | 88 | 0 | C | 27 | D | 29 | 3A | 46 |
| Octal | 337 | 304 | 210 | 0 | 14 | 47 | 15 | 51 | 72 | 106 |
| Binary | 11011111 | 11000100 | 10001000 | 0 | 1100 | 100111 | 1101 | 101001 | 111010 | 1000110 |
Color Harmonies of #DFC488
Complementary color
Monochromatic Colors of #DFC488
Black with #DFC488
Text Example
Text Example
White with #DFC488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC488; }
p { color: rgb(223,196,136); }
H1.HeaderClassName
{
color: #DFC488;
}
.AnyTagClassName
{
color: #DFC488;
}
</style>
background-color css
<style>
a { background-color: #DFC488; }
a { background-color: rgb(223,196,136); }
div.DivClassName
{
background-color: #DFC488;
}
.BgClassName
{
background-color: #DFC488;
}
</style>
border-color css
<style>
span { border-color: #DFC488; }
span { border-color: rgb(223,196,136); }
td.TdClassName
{
border-color: #DFC488;
}
.TagClassName
{
border-color: #DFC488;
}
</style>