Shades of Manhattan #DDA975
Tints of Manhattan #DDA975
RGB
CMYK
RGB Variations
Color information
#DDA975 (or 0xDDA975) is known color: Manhattan. HEX triplet: DD, A9 and 75. RGB value is (221,169,117). Sum of RGB (Red+Green+Blue) = 221+169+117=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA975 is #22568A. Grayscale: #B2B2B2. Windows color (decimal): -2250379 or 7711197. OLE color: 7711197.
HSL color Cylindrical-coordinate representation of color #DDA975: hue angle of 30º 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 #DDA975 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 117 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.13 |
| HSL | 30º | 0.6% | 0.66% | - |
| HSV(B) | 30º | 0.47% | 0.87% | - |
| XYZ | 47.22 | 45.03 | 23.03 | - |
| YUV | 178.62 | 93.23 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 117 | 0 | 0.24 | 0.47 | 0.13 | 30 | 0.6 | 0.66 |
| Hex | DD | A9 | 75 | 0 | 18 | 2F | D | 1E | 3C | 42 |
| Octal | 335 | 251 | 165 | 0 | 30 | 57 | 15 | 36 | 74 | 102 |
| Binary | 11011101 | 10101001 | 1110101 | 0 | 11000 | 101111 | 1101 | 11110 | 111100 | 1000010 |
Color Harmonies of #DDA975
Complementary color
Monochromatic Colors of #DDA975
Black with #DDA975
Text Example
Text Example
White with #DDA975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA975; }
p { color: rgb(221,169,117); }
H1.HeaderClassName
{
color: #DDA975;
}
.AnyTagClassName
{
color: #DDA975;
}
</style>
background-color css
<style>
a { background-color: #DDA975; }
a { background-color: rgb(221,169,117); }
div.DivClassName
{
background-color: #DDA975;
}
.BgClassName
{
background-color: #DDA975;
}
</style>
border-color css
<style>
span { border-color: #DDA975; }
span { border-color: rgb(221,169,117); }
td.TdClassName
{
border-color: #DDA975;
}
.TagClassName
{
border-color: #DDA975;
}
</style>