Shades of Zombie #DFC88A
Tints of Zombie #DFC88A
RGB
CMYK
RGB Variations
Color information
#DFC88A (or 0xDFC88A) is known color: Zombie. HEX triplet: DF, C8 and 8A. RGB value is (223,200,138). Sum of RGB (Red+Green+Blue) = 223+200+138=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC88A is #203775. Grayscale: #C8C8C8. Windows color (decimal): -2111350 or 9095391. OLE color: 9095391.
HSL color Cylindrical-coordinate representation of color #DFC88A: hue angle of 43.76º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFC88A is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 138 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.13 |
| HSL | 43.76º | 0.57% | 0.71% | - |
| HSV(B) | 43.76º | 0.38% | 0.87% | - |
| XYZ | 55.67 | 58.83 | 32.47 | - |
| YUV | 199.81 | 93.12 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 138 | 0 | 0.10 | 0.38 | 0.13 | 43.76 | 0.57 | 0.71 |
| Hex | DF | C8 | 8A | 0 | A | 26 | D | 2C | 39 | 47 |
| Octal | 337 | 310 | 212 | 0 | 12 | 46 | 15 | 54 | 71 | 107 |
| Binary | 11011111 | 11001000 | 10001010 | 0 | 1010 | 100110 | 1101 | 101100 | 111001 | 1000111 |
Color Harmonies of #DFC88A
Complementary color
Monochromatic Colors of #DFC88A
Black with #DFC88A
Text Example
Text Example
White with #DFC88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC88A; }
p { color: rgb(223,200,138); }
H1.HeaderClassName
{
color: #DFC88A;
}
.AnyTagClassName
{
color: #DFC88A;
}
</style>
background-color css
<style>
a { background-color: #DFC88A; }
a { background-color: rgb(223,200,138); }
div.DivClassName
{
background-color: #DFC88A;
}
.BgClassName
{
background-color: #DFC88A;
}
</style>
border-color css
<style>
span { border-color: #DFC88A; }
span { border-color: rgb(223,200,138); }
td.TdClassName
{
border-color: #DFC88A;
}
.TagClassName
{
border-color: #DFC88A;
}
</style>