Shades of Manhattan #DDAB7B
Tints of Manhattan #DDAB7B
RGB
CMYK
RGB Variations
Color information
#DDAB7B (or 0xDDAB7B) is known color: Manhattan. HEX triplet: DD, AB and 7B. RGB value is (221,171,123). Sum of RGB (Red+Green+Blue) = 221+171+123=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB7B is #225484. Grayscale: #B4B4B4. Windows color (decimal): -2249861 or 8104925. OLE color: 8104925.
HSL color Cylindrical-coordinate representation of color #DDAB7B: hue angle of 29.39º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDAB7B is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 123 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.13 |
| HSL | 29.39º | 0.59% | 0.67% | - |
| HSV(B) | 29.39º | 0.44% | 0.87% | - |
| XYZ | 47.96 | 45.93 | 25.08 | - |
| YUV | 180.48 | 95.57 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 123 | 0 | 0.23 | 0.44 | 0.13 | 29.39 | 0.59 | 0.67 |
| Hex | DD | AB | 7B | 0 | 17 | 2C | D | 1D | 3B | 43 |
| Octal | 335 | 253 | 173 | 0 | 27 | 54 | 15 | 35 | 73 | 103 |
| Binary | 11011101 | 10101011 | 1111011 | 0 | 10111 | 101100 | 1101 | 11101 | 111011 | 1000011 |
Color Harmonies of #DDAB7B
Complementary color
Monochromatic Colors of #DDAB7B
Black with #DDAB7B
Text Example
Text Example
White with #DDAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB7B; }
p { color: rgb(221,171,123); }
H1.HeaderClassName
{
color: #DDAB7B;
}
.AnyTagClassName
{
color: #DDAB7B;
}
</style>
background-color css
<style>
a { background-color: #DDAB7B; }
a { background-color: rgb(221,171,123); }
div.DivClassName
{
background-color: #DDAB7B;
}
.BgClassName
{
background-color: #DDAB7B;
}
</style>
border-color css
<style>
span { border-color: #DDAB7B; }
span { border-color: rgb(221,171,123); }
td.TdClassName
{
border-color: #DDAB7B;
}
.TagClassName
{
border-color: #DDAB7B;
}
</style>