Shades of Manhattan #DAB079
Tints of Manhattan #DAB079
RGB
CMYK
RGB Variations
Color information
#DAB079 (or 0xDAB079) is known color: Manhattan. HEX triplet: DA, B0 and 79. RGB value is (218,176,121). Sum of RGB (Red+Green+Blue) = 218+176+121=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 121 (47.66% from 255 or 23.50% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB079 is #254F86. Grayscale: #B6B6B6. Windows color (decimal): -2445191 or 7975130. OLE color: 7975130.
HSL color Cylindrical-coordinate representation of color #DAB079: hue angle of 34.02º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAB079 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 121 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.15 |
| HSL | 34.02º | 0.57% | 0.66% | - |
| HSV(B) | 34.02º | 0.44% | 0.85% | - |
| XYZ | 47.89 | 47.34 | 24.7 | - |
| YUV | 182.29 | 93.41 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 121 | 0 | 0.19 | 0.44 | 0.15 | 34.02 | 0.57 | 0.66 |
| Hex | DA | B0 | 79 | 0 | 13 | 2C | F | 22 | 39 | 42 |
| Octal | 332 | 260 | 171 | 0 | 23 | 54 | 17 | 42 | 71 | 102 |
| Binary | 11011010 | 10110000 | 1111001 | 0 | 10011 | 101100 | 1111 | 100010 | 111001 | 1000010 |
Color Harmonies of #DAB079
Complementary color
Monochromatic Colors of #DAB079
Black with #DAB079
Text Example
Text Example
White with #DAB079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB079; }
p { color: rgb(218,176,121); }
H1.HeaderClassName
{
color: #DAB079;
}
.AnyTagClassName
{
color: #DAB079;
}
</style>
background-color css
<style>
a { background-color: #DAB079; }
a { background-color: rgb(218,176,121); }
div.DivClassName
{
background-color: #DAB079;
}
.BgClassName
{
background-color: #DAB079;
}
</style>
border-color css
<style>
span { border-color: #DAB079; }
span { border-color: rgb(218,176,121); }
td.TdClassName
{
border-color: #DAB079;
}
.TagClassName
{
border-color: #DAB079;
}
</style>