Shades of Manhattan #D9AB7F
Tints of Manhattan #D9AB7F
RGB
CMYK
RGB Variations
Color information
#D9AB7F (or 0xD9AB7F) is known color: Manhattan. HEX triplet: D9, AB and 7F. RGB value is (217,171,127). Sum of RGB (Red+Green+Blue) = 217+171+127=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB7F is #265480. Grayscale: #B3B3B3. Windows color (decimal): -2512001 or 8367065. OLE color: 8367065.
HSL color Cylindrical-coordinate representation of color #D9AB7F: hue angle of 29.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9AB7F is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 127 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.15 |
| HSL | 29.33º | 0.54% | 0.67% | - |
| HSV(B) | 29.33º | 0.41% | 0.85% | - |
| XYZ | 47.01 | 45.41 | 26.37 | - |
| YUV | 179.74 | 98.24 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 127 | 0 | 0.21 | 0.41 | 0.15 | 29.33 | 0.54 | 0.67 |
| Hex | D9 | AB | 7F | 0 | 15 | 29 | F | 1D | 36 | 43 |
| Octal | 331 | 253 | 177 | 0 | 25 | 51 | 17 | 35 | 66 | 103 |
| Binary | 11011001 | 10101011 | 1111111 | 0 | 10101 | 101001 | 1111 | 11101 | 110110 | 1000011 |
Color Harmonies of #D9AB7F
Complementary color
Monochromatic Colors of #D9AB7F
Black with #D9AB7F
Text Example
Text Example
White with #D9AB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB7F; }
p { color: rgb(217,171,127); }
H1.HeaderClassName
{
color: #D9AB7F;
}
.AnyTagClassName
{
color: #D9AB7F;
}
</style>
background-color css
<style>
a { background-color: #D9AB7F; }
a { background-color: rgb(217,171,127); }
div.DivClassName
{
background-color: #D9AB7F;
}
.BgClassName
{
background-color: #D9AB7F;
}
</style>
border-color css
<style>
span { border-color: #D9AB7F; }
span { border-color: rgb(217,171,127); }
td.TdClassName
{
border-color: #D9AB7F;
}
.TagClassName
{
border-color: #D9AB7F;
}
</style>