Shades of Manhattan #DAAA77
Tints of Manhattan #DAAA77
RGB
CMYK
RGB Variations
Color information
#DAAA77 (or 0xDAAA77) is known color: Manhattan. HEX triplet: DA, AA and 77. RGB value is (218,170,119). Sum of RGB (Red+Green+Blue) = 218+170+119=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA77 is #255588. Grayscale: #B2B2B2. Windows color (decimal): -2446729 or 7842522. OLE color: 7842522.
HSL color Cylindrical-coordinate representation of color #DAAA77: hue angle of 30.91º degrees, saturation: 0.57, 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 #DAAA77 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 119 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.15 |
| HSL | 30.91º | 0.57% | 0.66% | - |
| HSV(B) | 30.91º | 0.45% | 0.85% | - |
| XYZ | 46.62 | 44.99 | 23.68 | - |
| YUV | 178.54 | 94.4 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 119 | 0 | 0.22 | 0.45 | 0.15 | 30.91 | 0.57 | 0.66 |
| Hex | DA | AA | 77 | 0 | 16 | 2D | F | 1F | 39 | 42 |
| Octal | 332 | 252 | 167 | 0 | 26 | 55 | 17 | 37 | 71 | 102 |
| Binary | 11011010 | 10101010 | 1110111 | 0 | 10110 | 101101 | 1111 | 11111 | 111001 | 1000010 |
Color Harmonies of #DAAA77
Complementary color
Monochromatic Colors of #DAAA77
Black with #DAAA77
Text Example
Text Example
White with #DAAA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA77; }
p { color: rgb(218,170,119); }
H1.HeaderClassName
{
color: #DAAA77;
}
.AnyTagClassName
{
color: #DAAA77;
}
</style>
background-color css
<style>
a { background-color: #DAAA77; }
a { background-color: rgb(218,170,119); }
div.DivClassName
{
background-color: #DAAA77;
}
.BgClassName
{
background-color: #DAAA77;
}
</style>
border-color css
<style>
span { border-color: #DAAA77; }
span { border-color: rgb(218,170,119); }
td.TdClassName
{
border-color: #DAAA77;
}
.TagClassName
{
border-color: #DAAA77;
}
</style>