Shades of Manhattan #D9AB77
Tints of Manhattan #D9AB77
RGB
CMYK
RGB Variations
Color information
#D9AB77 (or 0xD9AB77) is known color: Manhattan. HEX triplet: D9, AB and 77. RGB value is (217,171,119). Sum of RGB (Red+Green+Blue) = 217+171+119=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB77 is #265488. Grayscale: #B3B3B3. Windows color (decimal): -2512009 or 7842777. OLE color: 7842777.
HSL color Cylindrical-coordinate representation of color #D9AB77: hue angle of 31.84º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D9AB77 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 119 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.15 |
| HSL | 31.84º | 0.56% | 0.66% | - |
| HSV(B) | 31.84º | 0.45% | 0.85% | - |
| XYZ | 46.51 | 45.21 | 23.73 | - |
| YUV | 178.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 119 | 0 | 0.21 | 0.45 | 0.15 | 31.84 | 0.56 | 0.66 |
| Hex | D9 | AB | 77 | 0 | 15 | 2D | F | 20 | 38 | 42 |
| Octal | 331 | 253 | 167 | 0 | 25 | 55 | 17 | 40 | 70 | 102 |
| Binary | 11011001 | 10101011 | 1110111 | 0 | 10101 | 101101 | 1111 | 100000 | 111000 | 1000010 |
Color Harmonies of #D9AB77
Complementary color
Monochromatic Colors of #D9AB77
Black with #D9AB77
Text Example
Text Example
White with #D9AB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB77; }
p { color: rgb(217,171,119); }
H1.HeaderClassName
{
color: #D9AB77;
}
.AnyTagClassName
{
color: #D9AB77;
}
</style>
background-color css
<style>
a { background-color: #D9AB77; }
a { background-color: rgb(217,171,119); }
div.DivClassName
{
background-color: #D9AB77;
}
.BgClassName
{
background-color: #D9AB77;
}
</style>
border-color css
<style>
span { border-color: #D9AB77; }
span { border-color: rgb(217,171,119); }
td.TdClassName
{
border-color: #D9AB77;
}
.TagClassName
{
border-color: #D9AB77;
}
</style>