Shades of Manhattan #DAA876
Tints of Manhattan #DAA876
RGB
CMYK
RGB Variations
Color information
#DAA876 (or 0xDAA876) is known color: Manhattan. HEX triplet: DA, A8 and 76. RGB value is (218,168,118). Sum of RGB (Red+Green+Blue) = 218+168+118=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA876 is #255789. Grayscale: #B1B1B1. Windows color (decimal): -2447242 or 7776474. OLE color: 7776474.
HSL color Cylindrical-coordinate representation of color #DAA876: hue angle of 30º 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 #DAA876 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 118 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.15 |
| HSL | 30º | 0.57% | 0.66% | - |
| HSV(B) | 30º | 0.46% | 0.85% | - |
| XYZ | 46.19 | 44.22 | 23.24 | - |
| YUV | 177.25 | 94.57 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 118 | 0 | 0.23 | 0.46 | 0.15 | 30 | 0.57 | 0.66 |
| Hex | DA | A8 | 76 | 0 | 17 | 2E | F | 1E | 39 | 42 |
| Octal | 332 | 250 | 166 | 0 | 27 | 56 | 17 | 36 | 71 | 102 |
| Binary | 11011010 | 10101000 | 1110110 | 0 | 10111 | 101110 | 1111 | 11110 | 111001 | 1000010 |
Color Harmonies of #DAA876
Complementary color
Monochromatic Colors of #DAA876
Black with #DAA876
Text Example
Text Example
White with #DAA876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA876; }
p { color: rgb(218,168,118); }
H1.HeaderClassName
{
color: #DAA876;
}
.AnyTagClassName
{
color: #DAA876;
}
</style>
background-color css
<style>
a { background-color: #DAA876; }
a { background-color: rgb(218,168,118); }
div.DivClassName
{
background-color: #DAA876;
}
.BgClassName
{
background-color: #DAA876;
}
</style>
border-color css
<style>
span { border-color: #DAA876; }
span { border-color: rgb(218,168,118); }
td.TdClassName
{
border-color: #DAA876;
}
.TagClassName
{
border-color: #DAA876;
}
</style>