Shades of Zombie #DCC38B
Tints of Zombie #DCC38B
RGB
CMYK
RGB Variations
Color information
#DCC38B (or 0xDCC38B) is known color: Zombie. HEX triplet: DC, C3 and 8B. RGB value is (220,195,139). Sum of RGB (Red+Green+Blue) = 220+195+139=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC38B is #233C74. Grayscale: #C4C4C4. Windows color (decimal): -2309237 or 9159644. OLE color: 9159644.
HSL color Cylindrical-coordinate representation of color #DCC38B: hue angle of 41.48º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCC38B is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 139 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.14 |
| HSL | 41.48º | 0.54% | 0.7% | - |
| HSV(B) | 41.48º | 0.37% | 0.86% | - |
| XYZ | 53.69 | 56.11 | 32.43 | - |
| YUV | 196.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 139 | 0 | 0.11 | 0.37 | 0.14 | 41.48 | 0.54 | 0.7 |
| Hex | DC | C3 | 8B | 0 | B | 25 | E | 29 | 36 | 46 |
| Octal | 334 | 303 | 213 | 0 | 13 | 45 | 16 | 51 | 66 | 106 |
| Binary | 11011100 | 11000011 | 10001011 | 0 | 1011 | 100101 | 1110 | 101001 | 110110 | 1000110 |
Color Harmonies of #DCC38B
Complementary color
Monochromatic Colors of #DCC38B
Black with #DCC38B
Text Example
Text Example
White with #DCC38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC38B; }
p { color: rgb(220,195,139); }
H1.HeaderClassName
{
color: #DCC38B;
}
.AnyTagClassName
{
color: #DCC38B;
}
</style>
background-color css
<style>
a { background-color: #DCC38B; }
a { background-color: rgb(220,195,139); }
div.DivClassName
{
background-color: #DCC38B;
}
.BgClassName
{
background-color: #DCC38B;
}
</style>
border-color css
<style>
span { border-color: #DCC38B; }
span { border-color: rgb(220,195,139); }
td.TdClassName
{
border-color: #DCC38B;
}
.TagClassName
{
border-color: #DCC38B;
}
</style>