Shades of Manhattan #DAB076
Tints of Manhattan #DAB076
RGB
CMYK
RGB Variations
Color information
#DAB076 (or 0xDAB076) is known color: Manhattan. HEX triplet: DA, B0 and 76. RGB value is (218,176,118). Sum of RGB (Red+Green+Blue) = 218+176+118=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB076 is #254F89. Grayscale: #B6B6B6. Windows color (decimal): -2445194 or 7778522. OLE color: 7778522.
HSL color Cylindrical-coordinate representation of color #DAB076: hue angle of 34.8º 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 #DAB076 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 118 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.15 |
| HSL | 34.8º | 0.57% | 0.66% | - |
| HSV(B) | 34.8º | 0.46% | 0.85% | - |
| XYZ | 47.71 | 47.26 | 23.75 | - |
| YUV | 181.95 | 91.91 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 118 | 0 | 0.19 | 0.46 | 0.15 | 34.8 | 0.57 | 0.66 |
| Hex | DA | B0 | 76 | 0 | 13 | 2E | F | 23 | 39 | 42 |
| Octal | 332 | 260 | 166 | 0 | 23 | 56 | 17 | 43 | 71 | 102 |
| Binary | 11011010 | 10110000 | 1110110 | 0 | 10011 | 101110 | 1111 | 100011 | 111001 | 1000010 |
Color Harmonies of #DAB076
Complementary color
Monochromatic Colors of #DAB076
Black with #DAB076
Text Example
Text Example
White with #DAB076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB076; }
p { color: rgb(218,176,118); }
H1.HeaderClassName
{
color: #DAB076;
}
.AnyTagClassName
{
color: #DAB076;
}
</style>
background-color css
<style>
a { background-color: #DAB076; }
a { background-color: rgb(218,176,118); }
div.DivClassName
{
background-color: #DAB076;
}
.BgClassName
{
background-color: #DAB076;
}
</style>
border-color css
<style>
span { border-color: #DAB076; }
span { border-color: rgb(218,176,118); }
td.TdClassName
{
border-color: #DAB076;
}
.TagClassName
{
border-color: #DAB076;
}
</style>