Shades of Zombie #DDC38B
Tints of Zombie #DDC38B
RGB
CMYK
RGB Variations
Color information
#DDC38B (or 0xDDC38B) is known color: Zombie. HEX triplet: DD, C3 and 8B. RGB value is (221,195,139). Sum of RGB (Red+Green+Blue) = 221+195+139=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 139 (54.69% from 255 or 25.05% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC38B is #223C74. Grayscale: #C4C4C4. Windows color (decimal): -2243701 or 9159645. OLE color: 9159645.
HSL color Cylindrical-coordinate representation of color #DDC38B: hue angle of 40.98º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDC38B is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 139 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.13 |
| HSL | 40.98º | 0.55% | 0.71% | - |
| HSV(B) | 40.98º | 0.37% | 0.87% | - |
| XYZ | 53.99 | 56.27 | 32.44 | - |
| YUV | 196.39 | 95.61 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 139 | 0 | 0.12 | 0.37 | 0.13 | 40.98 | 0.55 | 0.71 |
| Hex | DD | C3 | 8B | 0 | C | 25 | D | 29 | 37 | 47 |
| Octal | 335 | 303 | 213 | 0 | 14 | 45 | 15 | 51 | 67 | 107 |
| Binary | 11011101 | 11000011 | 10001011 | 0 | 1100 | 100101 | 1101 | 101001 | 110111 | 1000111 |
Color Harmonies of #DDC38B
Complementary color
Monochromatic Colors of #DDC38B
Black with #DDC38B
Text Example
Text Example
White with #DDC38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC38B; }
p { color: rgb(221,195,139); }
H1.HeaderClassName
{
color: #DDC38B;
}
.AnyTagClassName
{
color: #DDC38B;
}
</style>
background-color css
<style>
a { background-color: #DDC38B; }
a { background-color: rgb(221,195,139); }
div.DivClassName
{
background-color: #DDC38B;
}
.BgClassName
{
background-color: #DDC38B;
}
</style>
border-color css
<style>
span { border-color: #DDC38B; }
span { border-color: rgb(221,195,139); }
td.TdClassName
{
border-color: #DDC38B;
}
.TagClassName
{
border-color: #DDC38B;
}
</style>