Shades of Manhattan #D9AA76
Tints of Manhattan #D9AA76
RGB
CMYK
RGB Variations
Color information
#D9AA76 (or 0xD9AA76) is known color: Manhattan. HEX triplet: D9, AA and 76. RGB value is (217,170,118). Sum of RGB (Red+Green+Blue) = 217+170+118=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AA76 is #265589. Grayscale: #B2B2B2. Windows color (decimal): -2512266 or 7776985. OLE color: 7776985.
HSL color Cylindrical-coordinate representation of color #D9AA76: hue angle of 31.52º 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 #D9AA76 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 118 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.15 |
| HSL | 31.52º | 0.57% | 0.66% | - |
| HSV(B) | 31.52º | 0.46% | 0.85% | - |
| XYZ | 46.26 | 44.81 | 23.35 | - |
| YUV | 178.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 118 | 0 | 0.22 | 0.46 | 0.15 | 31.52 | 0.57 | 0.66 |
| Hex | D9 | AA | 76 | 0 | 16 | 2E | F | 20 | 39 | 42 |
| Octal | 331 | 252 | 166 | 0 | 26 | 56 | 17 | 40 | 71 | 102 |
| Binary | 11011001 | 10101010 | 1110110 | 0 | 10110 | 101110 | 1111 | 100000 | 111001 | 1000010 |
Color Harmonies of #D9AA76
Complementary color
Monochromatic Colors of #D9AA76
Black with #D9AA76
Text Example
Text Example
White with #D9AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AA76; }
p { color: rgb(217,170,118); }
H1.HeaderClassName
{
color: #D9AA76;
}
.AnyTagClassName
{
color: #D9AA76;
}
</style>
background-color css
<style>
a { background-color: #D9AA76; }
a { background-color: rgb(217,170,118); }
div.DivClassName
{
background-color: #D9AA76;
}
.BgClassName
{
background-color: #D9AA76;
}
</style>
border-color css
<style>
span { border-color: #D9AA76; }
span { border-color: rgb(217,170,118); }
td.TdClassName
{
border-color: #D9AA76;
}
.TagClassName
{
border-color: #D9AA76;
}
</style>