Shades of Manhattan #DBAE7C
Tints of Manhattan #DBAE7C
RGB
CMYK
RGB Variations
Color information
#DBAE7C (or 0xDBAE7C) is known color: Manhattan. HEX triplet: DB, AE and 7C. RGB value is (219,174,124). Sum of RGB (Red+Green+Blue) = 219+174+124=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE7C is #245183. Grayscale: #B6B6B6. Windows color (decimal): -2380164 or 8171227. OLE color: 8171227.
HSL color Cylindrical-coordinate representation of color #DBAE7C: hue angle of 31.58º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBAE7C is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 124 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.14 |
| HSL | 31.58º | 0.57% | 0.67% | - |
| HSV(B) | 31.58º | 0.43% | 0.86% | - |
| XYZ | 47.99 | 46.79 | 25.57 | - |
| YUV | 181.76 | 95.41 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 124 | 0 | 0.21 | 0.43 | 0.14 | 31.58 | 0.57 | 0.67 |
| Hex | DB | AE | 7C | 0 | 15 | 2B | E | 20 | 39 | 43 |
| Octal | 333 | 256 | 174 | 0 | 25 | 53 | 16 | 40 | 71 | 103 |
| Binary | 11011011 | 10101110 | 1111100 | 0 | 10101 | 101011 | 1110 | 100000 | 111001 | 1000011 |
Color Harmonies of #DBAE7C
Complementary color
Monochromatic Colors of #DBAE7C
Black with #DBAE7C
Text Example
Text Example
White with #DBAE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE7C; }
p { color: rgb(219,174,124); }
H1.HeaderClassName
{
color: #DBAE7C;
}
.AnyTagClassName
{
color: #DBAE7C;
}
</style>
background-color css
<style>
a { background-color: #DBAE7C; }
a { background-color: rgb(219,174,124); }
div.DivClassName
{
background-color: #DBAE7C;
}
.BgClassName
{
background-color: #DBAE7C;
}
</style>
border-color css
<style>
span { border-color: #DBAE7C; }
span { border-color: rgb(219,174,124); }
td.TdClassName
{
border-color: #DBAE7C;
}
.TagClassName
{
border-color: #DBAE7C;
}
</style>