Shades of Manhattan #DEAE7D
Tints of Manhattan #DEAE7D
RGB
CMYK
RGB Variations
Color information
#DEAE7D (or 0xDEAE7D) is known color: Manhattan. HEX triplet: DE, AE and 7D. RGB value is (222,174,125). Sum of RGB (Red+Green+Blue) = 222+174+125=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAE7D is #215182. Grayscale: #B7B7B7. Windows color (decimal): -2183555 or 8236766. OLE color: 8236766.
HSL color Cylindrical-coordinate representation of color #DEAE7D: hue angle of 30.31º 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 #DEAE7D is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 174 | 125 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.13 |
| HSL | 30.31º | 0.6% | 0.68% | - |
| HSV(B) | 30.31º | 0.44% | 0.87% | - |
| XYZ | 48.96 | 47.28 | 25.95 | - |
| YUV | 182.77 | 95.4 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 125 | 0 | 0.22 | 0.44 | 0.13 | 30.31 | 0.6 | 0.68 |
| Hex | DE | AE | 7D | 0 | 16 | 2C | D | 1E | 3C | 44 |
| Octal | 336 | 256 | 175 | 0 | 26 | 54 | 15 | 36 | 74 | 104 |
| Binary | 11011110 | 10101110 | 1111101 | 0 | 10110 | 101100 | 1101 | 11110 | 111100 | 1000100 |
Color Harmonies of #DEAE7D
Complementary color
Monochromatic Colors of #DEAE7D
Black with #DEAE7D
Text Example
Text Example
White with #DEAE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAE7D; }
p { color: rgb(222,174,125); }
H1.HeaderClassName
{
color: #DEAE7D;
}
.AnyTagClassName
{
color: #DEAE7D;
}
</style>
background-color css
<style>
a { background-color: #DEAE7D; }
a { background-color: rgb(222,174,125); }
div.DivClassName
{
background-color: #DEAE7D;
}
.BgClassName
{
background-color: #DEAE7D;
}
</style>
border-color css
<style>
span { border-color: #DEAE7D; }
span { border-color: rgb(222,174,125); }
td.TdClassName
{
border-color: #DEAE7D;
}
.TagClassName
{
border-color: #DEAE7D;
}
</style>