Shades of Zombie #D9C18D
Tints of Zombie #D9C18D
RGB
CMYK
RGB Variations
Color information
#D9C18D (or 0xD9C18D) is known color: Zombie. HEX triplet: D9, C1 and 8D. RGB value is (217,193,141). Sum of RGB (Red+Green+Blue) = 217+193+141=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C18D is #263E72. Grayscale: #C2C2C2. Windows color (decimal): -2506355 or 9290201. OLE color: 9290201.
HSL color Cylindrical-coordinate representation of color #D9C18D: hue angle of 41.05º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9C18D is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 193 | 141 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.15 |
| HSL | 41.05º | 0.5% | 0.7% | - |
| HSV(B) | 41.05º | 0.35% | 0.85% | - |
| XYZ | 52.49 | 54.81 | 33.01 | - |
| YUV | 194.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 141 | 0 | 0.11 | 0.35 | 0.15 | 41.05 | 0.5 | 0.7 |
| Hex | D9 | C1 | 8D | 0 | B | 23 | F | 29 | 32 | 46 |
| Octal | 331 | 301 | 215 | 0 | 13 | 43 | 17 | 51 | 62 | 106 |
| Binary | 11011001 | 11000001 | 10001101 | 0 | 1011 | 100011 | 1111 | 101001 | 110010 | 1000110 |
Color Harmonies of #D9C18D
Complementary color
Monochromatic Colors of #D9C18D
Black with #D9C18D
Text Example
Text Example
White with #D9C18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C18D; }
p { color: rgb(217,193,141); }
H1.HeaderClassName
{
color: #D9C18D;
}
.AnyTagClassName
{
color: #D9C18D;
}
</style>
background-color css
<style>
a { background-color: #D9C18D; }
a { background-color: rgb(217,193,141); }
div.DivClassName
{
background-color: #D9C18D;
}
.BgClassName
{
background-color: #D9C18D;
}
</style>
border-color css
<style>
span { border-color: #D9C18D; }
span { border-color: rgb(217,193,141); }
td.TdClassName
{
border-color: #D9C18D;
}
.TagClassName
{
border-color: #D9C18D;
}
</style>