Shades of Manhattan #DDA873
Tints of Manhattan #DDA873
RGB
CMYK
RGB Variations
Color information
#DDA873 (or 0xDDA873) is known color: Manhattan. HEX triplet: DD, A8 and 73. RGB value is (221,168,115). Sum of RGB (Red+Green+Blue) = 221+168+115=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA873 is #22578C. Grayscale: #B2B2B2. Windows color (decimal): -2250637 or 7579869. OLE color: 7579869.
HSL color Cylindrical-coordinate representation of color #DDA873: hue angle of 30º 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 #DDA873 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 115 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.13 |
| HSL | 30º | 0.61% | 0.66% | - |
| HSV(B) | 30º | 0.48% | 0.87% | - |
| XYZ | 46.92 | 44.62 | 22.36 | - |
| YUV | 177.81 | 92.56 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 115 | 0 | 0.24 | 0.48 | 0.13 | 30 | 0.61 | 0.66 |
| Hex | DD | A8 | 73 | 0 | 18 | 30 | D | 1E | 3D | 42 |
| Octal | 335 | 250 | 163 | 0 | 30 | 60 | 15 | 36 | 75 | 102 |
| Binary | 11011101 | 10101000 | 1110011 | 0 | 11000 | 110000 | 1101 | 11110 | 111101 | 1000010 |
Color Harmonies of #DDA873
Complementary color
Monochromatic Colors of #DDA873
Black with #DDA873
Text Example
Text Example
White with #DDA873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA873; }
p { color: rgb(221,168,115); }
H1.HeaderClassName
{
color: #DDA873;
}
.AnyTagClassName
{
color: #DDA873;
}
</style>
background-color css
<style>
a { background-color: #DDA873; }
a { background-color: rgb(221,168,115); }
div.DivClassName
{
background-color: #DDA873;
}
.BgClassName
{
background-color: #DDA873;
}
</style>
border-color css
<style>
span { border-color: #DDA873; }
span { border-color: rgb(221,168,115); }
td.TdClassName
{
border-color: #DDA873;
}
.TagClassName
{
border-color: #DDA873;
}
</style>