Shades of Zombie #D9C583
Tints of Zombie #D9C583
RGB
CMYK
RGB Variations
Color information
#D9C583 (or 0xD9C583) is known color: Zombie. HEX triplet: D9, C5 and 83. RGB value is (217,197,131). Sum of RGB (Red+Green+Blue) = 217+197+131=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C583 is #263A7C. Grayscale: #C3C3C3. Windows color (decimal): -2505341 or 8635865. OLE color: 8635865.
HSL color Cylindrical-coordinate representation of color #D9C583: hue angle of 46.05º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9C583 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 197 | 131 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.15 |
| HSL | 46.05º | 0.53% | 0.68% | - |
| HSV(B) | 46.05º | 0.4% | 0.85% | - |
| XYZ | 52.68 | 56.32 | 29.57 | - |
| YUV | 195.46 | 91.63 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 197 | 131 | 0 | 0.09 | 0.40 | 0.15 | 46.05 | 0.53 | 0.68 |
| Hex | D9 | C5 | 83 | 0 | 9 | 28 | F | 2E | 35 | 44 |
| Octal | 331 | 305 | 203 | 0 | 11 | 50 | 17 | 56 | 65 | 104 |
| Binary | 11011001 | 11000101 | 10000011 | 0 | 1001 | 101000 | 1111 | 101110 | 110101 | 1000100 |
Color Harmonies of #D9C583
Complementary color
Monochromatic Colors of #D9C583
Black with #D9C583
Text Example
Text Example
White with #D9C583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C583; }
p { color: rgb(217,197,131); }
H1.HeaderClassName
{
color: #D9C583;
}
.AnyTagClassName
{
color: #D9C583;
}
</style>
background-color css
<style>
a { background-color: #D9C583; }
a { background-color: rgb(217,197,131); }
div.DivClassName
{
background-color: #D9C583;
}
.BgClassName
{
background-color: #D9C583;
}
</style>
border-color css
<style>
span { border-color: #D9C583; }
span { border-color: rgb(217,197,131); }
td.TdClassName
{
border-color: #D9C583;
}
.TagClassName
{
border-color: #D9C583;
}
</style>