Shades of Zombie #DDC583
Tints of Zombie #DDC583
RGB
CMYK
RGB Variations
Color information
#DDC583 (or 0xDDC583) is known color: Zombie. HEX triplet: DD, C5 and 83. RGB value is (221,197,131). Sum of RGB (Red+Green+Blue) = 221+197+131=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 131 (51.56% from 255 or 23.86% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC583 is #223A7C. Grayscale: #C4C4C4. Windows color (decimal): -2243197 or 8635869. OLE color: 8635869.
HSL color Cylindrical-coordinate representation of color #DDC583: hue angle of 44º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDC583 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 131 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.13 |
| HSL | 44º | 0.57% | 0.69% | - |
| HSV(B) | 44º | 0.41% | 0.87% | - |
| XYZ | 53.88 | 56.94 | 29.62 | - |
| YUV | 196.65 | 90.95 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 131 | 0 | 0.11 | 0.41 | 0.13 | 44 | 0.57 | 0.69 |
| Hex | DD | C5 | 83 | 0 | B | 29 | D | 2C | 39 | 45 |
| Octal | 335 | 305 | 203 | 0 | 13 | 51 | 15 | 54 | 71 | 105 |
| Binary | 11011101 | 11000101 | 10000011 | 0 | 1011 | 101001 | 1101 | 101100 | 111001 | 1000101 |
Color Harmonies of #DDC583
Complementary color
Monochromatic Colors of #DDC583
Black with #DDC583
Text Example
Text Example
White with #DDC583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC583; }
p { color: rgb(221,197,131); }
H1.HeaderClassName
{
color: #DDC583;
}
.AnyTagClassName
{
color: #DDC583;
}
</style>
background-color css
<style>
a { background-color: #DDC583; }
a { background-color: rgb(221,197,131); }
div.DivClassName
{
background-color: #DDC583;
}
.BgClassName
{
background-color: #DDC583;
}
</style>
border-color css
<style>
span { border-color: #DDC583; }
span { border-color: rgb(221,197,131); }
td.TdClassName
{
border-color: #DDC583;
}
.TagClassName
{
border-color: #DDC583;
}
</style>