Shades of Zombie #D9C28F
Tints of Zombie #D9C28F
RGB
CMYK
RGB Variations
Color information
#D9C28F (or 0xD9C28F) is known color: Zombie. HEX triplet: D9, C2 and 8F. RGB value is (217,194,143). Sum of RGB (Red+Green+Blue) = 217+194+143=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 143 (56.25% from 255 or 25.81% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C28F is #263D70. Grayscale: #C3C3C3. Windows color (decimal): -2506097 or 9421529. OLE color: 9421529.
HSL color Cylindrical-coordinate representation of color #D9C28F: hue angle of 41.35º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9C28F is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 194 | 143 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.15 |
| HSL | 41.35º | 0.49% | 0.71% | - |
| HSV(B) | 41.35º | 0.34% | 0.85% | - |
| XYZ | 52.86 | 55.32 | 33.88 | - |
| YUV | 195.06 | 98.62 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 143 | 0 | 0.11 | 0.34 | 0.15 | 41.35 | 0.49 | 0.71 |
| Hex | D9 | C2 | 8F | 0 | B | 22 | F | 29 | 31 | 47 |
| Octal | 331 | 302 | 217 | 0 | 13 | 42 | 17 | 51 | 61 | 107 |
| Binary | 11011001 | 11000010 | 10001111 | 0 | 1011 | 100010 | 1111 | 101001 | 110001 | 1000111 |
Color Harmonies of #D9C28F
Complementary color
Monochromatic Colors of #D9C28F
Black with #D9C28F
Text Example
Text Example
White with #D9C28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C28F; }
p { color: rgb(217,194,143); }
H1.HeaderClassName
{
color: #D9C28F;
}
.AnyTagClassName
{
color: #D9C28F;
}
</style>
background-color css
<style>
a { background-color: #D9C28F; }
a { background-color: rgb(217,194,143); }
div.DivClassName
{
background-color: #D9C28F;
}
.BgClassName
{
background-color: #D9C28F;
}
</style>
border-color css
<style>
span { border-color: #D9C28F; }
span { border-color: rgb(217,194,143); }
td.TdClassName
{
border-color: #D9C28F;
}
.TagClassName
{
border-color: #D9C28F;
}
</style>