Shades of Manhattan #DDAC7E
Tints of Manhattan #DDAC7E
RGB
CMYK
RGB Variations
Color information
#DDAC7E (or 0xDDAC7E) is known color: Manhattan. HEX triplet: DD, AC and 7E. RGB value is (221,172,126). Sum of RGB (Red+Green+Blue) = 221+172+126=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC7E is #225381. Grayscale: #B5B5B5. Windows color (decimal): -2249602 or 8301789. OLE color: 8301789.
HSL color Cylindrical-coordinate representation of color #DDAC7E: hue angle of 29.05º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDAC7E is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 126 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.13 |
| HSL | 29.05º | 0.58% | 0.68% | - |
| HSV(B) | 29.05º | 0.43% | 0.87% | - |
| XYZ | 48.34 | 46.38 | 26.14 | - |
| YUV | 181.41 | 96.73 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 126 | 0 | 0.22 | 0.43 | 0.13 | 29.05 | 0.58 | 0.68 |
| Hex | DD | AC | 7E | 0 | 16 | 2B | D | 1D | 3A | 44 |
| Octal | 335 | 254 | 176 | 0 | 26 | 53 | 15 | 35 | 72 | 104 |
| Binary | 11011101 | 10101100 | 1111110 | 0 | 10110 | 101011 | 1101 | 11101 | 111010 | 1000100 |
Color Harmonies of #DDAC7E
Complementary color
Monochromatic Colors of #DDAC7E
Black with #DDAC7E
Text Example
Text Example
White with #DDAC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC7E; }
p { color: rgb(221,172,126); }
H1.HeaderClassName
{
color: #DDAC7E;
}
.AnyTagClassName
{
color: #DDAC7E;
}
</style>
background-color css
<style>
a { background-color: #DDAC7E; }
a { background-color: rgb(221,172,126); }
div.DivClassName
{
background-color: #DDAC7E;
}
.BgClassName
{
background-color: #DDAC7E;
}
</style>
border-color css
<style>
span { border-color: #DDAC7E; }
span { border-color: rgb(221,172,126); }
td.TdClassName
{
border-color: #DDAC7E;
}
.TagClassName
{
border-color: #DDAC7E;
}
</style>