Shades of Manhattan #DBAE76
Tints of Manhattan #DBAE76
RGB
CMYK
RGB Variations
Color information
#DBAE76 (or 0xDBAE76) is known color: Manhattan. HEX triplet: DB, AE and 76. RGB value is (219,174,118). Sum of RGB (Red+Green+Blue) = 219+174+118=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE76 is #245189. Grayscale: #B5B5B5. Windows color (decimal): -2380170 or 7778011. OLE color: 7778011.
HSL color Cylindrical-coordinate representation of color #DBAE76: hue angle of 33.27º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBAE76 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 118 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.14 |
| HSL | 33.27º | 0.58% | 0.66% | - |
| HSV(B) | 33.27º | 0.46% | 0.86% | - |
| XYZ | 47.62 | 46.64 | 23.63 | - |
| YUV | 181.07 | 92.41 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 118 | 0 | 0.21 | 0.46 | 0.14 | 33.27 | 0.58 | 0.66 |
| Hex | DB | AE | 76 | 0 | 15 | 2E | E | 21 | 3A | 42 |
| Octal | 333 | 256 | 166 | 0 | 25 | 56 | 16 | 41 | 72 | 102 |
| Binary | 11011011 | 10101110 | 1110110 | 0 | 10101 | 101110 | 1110 | 100001 | 111010 | 1000010 |
Color Harmonies of #DBAE76
Complementary color
Monochromatic Colors of #DBAE76
Black with #DBAE76
Text Example
Text Example
White with #DBAE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE76; }
p { color: rgb(219,174,118); }
H1.HeaderClassName
{
color: #DBAE76;
}
.AnyTagClassName
{
color: #DBAE76;
}
</style>
background-color css
<style>
a { background-color: #DBAE76; }
a { background-color: rgb(219,174,118); }
div.DivClassName
{
background-color: #DBAE76;
}
.BgClassName
{
background-color: #DBAE76;
}
</style>
border-color css
<style>
span { border-color: #DBAE76; }
span { border-color: rgb(219,174,118); }
td.TdClassName
{
border-color: #DBAE76;
}
.TagClassName
{
border-color: #DBAE76;
}
</style>