Shades of Manhattan #DDAB7C
Tints of Manhattan #DDAB7C
RGB
CMYK
RGB Variations
Color information
#DDAB7C (or 0xDDAB7C) is known color: Manhattan. HEX triplet: DD, AB and 7C. RGB value is (221,171,124). Sum of RGB (Red+Green+Blue) = 221+171+124=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB7C is #225483. Grayscale: #B4B4B4. Windows color (decimal): -2249860 or 8170461. OLE color: 8170461.
HSL color Cylindrical-coordinate representation of color #DDAB7C: hue angle of 29.07º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDAB7C is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 124 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.13 |
| HSL | 29.07º | 0.59% | 0.68% | - |
| HSV(B) | 29.07º | 0.44% | 0.87% | - |
| XYZ | 48.02 | 45.95 | 25.41 | - |
| YUV | 180.59 | 96.07 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 124 | 0 | 0.23 | 0.44 | 0.13 | 29.07 | 0.59 | 0.68 |
| Hex | DD | AB | 7C | 0 | 17 | 2C | D | 1D | 3B | 44 |
| Octal | 335 | 253 | 174 | 0 | 27 | 54 | 15 | 35 | 73 | 104 |
| Binary | 11011101 | 10101011 | 1111100 | 0 | 10111 | 101100 | 1101 | 11101 | 111011 | 1000100 |
Color Harmonies of #DDAB7C
Complementary color
Monochromatic Colors of #DDAB7C
Black with #DDAB7C
Text Example
Text Example
White with #DDAB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB7C; }
p { color: rgb(221,171,124); }
H1.HeaderClassName
{
color: #DDAB7C;
}
.AnyTagClassName
{
color: #DDAB7C;
}
</style>
background-color css
<style>
a { background-color: #DDAB7C; }
a { background-color: rgb(221,171,124); }
div.DivClassName
{
background-color: #DDAB7C;
}
.BgClassName
{
background-color: #DDAB7C;
}
</style>
border-color css
<style>
span { border-color: #DDAB7C; }
span { border-color: rgb(221,171,124); }
td.TdClassName
{
border-color: #DDAB7C;
}
.TagClassName
{
border-color: #DDAB7C;
}
</style>