Shades of Zombie #D9C47D
Tints of Zombie #D9C47D
RGB
CMYK
RGB Variations
Color information
#D9C47D (or 0xD9C47D) is known color: Zombie. HEX triplet: D9, C4 and 7D. RGB value is (217,196,125). Sum of RGB (Red+Green+Blue) = 217+196+125=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C47D is #263B82. Grayscale: #C2C2C2. Windows color (decimal): -2505603 or 8242393. OLE color: 8242393.
HSL color Cylindrical-coordinate representation of color #D9C47D: hue angle of 46.3º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9C47D is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 196 | 125 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.15 |
| HSL | 46.3º | 0.55% | 0.67% | - |
| HSV(B) | 46.3º | 0.42% | 0.85% | - |
| XYZ | 52.06 | 55.71 | 27.41 | - |
| YUV | 194.19 | 88.96 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 196 | 125 | 0 | 0.10 | 0.42 | 0.15 | 46.3 | 0.55 | 0.67 |
| Hex | D9 | C4 | 7D | 0 | A | 2A | F | 2E | 37 | 43 |
| Octal | 331 | 304 | 175 | 0 | 12 | 52 | 17 | 56 | 67 | 103 |
| Binary | 11011001 | 11000100 | 1111101 | 0 | 1010 | 101010 | 1111 | 101110 | 110111 | 1000011 |
Color Harmonies of #D9C47D
Complementary color
Monochromatic Colors of #D9C47D
Black with #D9C47D
Text Example
Text Example
White with #D9C47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C47D; }
p { color: rgb(217,196,125); }
H1.HeaderClassName
{
color: #D9C47D;
}
.AnyTagClassName
{
color: #D9C47D;
}
</style>
background-color css
<style>
a { background-color: #D9C47D; }
a { background-color: rgb(217,196,125); }
div.DivClassName
{
background-color: #D9C47D;
}
.BgClassName
{
background-color: #D9C47D;
}
</style>
border-color css
<style>
span { border-color: #D9C47D; }
span { border-color: rgb(217,196,125); }
td.TdClassName
{
border-color: #D9C47D;
}
.TagClassName
{
border-color: #D9C47D;
}
</style>