Shades of Zombie #D7C282
Tints of Zombie #D7C282
RGB
CMYK
RGB Variations
Color information
#D7C282 (or 0xD7C282) is known color: Zombie. HEX triplet: D7, C2 and 82. RGB value is (215,194,130). Sum of RGB (Red+Green+Blue) = 215+194+130=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 130 (51.17% from 255 or 24.12% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C282 is #283D7D. Grayscale: #C1C1C1. Windows color (decimal): -2637182 or 8569559. OLE color: 8569559.
HSL color Cylindrical-coordinate representation of color #D7C282: hue angle of 45.18º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7C282 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 194 | 130 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.16 |
| HSL | 45.18º | 0.52% | 0.68% | - |
| HSV(B) | 45.18º | 0.4% | 0.84% | - |
| XYZ | 51.35 | 54.64 | 28.96 | - |
| YUV | 192.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 130 | 0 | 0.10 | 0.40 | 0.16 | 45.18 | 0.52 | 0.68 |
| Hex | D7 | C2 | 82 | 0 | A | 28 | 10 | 2D | 34 | 44 |
| Octal | 327 | 302 | 202 | 0 | 12 | 50 | 20 | 55 | 64 | 104 |
| Binary | 11010111 | 11000010 | 10000010 | 0 | 1010 | 101000 | 10000 | 101101 | 110100 | 1000100 |
Color Harmonies of #D7C282
Complementary color
Monochromatic Colors of #D7C282
Black with #D7C282
Text Example
Text Example
White with #D7C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C282; }
p { color: rgb(215,194,130); }
H1.HeaderClassName
{
color: #D7C282;
}
.AnyTagClassName
{
color: #D7C282;
}
</style>
background-color css
<style>
a { background-color: #D7C282; }
a { background-color: rgb(215,194,130); }
div.DivClassName
{
background-color: #D7C282;
}
.BgClassName
{
background-color: #D7C282;
}
</style>
border-color css
<style>
span { border-color: #D7C282; }
span { border-color: rgb(215,194,130); }
td.TdClassName
{
border-color: #D7C282;
}
.TagClassName
{
border-color: #D7C282;
}
</style>