Shades of Manhattan #DBAE7D
Tints of Manhattan #DBAE7D
RGB
CMYK
RGB Variations
Color information
#DBAE7D (or 0xDBAE7D) is known color: Manhattan. HEX triplet: DB, AE and 7D. RGB value is (219,174,125). Sum of RGB (Red+Green+Blue) = 219+174+125=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE7D is #245182. Grayscale: #B6B6B6. Windows color (decimal): -2380163 or 8236763. OLE color: 8236763.
HSL color Cylindrical-coordinate representation of color #DBAE7D: hue angle of 31.28º 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 #DBAE7D is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 125 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.14 |
| HSL | 31.28º | 0.57% | 0.67% | - |
| HSV(B) | 31.28º | 0.43% | 0.86% | - |
| XYZ | 48.05 | 46.81 | 25.91 | - |
| YUV | 181.87 | 95.91 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 125 | 0 | 0.21 | 0.43 | 0.14 | 31.28 | 0.57 | 0.67 |
| Hex | DB | AE | 7D | 0 | 15 | 2B | E | 1F | 39 | 43 |
| Octal | 333 | 256 | 175 | 0 | 25 | 53 | 16 | 37 | 71 | 103 |
| Binary | 11011011 | 10101110 | 1111101 | 0 | 10101 | 101011 | 1110 | 11111 | 111001 | 1000011 |
Color Harmonies of #DBAE7D
Complementary color
Monochromatic Colors of #DBAE7D
Black with #DBAE7D
Text Example
Text Example
White with #DBAE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE7D; }
p { color: rgb(219,174,125); }
H1.HeaderClassName
{
color: #DBAE7D;
}
.AnyTagClassName
{
color: #DBAE7D;
}
</style>
background-color css
<style>
a { background-color: #DBAE7D; }
a { background-color: rgb(219,174,125); }
div.DivClassName
{
background-color: #DBAE7D;
}
.BgClassName
{
background-color: #DBAE7D;
}
</style>
border-color css
<style>
span { border-color: #DBAE7D; }
span { border-color: rgb(219,174,125); }
td.TdClassName
{
border-color: #DBAE7D;
}
.TagClassName
{
border-color: #DBAE7D;
}
</style>