Shades of Zombie #D9C27F
Tints of Zombie #D9C27F
RGB
CMYK
RGB Variations
Color information
#D9C27F (or 0xD9C27F) is known color: Zombie. HEX triplet: D9, C2 and 7F. RGB value is (217,194,127). Sum of RGB (Red+Green+Blue) = 217+194+127=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C27F is #263D80. Grayscale: #C1C1C1. Windows color (decimal): -2506113 or 8372953. OLE color: 8372953.
HSL color Cylindrical-coordinate representation of color #D9C27F: hue angle of 44.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9C27F is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 194 | 127 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.15 |
| HSL | 44.67º | 0.54% | 0.67% | - |
| HSV(B) | 44.67º | 0.41% | 0.85% | - |
| XYZ | 51.74 | 54.87 | 27.94 | - |
| YUV | 193.24 | 90.62 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 127 | 0 | 0.11 | 0.41 | 0.15 | 44.67 | 0.54 | 0.67 |
| Hex | D9 | C2 | 7F | 0 | B | 29 | F | 2D | 36 | 43 |
| Octal | 331 | 302 | 177 | 0 | 13 | 51 | 17 | 55 | 66 | 103 |
| Binary | 11011001 | 11000010 | 1111111 | 0 | 1011 | 101001 | 1111 | 101101 | 110110 | 1000011 |
Color Harmonies of #D9C27F
Complementary color
Monochromatic Colors of #D9C27F
Black with #D9C27F
Text Example
Text Example
White with #D9C27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C27F; }
p { color: rgb(217,194,127); }
H1.HeaderClassName
{
color: #D9C27F;
}
.AnyTagClassName
{
color: #D9C27F;
}
</style>
background-color css
<style>
a { background-color: #D9C27F; }
a { background-color: rgb(217,194,127); }
div.DivClassName
{
background-color: #D9C27F;
}
.BgClassName
{
background-color: #D9C27F;
}
</style>
border-color css
<style>
span { border-color: #D9C27F; }
span { border-color: rgb(217,194,127); }
td.TdClassName
{
border-color: #D9C27F;
}
.TagClassName
{
border-color: #D9C27F;
}
</style>