Shades of Manhattan #DBAE81
Tints of Manhattan #DBAE81
RGB
CMYK
RGB Variations
Color information
#DBAE81 (or 0xDBAE81) is known color: Manhattan. HEX triplet: DB, AE and 81. RGB value is (219,174,129). Sum of RGB (Red+Green+Blue) = 219+174+129=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE81 is #24517E. Grayscale: #B6B6B6. Windows color (decimal): -2380159 or 8498907. OLE color: 8498907.
HSL color Cylindrical-coordinate representation of color #DBAE81: hue angle of 30º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBAE81 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 129 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.14 |
| HSL | 30º | 0.56% | 0.68% | - |
| HSV(B) | 30º | 0.41% | 0.86% | - |
| XYZ | 48.31 | 46.92 | 27.28 | - |
| YUV | 182.33 | 97.91 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 129 | 0 | 0.21 | 0.41 | 0.14 | 30 | 0.56 | 0.68 |
| Hex | DB | AE | 81 | 0 | 15 | 29 | E | 1E | 38 | 44 |
| Octal | 333 | 256 | 201 | 0 | 25 | 51 | 16 | 36 | 70 | 104 |
| Binary | 11011011 | 10101110 | 10000001 | 0 | 10101 | 101001 | 1110 | 11110 | 111000 | 1000100 |
Color Harmonies of #DBAE81
Complementary color
Monochromatic Colors of #DBAE81
Black with #DBAE81
Text Example
Text Example
White with #DBAE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE81; }
p { color: rgb(219,174,129); }
H1.HeaderClassName
{
color: #DBAE81;
}
.AnyTagClassName
{
color: #DBAE81;
}
</style>
background-color css
<style>
a { background-color: #DBAE81; }
a { background-color: rgb(219,174,129); }
div.DivClassName
{
background-color: #DBAE81;
}
.BgClassName
{
background-color: #DBAE81;
}
</style>
border-color css
<style>
span { border-color: #DBAE81; }
span { border-color: rgb(219,174,129); }
td.TdClassName
{
border-color: #DBAE81;
}
.TagClassName
{
border-color: #DBAE81;
}
</style>