Shades of Zombie #D7C58F
Tints of Zombie #D7C58F
RGB
CMYK
RGB Variations
Color information
#D7C58F (or 0xD7C58F) is known color: Zombie. HEX triplet: D7, C5 and 8F. RGB value is (215,197,143). Sum of RGB (Red+Green+Blue) = 215+197+143=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 143 (56.25% from 255 or 25.77% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C58F is #283A70. Grayscale: #C4C4C4. Windows color (decimal): -2636401 or 9422295. OLE color: 9422295.
HSL color Cylindrical-coordinate representation of color #D7C58F: hue angle of 45º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7C58F is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 197 | 143 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.16 |
| HSL | 45º | 0.47% | 0.7% | - |
| HSV(B) | 45º | 0.33% | 0.84% | - |
| XYZ | 52.95 | 56.36 | 34.08 | - |
| YUV | 196.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 197 | 143 | 0 | 0.08 | 0.33 | 0.16 | 45 | 0.47 | 0.7 |
| Hex | D7 | C5 | 8F | 0 | 8 | 21 | 10 | 2D | 2F | 46 |
| Octal | 327 | 305 | 217 | 0 | 10 | 41 | 20 | 55 | 57 | 106 |
| Binary | 11010111 | 11000101 | 10001111 | 0 | 1000 | 100001 | 10000 | 101101 | 101111 | 1000110 |
Color Harmonies of #D7C58F
Complementary color
Monochromatic Colors of #D7C58F
Black with #D7C58F
Text Example
Text Example
White with #D7C58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C58F; }
p { color: rgb(215,197,143); }
H1.HeaderClassName
{
color: #D7C58F;
}
.AnyTagClassName
{
color: #D7C58F;
}
</style>
background-color css
<style>
a { background-color: #D7C58F; }
a { background-color: rgb(215,197,143); }
div.DivClassName
{
background-color: #D7C58F;
}
.BgClassName
{
background-color: #D7C58F;
}
</style>
border-color css
<style>
span { border-color: #D7C58F; }
span { border-color: rgb(215,197,143); }
td.TdClassName
{
border-color: #D7C58F;
}
.TagClassName
{
border-color: #D7C58F;
}
</style>