Shades of Zombie #DDC582
Tints of Zombie #DDC582
RGB
CMYK
RGB Variations
Color information
#DDC582 (or 0xDDC582) is known color: Zombie. HEX triplet: DD, C5 and 82. RGB value is (221,197,130). Sum of RGB (Red+Green+Blue) = 221+197+130=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC582 is #223A7D. Grayscale: #C4C4C4. Windows color (decimal): -2243198 or 8570333. OLE color: 8570333.
HSL color Cylindrical-coordinate representation of color #DDC582: hue angle of 44.18º 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 #DDC582 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 130 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.13 |
| HSL | 44.18º | 0.57% | 0.69% | - |
| HSV(B) | 44.18º | 0.41% | 0.87% | - |
| XYZ | 53.81 | 56.92 | 29.27 | - |
| YUV | 196.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 130 | 0 | 0.11 | 0.41 | 0.13 | 44.18 | 0.57 | 0.69 |
| Hex | DD | C5 | 82 | 0 | B | 29 | D | 2C | 39 | 45 |
| Octal | 335 | 305 | 202 | 0 | 13 | 51 | 15 | 54 | 71 | 105 |
| Binary | 11011101 | 11000101 | 10000010 | 0 | 1011 | 101001 | 1101 | 101100 | 111001 | 1000101 |
Color Harmonies of #DDC582
Complementary color
Monochromatic Colors of #DDC582
Black with #DDC582
Text Example
Text Example
White with #DDC582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC582; }
p { color: rgb(221,197,130); }
H1.HeaderClassName
{
color: #DDC582;
}
.AnyTagClassName
{
color: #DDC582;
}
</style>
background-color css
<style>
a { background-color: #DDC582; }
a { background-color: rgb(221,197,130); }
div.DivClassName
{
background-color: #DDC582;
}
.BgClassName
{
background-color: #DDC582;
}
</style>
border-color css
<style>
span { border-color: #DDC582; }
span { border-color: rgb(221,197,130); }
td.TdClassName
{
border-color: #DDC582;
}
.TagClassName
{
border-color: #DDC582;
}
</style>