Shades of Manhattan #D8AA77
Tints of Manhattan #D8AA77
RGB
CMYK
RGB Variations
Color information
#D8AA77 (or 0xD8AA77) is known color: Manhattan. HEX triplet: D8, AA and 77. RGB value is (216,170,119). Sum of RGB (Red+Green+Blue) = 216+170+119=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AA77 is #275588. Grayscale: #B2B2B2. Windows color (decimal): -2577801 or 7842520. OLE color: 7842520.
HSL color Cylindrical-coordinate representation of color #D8AA77: hue angle of 31.55º degrees, saturation: 0.55, 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 #D8AA77 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 170 | 119 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.15 |
| HSL | 31.55º | 0.55% | 0.66% | - |
| HSV(B) | 31.55º | 0.45% | 0.85% | - |
| XYZ | 46.02 | 44.68 | 23.65 | - |
| YUV | 177.94 | 94.74 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 119 | 0 | 0.21 | 0.45 | 0.15 | 31.55 | 0.55 | 0.66 |
| Hex | D8 | AA | 77 | 0 | 15 | 2D | F | 20 | 37 | 42 |
| Octal | 330 | 252 | 167 | 0 | 25 | 55 | 17 | 40 | 67 | 102 |
| Binary | 11011000 | 10101010 | 1110111 | 0 | 10101 | 101101 | 1111 | 100000 | 110111 | 1000010 |
Color Harmonies of #D8AA77
Complementary color
Monochromatic Colors of #D8AA77
Black with #D8AA77
Text Example
Text Example
White with #D8AA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AA77; }
p { color: rgb(216,170,119); }
H1.HeaderClassName
{
color: #D8AA77;
}
.AnyTagClassName
{
color: #D8AA77;
}
</style>
background-color css
<style>
a { background-color: #D8AA77; }
a { background-color: rgb(216,170,119); }
div.DivClassName
{
background-color: #D8AA77;
}
.BgClassName
{
background-color: #D8AA77;
}
</style>
border-color css
<style>
span { border-color: #D8AA77; }
span { border-color: rgb(216,170,119); }
td.TdClassName
{
border-color: #D8AA77;
}
.TagClassName
{
border-color: #D8AA77;
}
</style>