Shades of Manhattan #D8AB76
Tints of Manhattan #D8AB76
RGB
CMYK
RGB Variations
Color information
#D8AB76 (or 0xD8AB76) is known color: Manhattan. HEX triplet: D8, AB and 76. RGB value is (216,171,118). Sum of RGB (Red+Green+Blue) = 216+171+118=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB76 is #275489. Grayscale: #B2B2B2. Windows color (decimal): -2577546 or 7777240. OLE color: 7777240.
HSL color Cylindrical-coordinate representation of color #D8AB76: hue angle of 32.45º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8AB76 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 118 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.15 |
| HSL | 32.45º | 0.56% | 0.65% | - |
| HSV(B) | 32.45º | 0.45% | 0.85% | - |
| XYZ | 46.15 | 45.03 | 23.4 | - |
| YUV | 178.41 | 93.91 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 118 | 0 | 0.21 | 0.45 | 0.15 | 32.45 | 0.56 | 0.65 |
| Hex | D8 | AB | 76 | 0 | 15 | 2D | F | 20 | 38 | 41 |
| Octal | 330 | 253 | 166 | 0 | 25 | 55 | 17 | 40 | 70 | 101 |
| Binary | 11011000 | 10101011 | 1110110 | 0 | 10101 | 101101 | 1111 | 100000 | 111000 | 1000001 |
Color Harmonies of #D8AB76
Complementary color
Monochromatic Colors of #D8AB76
Black with #D8AB76
Text Example
Text Example
White with #D8AB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB76; }
p { color: rgb(216,171,118); }
H1.HeaderClassName
{
color: #D8AB76;
}
.AnyTagClassName
{
color: #D8AB76;
}
</style>
background-color css
<style>
a { background-color: #D8AB76; }
a { background-color: rgb(216,171,118); }
div.DivClassName
{
background-color: #D8AB76;
}
.BgClassName
{
background-color: #D8AB76;
}
</style>
border-color css
<style>
span { border-color: #D8AB76; }
span { border-color: rgb(216,171,118); }
td.TdClassName
{
border-color: #D8AB76;
}
.TagClassName
{
border-color: #D8AB76;
}
</style>