Shades of Manhattan #DBAD81
Tints of Manhattan #DBAD81
RGB
CMYK
RGB Variations
Color information
#DBAD81 (or 0xDBAD81) is known color: Manhattan. HEX triplet: DB, AD and 81. RGB value is (219,173,129). Sum of RGB (Red+Green+Blue) = 219+173+129=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD81 is #24527E. Grayscale: #B5B5B5. Windows color (decimal): -2380415 or 8498651. OLE color: 8498651.
HSL color Cylindrical-coordinate representation of color #DBAD81: hue angle of 29.33º 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 #DBAD81 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 129 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.14 |
| HSL | 29.33º | 0.56% | 0.68% | - |
| HSV(B) | 29.33º | 0.41% | 0.86% | - |
| XYZ | 48.12 | 46.53 | 27.21 | - |
| YUV | 181.74 | 98.24 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 129 | 0 | 0.21 | 0.41 | 0.14 | 29.33 | 0.56 | 0.68 |
| Hex | DB | AD | 81 | 0 | 15 | 29 | E | 1D | 38 | 44 |
| Octal | 333 | 255 | 201 | 0 | 25 | 51 | 16 | 35 | 70 | 104 |
| Binary | 11011011 | 10101101 | 10000001 | 0 | 10101 | 101001 | 1110 | 11101 | 111000 | 1000100 |
Color Harmonies of #DBAD81
Complementary color
Monochromatic Colors of #DBAD81
Black with #DBAD81
Text Example
Text Example
White with #DBAD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD81; }
p { color: rgb(219,173,129); }
H1.HeaderClassName
{
color: #DBAD81;
}
.AnyTagClassName
{
color: #DBAD81;
}
</style>
background-color css
<style>
a { background-color: #DBAD81; }
a { background-color: rgb(219,173,129); }
div.DivClassName
{
background-color: #DBAD81;
}
.BgClassName
{
background-color: #DBAD81;
}
</style>
border-color css
<style>
span { border-color: #DBAD81; }
span { border-color: rgb(219,173,129); }
td.TdClassName
{
border-color: #DBAD81;
}
.TagClassName
{
border-color: #DBAD81;
}
</style>