Shades of Manhattan #D9AB7E
Tints of Manhattan #D9AB7E
RGB
CMYK
RGB Variations
Color information
#D9AB7E (or 0xD9AB7E) is known color: Manhattan. HEX triplet: D9, AB and 7E. RGB value is (217,171,126). Sum of RGB (Red+Green+Blue) = 217+171+126=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB7E is #265481. Grayscale: #B3B3B3. Windows color (decimal): -2512002 or 8301529. OLE color: 8301529.
HSL color Cylindrical-coordinate representation of color #D9AB7E: hue angle of 29.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9AB7E is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 126 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.15 |
| HSL | 29.67º | 0.54% | 0.67% | - |
| HSV(B) | 29.67º | 0.42% | 0.85% | - |
| XYZ | 46.94 | 45.38 | 26.02 | - |
| YUV | 179.62 | 97.74 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 126 | 0 | 0.21 | 0.42 | 0.15 | 29.67 | 0.54 | 0.67 |
| Hex | D9 | AB | 7E | 0 | 15 | 2A | F | 1E | 36 | 43 |
| Octal | 331 | 253 | 176 | 0 | 25 | 52 | 17 | 36 | 66 | 103 |
| Binary | 11011001 | 10101011 | 1111110 | 0 | 10101 | 101010 | 1111 | 11110 | 110110 | 1000011 |
Color Harmonies of #D9AB7E
Complementary color
Monochromatic Colors of #D9AB7E
Black with #D9AB7E
Text Example
Text Example
White with #D9AB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB7E; }
p { color: rgb(217,171,126); }
H1.HeaderClassName
{
color: #D9AB7E;
}
.AnyTagClassName
{
color: #D9AB7E;
}
</style>
background-color css
<style>
a { background-color: #D9AB7E; }
a { background-color: rgb(217,171,126); }
div.DivClassName
{
background-color: #D9AB7E;
}
.BgClassName
{
background-color: #D9AB7E;
}
</style>
border-color css
<style>
span { border-color: #D9AB7E; }
span { border-color: rgb(217,171,126); }
td.TdClassName
{
border-color: #D9AB7E;
}
.TagClassName
{
border-color: #D9AB7E;
}
</style>