Shades of Manhattan #DEAE7E
Tints of Manhattan #DEAE7E
RGB
CMYK
RGB Variations
Color information
#DEAE7E (or 0xDEAE7E) is known color: Manhattan. HEX triplet: DE, AE and 7E. RGB value is (222,174,126). Sum of RGB (Red+Green+Blue) = 222+174+126=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAE7E is #215181. Grayscale: #B7B7B7. Windows color (decimal): -2183554 or 8302302. OLE color: 8302302.
HSL color Cylindrical-coordinate representation of color #DEAE7E: hue angle of 30º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEAE7E is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 174 | 126 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.13 |
| HSL | 30º | 0.59% | 0.68% | - |
| HSV(B) | 30º | 0.43% | 0.87% | - |
| XYZ | 49.03 | 47.31 | 26.29 | - |
| YUV | 182.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 126 | 0 | 0.22 | 0.43 | 0.13 | 30 | 0.59 | 0.68 |
| Hex | DE | AE | 7E | 0 | 16 | 2B | D | 1E | 3B | 44 |
| Octal | 336 | 256 | 176 | 0 | 26 | 53 | 15 | 36 | 73 | 104 |
| Binary | 11011110 | 10101110 | 1111110 | 0 | 10110 | 101011 | 1101 | 11110 | 111011 | 1000100 |
Color Harmonies of #DEAE7E
Complementary color
Monochromatic Colors of #DEAE7E
Black with #DEAE7E
Text Example
Text Example
White with #DEAE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAE7E; }
p { color: rgb(222,174,126); }
H1.HeaderClassName
{
color: #DEAE7E;
}
.AnyTagClassName
{
color: #DEAE7E;
}
</style>
background-color css
<style>
a { background-color: #DEAE7E; }
a { background-color: rgb(222,174,126); }
div.DivClassName
{
background-color: #DEAE7E;
}
.BgClassName
{
background-color: #DEAE7E;
}
</style>
border-color css
<style>
span { border-color: #DEAE7E; }
span { border-color: rgb(222,174,126); }
td.TdClassName
{
border-color: #DEAE7E;
}
.TagClassName
{
border-color: #DEAE7E;
}
</style>