Shades of Manhattan #DAB176
Tints of Manhattan #DAB176
RGB
CMYK
RGB Variations
Color information
#DAB176 (or 0xDAB176) is known color: Manhattan. HEX triplet: DA, B1 and 76. RGB value is (218,177,118). Sum of RGB (Red+Green+Blue) = 218+177+118=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB176 is #254E89. Grayscale: #B6B6B6. Windows color (decimal): -2444938 or 7778778. OLE color: 7778778.
HSL color Cylindrical-coordinate representation of color #DAB176: hue angle of 35.4º 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 #DAB176 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 118 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.15 |
| HSL | 35.4º | 0.57% | 0.66% | - |
| HSV(B) | 35.4º | 0.46% | 0.85% | - |
| XYZ | 47.91 | 47.66 | 23.81 | - |
| YUV | 182.53 | 91.58 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 118 | 0 | 0.19 | 0.46 | 0.15 | 35.4 | 0.57 | 0.66 |
| Hex | DA | B1 | 76 | 0 | 13 | 2E | F | 23 | 39 | 42 |
| Octal | 332 | 261 | 166 | 0 | 23 | 56 | 17 | 43 | 71 | 102 |
| Binary | 11011010 | 10110001 | 1110110 | 0 | 10011 | 101110 | 1111 | 100011 | 111001 | 1000010 |
Color Harmonies of #DAB176
Complementary color
Monochromatic Colors of #DAB176
Black with #DAB176
Text Example
Text Example
White with #DAB176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB176; }
p { color: rgb(218,177,118); }
H1.HeaderClassName
{
color: #DAB176;
}
.AnyTagClassName
{
color: #DAB176;
}
</style>
background-color css
<style>
a { background-color: #DAB176; }
a { background-color: rgb(218,177,118); }
div.DivClassName
{
background-color: #DAB176;
}
.BgClassName
{
background-color: #DAB176;
}
</style>
border-color css
<style>
span { border-color: #DAB176; }
span { border-color: rgb(218,177,118); }
td.TdClassName
{
border-color: #DAB176;
}
.TagClassName
{
border-color: #DAB176;
}
</style>