Shades of Manhattan #DDAA7E
Tints of Manhattan #DDAA7E
RGB
CMYK
RGB Variations
Color information
#DDAA7E (or 0xDDAA7E) is known color: Manhattan. HEX triplet: DD, AA and 7E. RGB value is (221,170,126). Sum of RGB (Red+Green+Blue) = 221+170+126=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA7E is #225581. Grayscale: #B4B4B4. Windows color (decimal): -2250114 or 8301277. OLE color: 8301277.
HSL color Cylindrical-coordinate representation of color #DDAA7E: hue angle of 27.79º degrees, saturation: 0.58, 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 #DDAA7E is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 126 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.13 |
| HSL | 27.79º | 0.58% | 0.68% | - |
| HSV(B) | 27.79º | 0.43% | 0.87% | - |
| XYZ | 47.96 | 45.63 | 26.02 | - |
| YUV | 180.23 | 97.4 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 126 | 0 | 0.23 | 0.43 | 0.13 | 27.79 | 0.58 | 0.68 |
| Hex | DD | AA | 7E | 0 | 17 | 2B | D | 1C | 3A | 44 |
| Octal | 335 | 252 | 176 | 0 | 27 | 53 | 15 | 34 | 72 | 104 |
| Binary | 11011101 | 10101010 | 1111110 | 0 | 10111 | 101011 | 1101 | 11100 | 111010 | 1000100 |
Color Harmonies of #DDAA7E
Complementary color
Monochromatic Colors of #DDAA7E
Black with #DDAA7E
Text Example
Text Example
White with #DDAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA7E; }
p { color: rgb(221,170,126); }
H1.HeaderClassName
{
color: #DDAA7E;
}
.AnyTagClassName
{
color: #DDAA7E;
}
</style>
background-color css
<style>
a { background-color: #DDAA7E; }
a { background-color: rgb(221,170,126); }
div.DivClassName
{
background-color: #DDAA7E;
}
.BgClassName
{
background-color: #DDAA7E;
}
</style>
border-color css
<style>
span { border-color: #DDAA7E; }
span { border-color: rgb(221,170,126); }
td.TdClassName
{
border-color: #DDAA7E;
}
.TagClassName
{
border-color: #DDAA7E;
}
</style>