Shades of Manhattan #DBAE7E
Tints of Manhattan #DBAE7E
RGB
CMYK
RGB Variations
Color information
#DBAE7E (or 0xDBAE7E) is known color: Manhattan. HEX triplet: DB, AE and 7E. RGB value is (219,174,126). Sum of RGB (Red+Green+Blue) = 219+174+126=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE7E is #245181. Grayscale: #B6B6B6. Windows color (decimal): -2380162 or 8302299. OLE color: 8302299.
HSL color Cylindrical-coordinate representation of color #DBAE7E: hue angle of 30.97º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBAE7E is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 126 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.14 |
| HSL | 30.97º | 0.56% | 0.68% | - |
| HSV(B) | 30.97º | 0.42% | 0.86% | - |
| XYZ | 48.12 | 46.84 | 26.24 | - |
| YUV | 181.98 | 96.41 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 126 | 0 | 0.21 | 0.42 | 0.14 | 30.97 | 0.56 | 0.68 |
| Hex | DB | AE | 7E | 0 | 15 | 2A | E | 1F | 38 | 44 |
| Octal | 333 | 256 | 176 | 0 | 25 | 52 | 16 | 37 | 70 | 104 |
| Binary | 11011011 | 10101110 | 1111110 | 0 | 10101 | 101010 | 1110 | 11111 | 111000 | 1000100 |
Color Harmonies of #DBAE7E
Complementary color
Monochromatic Colors of #DBAE7E
Black with #DBAE7E
Text Example
Text Example
White with #DBAE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE7E; }
p { color: rgb(219,174,126); }
H1.HeaderClassName
{
color: #DBAE7E;
}
.AnyTagClassName
{
color: #DBAE7E;
}
</style>
background-color css
<style>
a { background-color: #DBAE7E; }
a { background-color: rgb(219,174,126); }
div.DivClassName
{
background-color: #DBAE7E;
}
.BgClassName
{
background-color: #DBAE7E;
}
</style>
border-color css
<style>
span { border-color: #DBAE7E; }
span { border-color: rgb(219,174,126); }
td.TdClassName
{
border-color: #DBAE7E;
}
.TagClassName
{
border-color: #DBAE7E;
}
</style>