Shades of Manhattan #DBAE83
Tints of Manhattan #DBAE83
RGB
CMYK
RGB Variations
Color information
#DBAE83 (or 0xDBAE83) is known color: Manhattan. HEX triplet: DB, AE and 83. RGB value is (219,174,131). Sum of RGB (Red+Green+Blue) = 219+174+131=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 131 (51.56% from 255 or 25% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE83 is #24517C. Grayscale: #B6B6B6. Windows color (decimal): -2380157 or 8629979. OLE color: 8629979.
HSL color Cylindrical-coordinate representation of color #DBAE83: hue angle of 29.32º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBAE83 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 131 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.14 |
| HSL | 29.32º | 0.55% | 0.69% | - |
| HSV(B) | 29.32º | 0.4% | 0.86% | - |
| XYZ | 48.45 | 46.97 | 27.99 | - |
| YUV | 182.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 131 | 0 | 0.21 | 0.40 | 0.14 | 29.32 | 0.55 | 0.69 |
| Hex | DB | AE | 83 | 0 | 15 | 28 | E | 1D | 37 | 45 |
| Octal | 333 | 256 | 203 | 0 | 25 | 50 | 16 | 35 | 67 | 105 |
| Binary | 11011011 | 10101110 | 10000011 | 0 | 10101 | 101000 | 1110 | 11101 | 110111 | 1000101 |
Color Harmonies of #DBAE83
Complementary color
Monochromatic Colors of #DBAE83
Black with #DBAE83
Text Example
Text Example
White with #DBAE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE83; }
p { color: rgb(219,174,131); }
H1.HeaderClassName
{
color: #DBAE83;
}
.AnyTagClassName
{
color: #DBAE83;
}
</style>
background-color css
<style>
a { background-color: #DBAE83; }
a { background-color: rgb(219,174,131); }
div.DivClassName
{
background-color: #DBAE83;
}
.BgClassName
{
background-color: #DBAE83;
}
</style>
border-color css
<style>
span { border-color: #DBAE83; }
span { border-color: rgb(219,174,131); }
td.TdClassName
{
border-color: #DBAE83;
}
.TagClassName
{
border-color: #DBAE83;
}
</style>