Shades of Manhattan #D9AB76
Tints of Manhattan #D9AB76
RGB
CMYK
RGB Variations
Color information
#D9AB76 (or 0xD9AB76) is known color: Manhattan. HEX triplet: D9, AB and 76. RGB value is (217,171,118). Sum of RGB (Red+Green+Blue) = 217+171+118=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB76 is #265489. Grayscale: #B2B2B2. Windows color (decimal): -2512010 or 7777241. OLE color: 7777241.
HSL color Cylindrical-coordinate representation of color #D9AB76: hue angle of 32.12º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9AB76 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 118 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.15 |
| HSL | 32.12º | 0.57% | 0.66% | - |
| HSV(B) | 32.12º | 0.46% | 0.85% | - |
| XYZ | 46.45 | 45.19 | 23.41 | - |
| YUV | 178.71 | 93.74 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 118 | 0 | 0.21 | 0.46 | 0.15 | 32.12 | 0.57 | 0.66 |
| Hex | D9 | AB | 76 | 0 | 15 | 2E | F | 20 | 39 | 42 |
| Octal | 331 | 253 | 166 | 0 | 25 | 56 | 17 | 40 | 71 | 102 |
| Binary | 11011001 | 10101011 | 1110110 | 0 | 10101 | 101110 | 1111 | 100000 | 111001 | 1000010 |
Color Harmonies of #D9AB76
Complementary color
Monochromatic Colors of #D9AB76
Black with #D9AB76
Text Example
Text Example
White with #D9AB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB76; }
p { color: rgb(217,171,118); }
H1.HeaderClassName
{
color: #D9AB76;
}
.AnyTagClassName
{
color: #D9AB76;
}
</style>
background-color css
<style>
a { background-color: #D9AB76; }
a { background-color: rgb(217,171,118); }
div.DivClassName
{
background-color: #D9AB76;
}
.BgClassName
{
background-color: #D9AB76;
}
</style>
border-color css
<style>
span { border-color: #D9AB76; }
span { border-color: rgb(217,171,118); }
td.TdClassName
{
border-color: #D9AB76;
}
.TagClassName
{
border-color: #D9AB76;
}
</style>