Shades of Manhattan #DAA972
Tints of Manhattan #DAA972
RGB
CMYK
RGB Variations
Color information
#DAA972 (or 0xDAA972) is known color: Manhattan. HEX triplet: DA, A9 and 72. RGB value is (218,169,114). Sum of RGB (Red+Green+Blue) = 218+169+114=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA972 is #25568D. Grayscale: #B1B1B1. Windows color (decimal): -2446990 or 7514586. OLE color: 7514586.
HSL color Cylindrical-coordinate representation of color #DAA972: hue angle of 31.73º degrees, saturation: 0.58, 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 #DAA972 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 114 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.15 |
| HSL | 31.73º | 0.58% | 0.65% | - |
| HSV(B) | 31.73º | 0.48% | 0.85% | - |
| XYZ | 46.14 | 44.5 | 22.08 | - |
| YUV | 177.38 | 92.23 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 114 | 0 | 0.22 | 0.48 | 0.15 | 31.73 | 0.58 | 0.65 |
| Hex | DA | A9 | 72 | 0 | 16 | 30 | F | 20 | 3A | 41 |
| Octal | 332 | 251 | 162 | 0 | 26 | 60 | 17 | 40 | 72 | 101 |
| Binary | 11011010 | 10101001 | 1110010 | 0 | 10110 | 110000 | 1111 | 100000 | 111010 | 1000001 |
Color Harmonies of #DAA972
Complementary color
Monochromatic Colors of #DAA972
Black with #DAA972
Text Example
Text Example
White with #DAA972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA972; }
p { color: rgb(218,169,114); }
H1.HeaderClassName
{
color: #DAA972;
}
.AnyTagClassName
{
color: #DAA972;
}
</style>
background-color css
<style>
a { background-color: #DAA972; }
a { background-color: rgb(218,169,114); }
div.DivClassName
{
background-color: #DAA972;
}
.BgClassName
{
background-color: #DAA972;
}
</style>
border-color css
<style>
span { border-color: #DAA972; }
span { border-color: rgb(218,169,114); }
td.TdClassName
{
border-color: #DAA972;
}
.TagClassName
{
border-color: #DAA972;
}
</style>