Shades of Manhattan #DDAB7A
Tints of Manhattan #DDAB7A
RGB
CMYK
RGB Variations
Color information
#DDAB7A (or 0xDDAB7A) is known color: Manhattan. HEX triplet: DD, AB and 7A. RGB value is (221,171,122). Sum of RGB (Red+Green+Blue) = 221+171+122=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB7A is #225485. Grayscale: #B4B4B4. Windows color (decimal): -2249862 or 8039389. OLE color: 8039389.
HSL color Cylindrical-coordinate representation of color #DDAB7A: hue angle of 29.7º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDAB7A is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 122 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.13 |
| HSL | 29.7º | 0.59% | 0.67% | - |
| HSV(B) | 29.7º | 0.45% | 0.87% | - |
| XYZ | 47.89 | 45.9 | 24.75 | - |
| YUV | 180.36 | 95.07 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 122 | 0 | 0.23 | 0.45 | 0.13 | 29.7 | 0.59 | 0.67 |
| Hex | DD | AB | 7A | 0 | 17 | 2D | D | 1E | 3B | 43 |
| Octal | 335 | 253 | 172 | 0 | 27 | 55 | 15 | 36 | 73 | 103 |
| Binary | 11011101 | 10101011 | 1111010 | 0 | 10111 | 101101 | 1101 | 11110 | 111011 | 1000011 |
Color Harmonies of #DDAB7A
Complementary color
Monochromatic Colors of #DDAB7A
Black with #DDAB7A
Text Example
Text Example
White with #DDAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB7A; }
p { color: rgb(221,171,122); }
H1.HeaderClassName
{
color: #DDAB7A;
}
.AnyTagClassName
{
color: #DDAB7A;
}
</style>
background-color css
<style>
a { background-color: #DDAB7A; }
a { background-color: rgb(221,171,122); }
div.DivClassName
{
background-color: #DDAB7A;
}
.BgClassName
{
background-color: #DDAB7A;
}
</style>
border-color css
<style>
span { border-color: #DDAB7A; }
span { border-color: rgb(221,171,122); }
td.TdClassName
{
border-color: #DDAB7A;
}
.TagClassName
{
border-color: #DDAB7A;
}
</style>