Shades of Manhattan #DDA979
Tints of Manhattan #DDA979
RGB
CMYK
RGB Variations
Color information
#DDA979 (or 0xDDA979) is known color: Manhattan. HEX triplet: DD, A9 and 79. RGB value is (221,169,121). Sum of RGB (Red+Green+Blue) = 221+169+121=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA979 is #225686. Grayscale: #B3B3B3. Windows color (decimal): -2250375 or 7973341. OLE color: 7973341.
HSL color Cylindrical-coordinate representation of color #DDA979: hue angle of 28.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDA979 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 121 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.13 |
| HSL | 28.8º | 0.6% | 0.67% | - |
| HSV(B) | 28.8º | 0.45% | 0.87% | - |
| XYZ | 47.46 | 45.13 | 24.3 | - |
| YUV | 179.08 | 95.23 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 121 | 0 | 0.24 | 0.45 | 0.13 | 28.8 | 0.6 | 0.67 |
| Hex | DD | A9 | 79 | 0 | 18 | 2D | D | 1D | 3C | 43 |
| Octal | 335 | 251 | 171 | 0 | 30 | 55 | 15 | 35 | 74 | 103 |
| Binary | 11011101 | 10101001 | 1111001 | 0 | 11000 | 101101 | 1101 | 11101 | 111100 | 1000011 |
Color Harmonies of #DDA979
Complementary color
Monochromatic Colors of #DDA979
Black with #DDA979
Text Example
Text Example
White with #DDA979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA979; }
p { color: rgb(221,169,121); }
H1.HeaderClassName
{
color: #DDA979;
}
.AnyTagClassName
{
color: #DDA979;
}
</style>
background-color css
<style>
a { background-color: #DDA979; }
a { background-color: rgb(221,169,121); }
div.DivClassName
{
background-color: #DDA979;
}
.BgClassName
{
background-color: #DDA979;
}
</style>
border-color css
<style>
span { border-color: #DDA979; }
span { border-color: rgb(221,169,121); }
td.TdClassName
{
border-color: #DDA979;
}
.TagClassName
{
border-color: #DDA979;
}
</style>