Shades of Zombie #DFC98D
Tints of Zombie #DFC98D
RGB
CMYK
RGB Variations
Color information
#DFC98D (or 0xDFC98D) is known color: Zombie. HEX triplet: DF, C9 and 8D. RGB value is (223,201,141). Sum of RGB (Red+Green+Blue) = 223+201+141=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC98D is #203672. Grayscale: #C8C8C8. Windows color (decimal): -2111091 or 9292255. OLE color: 9292255.
HSL color Cylindrical-coordinate representation of color #DFC98D: hue angle of 43.9º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFC98D is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 201 | 141 | - |
CMYK | 0 | 0.10 | 0.37 | 0.13 |
HSL | 43.9º | 0.56% | 0.71% | - |
HSV(B) | 43.9º | 0.37% | 0.87% | - |
XYZ | 56.13 | 59.38 | 33.7 | - |
YUV | 200.74 | 94.29 | 143.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 201 | 141 | 0 | 0.10 | 0.37 | 0.13 | 43.9 | 0.56 | 0.71 |
Hex | DF | C9 | 8D | 0 | A | 25 | D | 2C | 38 | 47 |
Octal | 337 | 311 | 215 | 0 | 12 | 45 | 15 | 54 | 70 | 107 |
Binary | 11011111 | 11001001 | 10001101 | 0 | 1010 | 100101 | 1101 | 101100 | 111000 | 1000111 |
Color Harmonies of #DFC98D
Complementary color
Monochromatic Colors of #DFC98D
Black with #DFC98D
Text Example
Text Example
White with #DFC98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC98D; }
p { color: rgb(223,201,141); }
H1.HeaderClassName
{
color: #DFC98D;
}
.AnyTagClassName
{
color: #DFC98D;
}
</style>
background-color css
<style>
a { background-color: #DFC98D; }
a { background-color: rgb(223,201,141); }
div.DivClassName
{
background-color: #DFC98D;
}
.BgClassName
{
background-color: #DFC98D;
}
</style>
border-color css
<style>
span { border-color: #DFC98D; }
span { border-color: rgb(223,201,141); }
td.TdClassName
{
border-color: #DFC98D;
}
.TagClassName
{
border-color: #DFC98D;
}
</style>