Shades of Manhattan #DEAD77
Tints of Manhattan #DEAD77
RGB
CMYK
RGB Variations
Color information
#DEAD77 (or 0xDEAD77) is known color: Manhattan. HEX triplet: DE, AD and 77. RGB value is (222,173,119). Sum of RGB (Red+Green+Blue) = 222+173+119=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAD77 is #215288. Grayscale: #B5B5B5. Windows color (decimal): -2183817 or 7843294. OLE color: 7843294.
HSL color Cylindrical-coordinate representation of color #DEAD77: hue angle of 31.46º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEAD77 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 119 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.13 |
| HSL | 31.46º | 0.61% | 0.67% | - |
| HSV(B) | 31.46º | 0.46% | 0.87% | - |
| XYZ | 48.4 | 46.75 | 23.93 | - |
| YUV | 181.5 | 92.73 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 119 | 0 | 0.22 | 0.46 | 0.13 | 31.46 | 0.61 | 0.67 |
| Hex | DE | AD | 77 | 0 | 16 | 2E | D | 1F | 3D | 43 |
| Octal | 336 | 255 | 167 | 0 | 26 | 56 | 15 | 37 | 75 | 103 |
| Binary | 11011110 | 10101101 | 1110111 | 0 | 10110 | 101110 | 1101 | 11111 | 111101 | 1000011 |
Color Harmonies of #DEAD77
Complementary color
Monochromatic Colors of #DEAD77
Black with #DEAD77
Text Example
Text Example
White with #DEAD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAD77; }
p { color: rgb(222,173,119); }
H1.HeaderClassName
{
color: #DEAD77;
}
.AnyTagClassName
{
color: #DEAD77;
}
</style>
background-color css
<style>
a { background-color: #DEAD77; }
a { background-color: rgb(222,173,119); }
div.DivClassName
{
background-color: #DEAD77;
}
.BgClassName
{
background-color: #DEAD77;
}
</style>
border-color css
<style>
span { border-color: #DEAD77; }
span { border-color: rgb(222,173,119); }
td.TdClassName
{
border-color: #DEAD77;
}
.TagClassName
{
border-color: #DEAD77;
}
</style>