Shades of Manhattan #DDA973
Tints of Manhattan #DDA973
RGB
CMYK
RGB Variations
Color information
#DDA973 (or 0xDDA973) is known color: Manhattan. HEX triplet: DD, A9 and 73. RGB value is (221,169,115). Sum of RGB (Red+Green+Blue) = 221+169+115=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA973 is #22568C. Grayscale: #B2B2B2. Windows color (decimal): -2250381 or 7580125. OLE color: 7580125.
HSL color Cylindrical-coordinate representation of color #DDA973: hue angle of 30.57º 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 #DDA973 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 115 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.13 |
| HSL | 30.57º | 0.61% | 0.66% | - |
| HSV(B) | 30.57º | 0.48% | 0.87% | - |
| XYZ | 47.1 | 44.99 | 22.42 | - |
| YUV | 178.39 | 92.23 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 115 | 0 | 0.24 | 0.48 | 0.13 | 30.57 | 0.61 | 0.66 |
| Hex | DD | A9 | 73 | 0 | 18 | 30 | D | 1F | 3D | 42 |
| Octal | 335 | 251 | 163 | 0 | 30 | 60 | 15 | 37 | 75 | 102 |
| Binary | 11011101 | 10101001 | 1110011 | 0 | 11000 | 110000 | 1101 | 11111 | 111101 | 1000010 |
Color Harmonies of #DDA973
Complementary color
Monochromatic Colors of #DDA973
Black with #DDA973
Text Example
Text Example
White with #DDA973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA973; }
p { color: rgb(221,169,115); }
H1.HeaderClassName
{
color: #DDA973;
}
.AnyTagClassName
{
color: #DDA973;
}
</style>
background-color css
<style>
a { background-color: #DDA973; }
a { background-color: rgb(221,169,115); }
div.DivClassName
{
background-color: #DDA973;
}
.BgClassName
{
background-color: #DDA973;
}
</style>
border-color css
<style>
span { border-color: #DDA973; }
span { border-color: rgb(221,169,115); }
td.TdClassName
{
border-color: #DDA973;
}
.TagClassName
{
border-color: #DDA973;
}
</style>