Shades of Manhattan #DEAD7A
Tints of Manhattan #DEAD7A
RGB
CMYK
RGB Variations
Color information
#DEAD7A (or 0xDEAD7A) is known color: Manhattan. HEX triplet: DE, AD and 7A. RGB value is (222,173,122). Sum of RGB (Red+Green+Blue) = 222+173+122=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAD7A is #215285. Grayscale: #B6B6B6. Windows color (decimal): -2183814 or 8039902. OLE color: 8039902.
HSL color Cylindrical-coordinate representation of color #DEAD7A: hue angle of 30.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEAD7A is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 122 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.13 |
| HSL | 30.6º | 0.6% | 0.67% | - |
| HSV(B) | 30.6º | 0.45% | 0.87% | - |
| XYZ | 48.58 | 46.82 | 24.89 | - |
| YUV | 181.84 | 94.23 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 122 | 0 | 0.22 | 0.45 | 0.13 | 30.6 | 0.6 | 0.67 |
| Hex | DE | AD | 7A | 0 | 16 | 2D | D | 1F | 3C | 43 |
| Octal | 336 | 255 | 172 | 0 | 26 | 55 | 15 | 37 | 74 | 103 |
| Binary | 11011110 | 10101101 | 1111010 | 0 | 10110 | 101101 | 1101 | 11111 | 111100 | 1000011 |
Color Harmonies of #DEAD7A
Complementary color
Monochromatic Colors of #DEAD7A
Black with #DEAD7A
Text Example
Text Example
White with #DEAD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAD7A; }
p { color: rgb(222,173,122); }
H1.HeaderClassName
{
color: #DEAD7A;
}
.AnyTagClassName
{
color: #DEAD7A;
}
</style>
background-color css
<style>
a { background-color: #DEAD7A; }
a { background-color: rgb(222,173,122); }
div.DivClassName
{
background-color: #DEAD7A;
}
.BgClassName
{
background-color: #DEAD7A;
}
</style>
border-color css
<style>
span { border-color: #DEAD7A; }
span { border-color: rgb(222,173,122); }
td.TdClassName
{
border-color: #DEAD7A;
}
.TagClassName
{
border-color: #DEAD7A;
}
</style>