Shades of Manhattan #D9AC77
Tints of Manhattan #D9AC77
RGB
CMYK
RGB Variations
Color information
#D9AC77 (or 0xD9AC77) is known color: Manhattan. HEX triplet: D9, AC and 77. RGB value is (217,172,119). Sum of RGB (Red+Green+Blue) = 217+172+119=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC77 is #265388. Grayscale: #B3B3B3. Windows color (decimal): -2511753 or 7843033. OLE color: 7843033.
HSL color Cylindrical-coordinate representation of color #D9AC77: hue angle of 32.45º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D9AC77 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 172 | 119 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.15 |
| HSL | 32.45º | 0.56% | 0.66% | - |
| HSV(B) | 32.45º | 0.45% | 0.85% | - |
| XYZ | 46.7 | 45.59 | 23.79 | - |
| YUV | 179.41 | 93.91 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 119 | 0 | 0.21 | 0.45 | 0.15 | 32.45 | 0.56 | 0.66 |
| Hex | D9 | AC | 77 | 0 | 15 | 2D | F | 20 | 38 | 42 |
| Octal | 331 | 254 | 167 | 0 | 25 | 55 | 17 | 40 | 70 | 102 |
| Binary | 11011001 | 10101100 | 1110111 | 0 | 10101 | 101101 | 1111 | 100000 | 111000 | 1000010 |
Color Harmonies of #D9AC77
Complementary color
Monochromatic Colors of #D9AC77
Black with #D9AC77
Text Example
Text Example
White with #D9AC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AC77; }
p { color: rgb(217,172,119); }
H1.HeaderClassName
{
color: #D9AC77;
}
.AnyTagClassName
{
color: #D9AC77;
}
</style>
background-color css
<style>
a { background-color: #D9AC77; }
a { background-color: rgb(217,172,119); }
div.DivClassName
{
background-color: #D9AC77;
}
.BgClassName
{
background-color: #D9AC77;
}
</style>
border-color css
<style>
span { border-color: #D9AC77; }
span { border-color: rgb(217,172,119); }
td.TdClassName
{
border-color: #D9AC77;
}
.TagClassName
{
border-color: #D9AC77;
}
</style>