Shades of Zombie #DFC78A
Tints of Zombie #DFC78A
RGB
CMYK
RGB Variations
Color information
#DFC78A (or 0xDFC78A) is known color: Zombie. HEX triplet: DF, C7 and 8A. RGB value is (223,199,138). Sum of RGB (Red+Green+Blue) = 223+199+138=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 138 (54.30% from 255 or 24.64% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC78A is #203875. Grayscale: #C7C7C7. Windows color (decimal): -2111606 or 9095135. OLE color: 9095135.
HSL color Cylindrical-coordinate representation of color #DFC78A: hue angle of 43.06º 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 #DFC78A is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 138 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.13 |
| HSL | 43.06º | 0.57% | 0.71% | - |
| HSV(B) | 43.06º | 0.38% | 0.87% | - |
| XYZ | 55.44 | 58.37 | 32.39 | - |
| YUV | 199.22 | 93.45 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 138 | 0 | 0.11 | 0.38 | 0.13 | 43.06 | 0.57 | 0.71 |
| Hex | DF | C7 | 8A | 0 | B | 26 | D | 2B | 39 | 47 |
| Octal | 337 | 307 | 212 | 0 | 13 | 46 | 15 | 53 | 71 | 107 |
| Binary | 11011111 | 11000111 | 10001010 | 0 | 1011 | 100110 | 1101 | 101011 | 111001 | 1000111 |
Color Harmonies of #DFC78A
Complementary color
Monochromatic Colors of #DFC78A
Black with #DFC78A
Text Example
Text Example
White with #DFC78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC78A; }
p { color: rgb(223,199,138); }
H1.HeaderClassName
{
color: #DFC78A;
}
.AnyTagClassName
{
color: #DFC78A;
}
</style>
background-color css
<style>
a { background-color: #DFC78A; }
a { background-color: rgb(223,199,138); }
div.DivClassName
{
background-color: #DFC78A;
}
.BgClassName
{
background-color: #DFC78A;
}
</style>
border-color css
<style>
span { border-color: #DFC78A; }
span { border-color: rgb(223,199,138); }
td.TdClassName
{
border-color: #DFC78A;
}
.TagClassName
{
border-color: #DFC78A;
}
</style>