Shades of Manhattan #DDAA70
Tints of Manhattan #DDAA70
RGB
CMYK
RGB Variations
Color information
#DDAA70 (or 0xDDAA70) is known color: Manhattan. HEX triplet: DD, AA and 70. RGB value is (221,170,112). Sum of RGB (Red+Green+Blue) = 221+170+112=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA70 is #22558F. Grayscale: #B2B2B2. Windows color (decimal): -2250128 or 7383773. OLE color: 7383773.
HSL color Cylindrical-coordinate representation of color #DDAA70: hue angle of 31.93º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDAA70 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 112 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.13 |
| HSL | 31.93º | 0.62% | 0.65% | - |
| HSV(B) | 31.93º | 0.49% | 0.87% | - |
| XYZ | 47.12 | 45.29 | 21.59 | - |
| YUV | 178.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 112 | 0 | 0.23 | 0.49 | 0.13 | 31.93 | 0.62 | 0.65 |
| Hex | DD | AA | 70 | 0 | 17 | 31 | D | 20 | 3E | 41 |
| Octal | 335 | 252 | 160 | 0 | 27 | 61 | 15 | 40 | 76 | 101 |
| Binary | 11011101 | 10101010 | 1110000 | 0 | 10111 | 110001 | 1101 | 100000 | 111110 | 1000001 |
Color Harmonies of #DDAA70
Complementary color
Monochromatic Colors of #DDAA70
Black with #DDAA70
Text Example
Text Example
White with #DDAA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA70; }
p { color: rgb(221,170,112); }
H1.HeaderClassName
{
color: #DDAA70;
}
.AnyTagClassName
{
color: #DDAA70;
}
</style>
background-color css
<style>
a { background-color: #DDAA70; }
a { background-color: rgb(221,170,112); }
div.DivClassName
{
background-color: #DDAA70;
}
.BgClassName
{
background-color: #DDAA70;
}
</style>
border-color css
<style>
span { border-color: #DDAA70; }
span { border-color: rgb(221,170,112); }
td.TdClassName
{
border-color: #DDAA70;
}
.TagClassName
{
border-color: #DDAA70;
}
</style>