Shades of Manhattan #DDAA7B
Tints of Manhattan #DDAA7B
RGB
CMYK
RGB Variations
Color information
#DDAA7B (or 0xDDAA7B) is known color: Manhattan. HEX triplet: DD, AA and 7B. RGB value is (221,170,123). Sum of RGB (Red+Green+Blue) = 221+170+123=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA7B is #225584. Grayscale: #B4B4B4. Windows color (decimal): -2250117 or 8104669. OLE color: 8104669.
HSL color Cylindrical-coordinate representation of color #DDAA7B: hue angle of 28.78º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDAA7B is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 123 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.13 |
| HSL | 28.78º | 0.59% | 0.67% | - |
| HSV(B) | 28.78º | 0.44% | 0.87% | - |
| XYZ | 47.77 | 45.55 | 25.01 | - |
| YUV | 179.89 | 95.9 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 123 | 0 | 0.23 | 0.44 | 0.13 | 28.78 | 0.59 | 0.67 |
| Hex | DD | AA | 7B | 0 | 17 | 2C | D | 1D | 3B | 43 |
| Octal | 335 | 252 | 173 | 0 | 27 | 54 | 15 | 35 | 73 | 103 |
| Binary | 11011101 | 10101010 | 1111011 | 0 | 10111 | 101100 | 1101 | 11101 | 111011 | 1000011 |
Color Harmonies of #DDAA7B
Complementary color
Monochromatic Colors of #DDAA7B
Black with #DDAA7B
Text Example
Text Example
White with #DDAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA7B; }
p { color: rgb(221,170,123); }
H1.HeaderClassName
{
color: #DDAA7B;
}
.AnyTagClassName
{
color: #DDAA7B;
}
</style>
background-color css
<style>
a { background-color: #DDAA7B; }
a { background-color: rgb(221,170,123); }
div.DivClassName
{
background-color: #DDAA7B;
}
.BgClassName
{
background-color: #DDAA7B;
}
</style>
border-color css
<style>
span { border-color: #DDAA7B; }
span { border-color: rgb(221,170,123); }
td.TdClassName
{
border-color: #DDAA7B;
}
.TagClassName
{
border-color: #DDAA7B;
}
</style>