Shades of Manhattan #D9AC76
Tints of Manhattan #D9AC76
RGB
CMYK
RGB Variations
Color information
#D9AC76 (or 0xD9AC76) is known color: Manhattan. HEX triplet: D9, AC and 76. RGB value is (217,172,118). Sum of RGB (Red+Green+Blue) = 217+172+118=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC76 is #265389. Grayscale: #B3B3B3. Windows color (decimal): -2511754 or 7777497. OLE color: 7777497.
HSL color Cylindrical-coordinate representation of color #D9AC76: hue angle of 32.73º 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 #D9AC76 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 172 | 118 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.15 |
| HSL | 32.73º | 0.57% | 0.66% | - |
| HSV(B) | 32.73º | 0.46% | 0.85% | - |
| XYZ | 46.64 | 45.56 | 23.48 | - |
| YUV | 179.3 | 93.41 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 118 | 0 | 0.21 | 0.46 | 0.15 | 32.73 | 0.57 | 0.66 |
| Hex | D9 | AC | 76 | 0 | 15 | 2E | F | 21 | 39 | 42 |
| Octal | 331 | 254 | 166 | 0 | 25 | 56 | 17 | 41 | 71 | 102 |
| Binary | 11011001 | 10101100 | 1110110 | 0 | 10101 | 101110 | 1111 | 100001 | 111001 | 1000010 |
Color Harmonies of #D9AC76
Complementary color
Monochromatic Colors of #D9AC76
Black with #D9AC76
Text Example
Text Example
White with #D9AC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AC76; }
p { color: rgb(217,172,118); }
H1.HeaderClassName
{
color: #D9AC76;
}
.AnyTagClassName
{
color: #D9AC76;
}
</style>
background-color css
<style>
a { background-color: #D9AC76; }
a { background-color: rgb(217,172,118); }
div.DivClassName
{
background-color: #D9AC76;
}
.BgClassName
{
background-color: #D9AC76;
}
</style>
border-color css
<style>
span { border-color: #D9AC76; }
span { border-color: rgb(217,172,118); }
td.TdClassName
{
border-color: #D9AC76;
}
.TagClassName
{
border-color: #D9AC76;
}
</style>