Shades of Manhattan #D7AA77
Tints of Manhattan #D7AA77
RGB
CMYK
RGB Variations
Color information
#D7AA77 (or 0xD7AA77) is known color: Manhattan. HEX triplet: D7, AA and 77. RGB value is (215,170,119). Sum of RGB (Red+Green+Blue) = 215+170+119=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AA77 is #285588. Grayscale: #B1B1B1. Windows color (decimal): -2643337 or 7842519. OLE color: 7842519.
HSL color Cylindrical-coordinate representation of color #D7AA77: hue angle of 31.88º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7AA77 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 170 | 119 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.16 |
| HSL | 31.88º | 0.55% | 0.65% | - |
| HSV(B) | 31.88º | 0.45% | 0.84% | - |
| XYZ | 45.73 | 44.53 | 23.64 | - |
| YUV | 177.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 170 | 119 | 0 | 0.21 | 0.45 | 0.16 | 31.88 | 0.55 | 0.65 |
| Hex | D7 | AA | 77 | 0 | 15 | 2D | 10 | 20 | 37 | 41 |
| Octal | 327 | 252 | 167 | 0 | 25 | 55 | 20 | 40 | 67 | 101 |
| Binary | 11010111 | 10101010 | 1110111 | 0 | 10101 | 101101 | 10000 | 100000 | 110111 | 1000001 |
Color Harmonies of #D7AA77
Complementary color
Monochromatic Colors of #D7AA77
Black with #D7AA77
Text Example
Text Example
White with #D7AA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AA77; }
p { color: rgb(215,170,119); }
H1.HeaderClassName
{
color: #D7AA77;
}
.AnyTagClassName
{
color: #D7AA77;
}
</style>
background-color css
<style>
a { background-color: #D7AA77; }
a { background-color: rgb(215,170,119); }
div.DivClassName
{
background-color: #D7AA77;
}
.BgClassName
{
background-color: #D7AA77;
}
</style>
border-color css
<style>
span { border-color: #D7AA77; }
span { border-color: rgb(215,170,119); }
td.TdClassName
{
border-color: #D7AA77;
}
.TagClassName
{
border-color: #D7AA77;
}
</style>