Shades of Manhattan #DDAC7F
Tints of Manhattan #DDAC7F
RGB
CMYK
RGB Variations
Color information
#DDAC7F (or 0xDDAC7F) is known color: Manhattan. HEX triplet: DD, AC and 7F. RGB value is (221,172,127). Sum of RGB (Red+Green+Blue) = 221+172+127=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC7F is #225380. Grayscale: #B5B5B5. Windows color (decimal): -2249601 or 8367325. OLE color: 8367325.
HSL color Cylindrical-coordinate representation of color #DDAC7F: hue angle of 28.72º 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 #DDAC7F is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 127 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.13 |
| HSL | 28.72º | 0.58% | 0.68% | - |
| HSV(B) | 28.72º | 0.43% | 0.87% | - |
| XYZ | 48.4 | 46.41 | 26.49 | - |
| YUV | 181.52 | 97.23 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 127 | 0 | 0.22 | 0.43 | 0.13 | 28.72 | 0.58 | 0.68 |
| Hex | DD | AC | 7F | 0 | 16 | 2B | D | 1D | 3A | 44 |
| Octal | 335 | 254 | 177 | 0 | 26 | 53 | 15 | 35 | 72 | 104 |
| Binary | 11011101 | 10101100 | 1111111 | 0 | 10110 | 101011 | 1101 | 11101 | 111010 | 1000100 |
Color Harmonies of #DDAC7F
Complementary color
Monochromatic Colors of #DDAC7F
Black with #DDAC7F
Text Example
Text Example
White with #DDAC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC7F; }
p { color: rgb(221,172,127); }
H1.HeaderClassName
{
color: #DDAC7F;
}
.AnyTagClassName
{
color: #DDAC7F;
}
</style>
background-color css
<style>
a { background-color: #DDAC7F; }
a { background-color: rgb(221,172,127); }
div.DivClassName
{
background-color: #DDAC7F;
}
.BgClassName
{
background-color: #DDAC7F;
}
</style>
border-color css
<style>
span { border-color: #DDAC7F; }
span { border-color: rgb(221,172,127); }
td.TdClassName
{
border-color: #DDAC7F;
}
.TagClassName
{
border-color: #DDAC7F;
}
</style>