Shades of Manhattan #DDAA76
Tints of Manhattan #DDAA76
RGB
CMYK
RGB Variations
Color information
#DDAA76 (or 0xDDAA76) is known color: Manhattan. HEX triplet: DD, AA and 76. RGB value is (221,170,118). Sum of RGB (Red+Green+Blue) = 221+170+118=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA76 is #225589. Grayscale: #B3B3B3. Windows color (decimal): -2250122 or 7776989. OLE color: 7776989.
HSL color Cylindrical-coordinate representation of color #DDAA76: hue angle of 30.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDAA76 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 118 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.13 |
| HSL | 30.29º | 0.6% | 0.66% | - |
| HSV(B) | 30.29º | 0.47% | 0.87% | - |
| XYZ | 47.46 | 45.43 | 23.41 | - |
| YUV | 179.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 118 | 0 | 0.23 | 0.47 | 0.13 | 30.29 | 0.6 | 0.66 |
| Hex | DD | AA | 76 | 0 | 17 | 2F | D | 1E | 3C | 42 |
| Octal | 335 | 252 | 166 | 0 | 27 | 57 | 15 | 36 | 74 | 102 |
| Binary | 11011101 | 10101010 | 1110110 | 0 | 10111 | 101111 | 1101 | 11110 | 111100 | 1000010 |
Color Harmonies of #DDAA76
Complementary color
Monochromatic Colors of #DDAA76
Black with #DDAA76
Text Example
Text Example
White with #DDAA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA76; }
p { color: rgb(221,170,118); }
H1.HeaderClassName
{
color: #DDAA76;
}
.AnyTagClassName
{
color: #DDAA76;
}
</style>
background-color css
<style>
a { background-color: #DDAA76; }
a { background-color: rgb(221,170,118); }
div.DivClassName
{
background-color: #DDAA76;
}
.BgClassName
{
background-color: #DDAA76;
}
</style>
border-color css
<style>
span { border-color: #DDAA76; }
span { border-color: rgb(221,170,118); }
td.TdClassName
{
border-color: #DDAA76;
}
.TagClassName
{
border-color: #DDAA76;
}
</style>