Shades of Zombie #DFC388
Tints of Zombie #DFC388
RGB
CMYK
RGB Variations
Color information
#DFC388 (or 0xDFC388) is known color: Zombie. HEX triplet: DF, C3 and 88. RGB value is (223,195,136). Sum of RGB (Red+Green+Blue) = 223+195+136=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC388 is #203C77. Grayscale: #C4C4C4. Windows color (decimal): -2112632 or 8963039. OLE color: 8963039.
HSL color Cylindrical-coordinate representation of color #DFC388: hue angle of 40.69º 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 #DFC388 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 136 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.13 |
| HSL | 40.69º | 0.58% | 0.7% | - |
| HSV(B) | 40.69º | 0.39% | 0.87% | - |
| XYZ | 54.39 | 56.5 | 31.33 | - |
| YUV | 196.65 | 93.78 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 136 | 0 | 0.13 | 0.39 | 0.13 | 40.69 | 0.58 | 0.7 |
| Hex | DF | C3 | 88 | 0 | D | 27 | D | 29 | 3A | 46 |
| Octal | 337 | 303 | 210 | 0 | 15 | 47 | 15 | 51 | 72 | 106 |
| Binary | 11011111 | 11000011 | 10001000 | 0 | 1101 | 100111 | 1101 | 101001 | 111010 | 1000110 |
Color Harmonies of #DFC388
Complementary color
Monochromatic Colors of #DFC388
Black with #DFC388
Text Example
Text Example
White with #DFC388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC388; }
p { color: rgb(223,195,136); }
H1.HeaderClassName
{
color: #DFC388;
}
.AnyTagClassName
{
color: #DFC388;
}
</style>
background-color css
<style>
a { background-color: #DFC388; }
a { background-color: rgb(223,195,136); }
div.DivClassName
{
background-color: #DFC388;
}
.BgClassName
{
background-color: #DFC388;
}
</style>
border-color css
<style>
span { border-color: #DFC388; }
span { border-color: rgb(223,195,136); }
td.TdClassName
{
border-color: #DFC388;
}
.TagClassName
{
border-color: #DFC388;
}
</style>