Shades of Manhattan #DEAD7D
Tints of Manhattan #DEAD7D
RGB
CMYK
RGB Variations
Color information
#DEAD7D (or 0xDEAD7D) is known color: Manhattan. HEX triplet: DE, AD and 7D. RGB value is (222,173,125). Sum of RGB (Red+Green+Blue) = 222+173+125=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAD7D is #215282. Grayscale: #B6B6B6. Windows color (decimal): -2183811 or 8236510. OLE color: 8236510.
HSL color Cylindrical-coordinate representation of color #DEAD7D: hue angle of 29.69º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEAD7D is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 125 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.13 |
| HSL | 29.69º | 0.6% | 0.68% | - |
| HSV(B) | 29.69º | 0.44% | 0.87% | - |
| XYZ | 48.77 | 46.9 | 25.88 | - |
| YUV | 182.18 | 95.73 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 125 | 0 | 0.22 | 0.44 | 0.13 | 29.69 | 0.6 | 0.68 |
| Hex | DE | AD | 7D | 0 | 16 | 2C | D | 1E | 3C | 44 |
| Octal | 336 | 255 | 175 | 0 | 26 | 54 | 15 | 36 | 74 | 104 |
| Binary | 11011110 | 10101101 | 1111101 | 0 | 10110 | 101100 | 1101 | 11110 | 111100 | 1000100 |
Color Harmonies of #DEAD7D
Complementary color
Monochromatic Colors of #DEAD7D
Black with #DEAD7D
Text Example
Text Example
White with #DEAD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAD7D; }
p { color: rgb(222,173,125); }
H1.HeaderClassName
{
color: #DEAD7D;
}
.AnyTagClassName
{
color: #DEAD7D;
}
</style>
background-color css
<style>
a { background-color: #DEAD7D; }
a { background-color: rgb(222,173,125); }
div.DivClassName
{
background-color: #DEAD7D;
}
.BgClassName
{
background-color: #DEAD7D;
}
</style>
border-color css
<style>
span { border-color: #DEAD7D; }
span { border-color: rgb(222,173,125); }
td.TdClassName
{
border-color: #DEAD7D;
}
.TagClassName
{
border-color: #DEAD7D;
}
</style>