Shades of Manhattan #DDA971
Tints of Manhattan #DDA971
RGB
CMYK
RGB Variations
Color information
#DDA971 (or 0xDDA971) is known color: Manhattan. HEX triplet: DD, A9 and 71. RGB value is (221,169,113). Sum of RGB (Red+Green+Blue) = 221+169+113=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA971 is #22568E. Grayscale: #B2B2B2. Windows color (decimal): -2250383 or 7449053. OLE color: 7449053.
HSL color Cylindrical-coordinate representation of color #DDA971: hue angle of 31.11º degrees, saturation: 0.61, 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 #DDA971 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 113 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.13 |
| HSL | 31.11º | 0.61% | 0.65% | - |
| HSV(B) | 31.11º | 0.49% | 0.87% | - |
| XYZ | 46.99 | 44.94 | 21.82 | - |
| YUV | 178.16 | 91.23 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 113 | 0 | 0.24 | 0.49 | 0.13 | 31.11 | 0.61 | 0.65 |
| Hex | DD | A9 | 71 | 0 | 18 | 31 | D | 1F | 3D | 41 |
| Octal | 335 | 251 | 161 | 0 | 30 | 61 | 15 | 37 | 75 | 101 |
| Binary | 11011101 | 10101001 | 1110001 | 0 | 11000 | 110001 | 1101 | 11111 | 111101 | 1000001 |
Color Harmonies of #DDA971
Complementary color
Monochromatic Colors of #DDA971
Black with #DDA971
Text Example
Text Example
White with #DDA971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA971; }
p { color: rgb(221,169,113); }
H1.HeaderClassName
{
color: #DDA971;
}
.AnyTagClassName
{
color: #DDA971;
}
</style>
background-color css
<style>
a { background-color: #DDA971; }
a { background-color: rgb(221,169,113); }
div.DivClassName
{
background-color: #DDA971;
}
.BgClassName
{
background-color: #DDA971;
}
</style>
border-color css
<style>
span { border-color: #DDA971; }
span { border-color: rgb(221,169,113); }
td.TdClassName
{
border-color: #DDA971;
}
.TagClassName
{
border-color: #DDA971;
}
</style>