Shades of Manhattan #DAA976
Tints of Manhattan #DAA976
RGB
CMYK
RGB Variations
Color information
#DAA976 (or 0xDAA976) is known color: Manhattan. HEX triplet: DA, A9 and 76. RGB value is (218,169,118). Sum of RGB (Red+Green+Blue) = 218+169+118=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA976 is #255689. Grayscale: #B2B2B2. Windows color (decimal): -2446986 or 7776730. OLE color: 7776730.
HSL color Cylindrical-coordinate representation of color #DAA976: hue angle of 30.6º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAA976 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 118 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.15 |
| HSL | 30.6º | 0.57% | 0.66% | - |
| HSV(B) | 30.6º | 0.46% | 0.85% | - |
| XYZ | 46.37 | 44.59 | 23.3 | - |
| YUV | 177.84 | 94.23 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 118 | 0 | 0.22 | 0.46 | 0.15 | 30.6 | 0.57 | 0.66 |
| Hex | DA | A9 | 76 | 0 | 16 | 2E | F | 1F | 39 | 42 |
| Octal | 332 | 251 | 166 | 0 | 26 | 56 | 17 | 37 | 71 | 102 |
| Binary | 11011010 | 10101001 | 1110110 | 0 | 10110 | 101110 | 1111 | 11111 | 111001 | 1000010 |
Color Harmonies of #DAA976
Complementary color
Monochromatic Colors of #DAA976
Black with #DAA976
Text Example
Text Example
White with #DAA976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA976; }
p { color: rgb(218,169,118); }
H1.HeaderClassName
{
color: #DAA976;
}
.AnyTagClassName
{
color: #DAA976;
}
</style>
background-color css
<style>
a { background-color: #DAA976; }
a { background-color: rgb(218,169,118); }
div.DivClassName
{
background-color: #DAA976;
}
.BgClassName
{
background-color: #DAA976;
}
</style>
border-color css
<style>
span { border-color: #DAA976; }
span { border-color: rgb(218,169,118); }
td.TdClassName
{
border-color: #DAA976;
}
.TagClassName
{
border-color: #DAA976;
}
</style>