Shades of Manhattan #DDA972
Tints of Manhattan #DDA972
RGB
CMYK
RGB Variations
Color information
#DDA972 (or 0xDDA972) is known color: Manhattan. HEX triplet: DD, A9 and 72. RGB value is (221,169,114). Sum of RGB (Red+Green+Blue) = 221+169+114=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA972 is #22568D. Grayscale: #B2B2B2. Windows color (decimal): -2250382 or 7514589. OLE color: 7514589.
HSL color Cylindrical-coordinate representation of color #DDA972: hue angle of 30.84º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDA972 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 114 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.13 |
| HSL | 30.84º | 0.61% | 0.66% | - |
| HSV(B) | 30.84º | 0.48% | 0.87% | - |
| XYZ | 47.04 | 44.96 | 22.12 | - |
| YUV | 178.28 | 91.73 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 114 | 0 | 0.24 | 0.48 | 0.13 | 30.84 | 0.61 | 0.66 |
| Hex | DD | A9 | 72 | 0 | 18 | 30 | D | 1F | 3D | 42 |
| Octal | 335 | 251 | 162 | 0 | 30 | 60 | 15 | 37 | 75 | 102 |
| Binary | 11011101 | 10101001 | 1110010 | 0 | 11000 | 110000 | 1101 | 11111 | 111101 | 1000010 |
Color Harmonies of #DDA972
Complementary color
Monochromatic Colors of #DDA972
Black with #DDA972
Text Example
Text Example
White with #DDA972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA972; }
p { color: rgb(221,169,114); }
H1.HeaderClassName
{
color: #DDA972;
}
.AnyTagClassName
{
color: #DDA972;
}
</style>
background-color css
<style>
a { background-color: #DDA972; }
a { background-color: rgb(221,169,114); }
div.DivClassName
{
background-color: #DDA972;
}
.BgClassName
{
background-color: #DDA972;
}
</style>
border-color css
<style>
span { border-color: #DDA972; }
span { border-color: rgb(221,169,114); }
td.TdClassName
{
border-color: #DDA972;
}
.TagClassName
{
border-color: #DDA972;
}
</style>