Shades of Manhattan #DDAB77
Tints of Manhattan #DDAB77
RGB
CMYK
RGB Variations
Color information
#DDAB77 (or 0xDDAB77) is known color: Manhattan. HEX triplet: DD, AB and 77. RGB value is (221,171,119). Sum of RGB (Red+Green+Blue) = 221+171+119=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB77 is #225488. Grayscale: #B4B4B4. Windows color (decimal): -2249865 or 7842781. OLE color: 7842781.
HSL color Cylindrical-coordinate representation of color #DDAB77: hue angle of 30.59º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDAB77 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 119 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.13 |
| HSL | 30.59º | 0.6% | 0.67% | - |
| HSV(B) | 30.59º | 0.46% | 0.87% | - |
| XYZ | 47.71 | 45.83 | 23.78 | - |
| YUV | 180.02 | 93.57 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 119 | 0 | 0.23 | 0.46 | 0.13 | 30.59 | 0.6 | 0.67 |
| Hex | DD | AB | 77 | 0 | 17 | 2E | D | 1F | 3C | 43 |
| Octal | 335 | 253 | 167 | 0 | 27 | 56 | 15 | 37 | 74 | 103 |
| Binary | 11011101 | 10101011 | 1110111 | 0 | 10111 | 101110 | 1101 | 11111 | 111100 | 1000011 |
Color Harmonies of #DDAB77
Complementary color
Monochromatic Colors of #DDAB77
Black with #DDAB77
Text Example
Text Example
White with #DDAB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB77; }
p { color: rgb(221,171,119); }
H1.HeaderClassName
{
color: #DDAB77;
}
.AnyTagClassName
{
color: #DDAB77;
}
</style>
background-color css
<style>
a { background-color: #DDAB77; }
a { background-color: rgb(221,171,119); }
div.DivClassName
{
background-color: #DDAB77;
}
.BgClassName
{
background-color: #DDAB77;
}
</style>
border-color css
<style>
span { border-color: #DDAB77; }
span { border-color: rgb(221,171,119); }
td.TdClassName
{
border-color: #DDAB77;
}
.TagClassName
{
border-color: #DDAB77;
}
</style>