Shades of Manhattan #DAA771
Tints of Manhattan #DAA771
RGB
CMYK
RGB Variations
Color information
#DAA771 (or 0xDAA771) is known color: Manhattan. HEX triplet: DA, A7 and 71. RGB value is (218,167,113). Sum of RGB (Red+Green+Blue) = 218+167+113=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA771 is #25588E. Grayscale: #B0B0B0. Windows color (decimal): -2447503 or 7448538. OLE color: 7448538.
HSL color Cylindrical-coordinate representation of color #DAA771: hue angle of 30.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAA771 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 113 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.15 |
| HSL | 30.86º | 0.59% | 0.65% | - |
| HSV(B) | 30.86º | 0.48% | 0.85% | - |
| XYZ | 45.71 | 43.74 | 21.66 | - |
| YUV | 176.09 | 92.4 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 113 | 0 | 0.23 | 0.48 | 0.15 | 30.86 | 0.59 | 0.65 |
| Hex | DA | A7 | 71 | 0 | 17 | 30 | F | 1F | 3B | 41 |
| Octal | 332 | 247 | 161 | 0 | 27 | 60 | 17 | 37 | 73 | 101 |
| Binary | 11011010 | 10100111 | 1110001 | 0 | 10111 | 110000 | 1111 | 11111 | 111011 | 1000001 |
Color Harmonies of #DAA771
Complementary color
Monochromatic Colors of #DAA771
Black with #DAA771
Text Example
Text Example
White with #DAA771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA771; }
p { color: rgb(218,167,113); }
H1.HeaderClassName
{
color: #DAA771;
}
.AnyTagClassName
{
color: #DAA771;
}
</style>
background-color css
<style>
a { background-color: #DAA771; }
a { background-color: rgb(218,167,113); }
div.DivClassName
{
background-color: #DAA771;
}
.BgClassName
{
background-color: #DAA771;
}
</style>
border-color css
<style>
span { border-color: #DAA771; }
span { border-color: rgb(218,167,113); }
td.TdClassName
{
border-color: #DAA771;
}
.TagClassName
{
border-color: #DAA771;
}
</style>