Shades of Manhattan #DDAA77
Tints of Manhattan #DDAA77
RGB
CMYK
RGB Variations
Color information
#DDAA77 (or 0xDDAA77) is known color: Manhattan. HEX triplet: DD, AA and 77. RGB value is (221,170,119). Sum of RGB (Red+Green+Blue) = 221+170+119=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA77 is #225588. Grayscale: #B3B3B3. Windows color (decimal): -2250121 or 7842525. OLE color: 7842525.
HSL color Cylindrical-coordinate representation of color #DDAA77: hue angle of 30º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDAA77 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 119 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.13 |
| HSL | 30º | 0.6% | 0.67% | - |
| HSV(B) | 30º | 0.46% | 0.87% | - |
| XYZ | 47.52 | 45.45 | 23.72 | - |
| YUV | 179.44 | 93.9 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 119 | 0 | 0.23 | 0.46 | 0.13 | 30 | 0.6 | 0.67 |
| Hex | DD | AA | 77 | 0 | 17 | 2E | D | 1E | 3C | 43 |
| Octal | 335 | 252 | 167 | 0 | 27 | 56 | 15 | 36 | 74 | 103 |
| Binary | 11011101 | 10101010 | 1110111 | 0 | 10111 | 101110 | 1101 | 11110 | 111100 | 1000011 |
Color Harmonies of #DDAA77
Complementary color
Monochromatic Colors of #DDAA77
Black with #DDAA77
Text Example
Text Example
White with #DDAA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA77; }
p { color: rgb(221,170,119); }
H1.HeaderClassName
{
color: #DDAA77;
}
.AnyTagClassName
{
color: #DDAA77;
}
</style>
background-color css
<style>
a { background-color: #DDAA77; }
a { background-color: rgb(221,170,119); }
div.DivClassName
{
background-color: #DDAA77;
}
.BgClassName
{
background-color: #DDAA77;
}
</style>
border-color css
<style>
span { border-color: #DDAA77; }
span { border-color: rgb(221,170,119); }
td.TdClassName
{
border-color: #DDAA77;
}
.TagClassName
{
border-color: #DDAA77;
}
</style>