Shades of Zombie #DDC382
Tints of Zombie #DDC382
RGB
CMYK
RGB Variations
Color information
#DDC382 (or 0xDDC382) is known color: Zombie. HEX triplet: DD, C3 and 82. RGB value is (221,195,130). Sum of RGB (Red+Green+Blue) = 221+195+130=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC382 is #223C7D. Grayscale: #C3C3C3. Windows color (decimal): -2243710 or 8569821. OLE color: 8569821.
HSL color Cylindrical-coordinate representation of color #DDC382: hue angle of 42.86º 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 #DDC382 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 130 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.13 |
| HSL | 42.86º | 0.57% | 0.69% | - |
| HSV(B) | 42.86º | 0.41% | 0.87% | - |
| XYZ | 53.36 | 56.01 | 29.12 | - |
| YUV | 195.36 | 91.11 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 130 | 0 | 0.12 | 0.41 | 0.13 | 42.86 | 0.57 | 0.69 |
| Hex | DD | C3 | 82 | 0 | C | 29 | D | 2B | 39 | 45 |
| Octal | 335 | 303 | 202 | 0 | 14 | 51 | 15 | 53 | 71 | 105 |
| Binary | 11011101 | 11000011 | 10000010 | 0 | 1100 | 101001 | 1101 | 101011 | 111001 | 1000101 |
Color Harmonies of #DDC382
Complementary color
Monochromatic Colors of #DDC382
Black with #DDC382
Text Example
Text Example
White with #DDC382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC382; }
p { color: rgb(221,195,130); }
H1.HeaderClassName
{
color: #DDC382;
}
.AnyTagClassName
{
color: #DDC382;
}
</style>
background-color css
<style>
a { background-color: #DDC382; }
a { background-color: rgb(221,195,130); }
div.DivClassName
{
background-color: #DDC382;
}
.BgClassName
{
background-color: #DDC382;
}
</style>
border-color css
<style>
span { border-color: #DDC382; }
span { border-color: rgb(221,195,130); }
td.TdClassName
{
border-color: #DDC382;
}
.TagClassName
{
border-color: #DDC382;
}
</style>