Shades of Manhattan #DBAD73
Tints of Manhattan #DBAD73
RGB
CMYK
RGB Variations
Color information
#DBAD73 (or 0xDBAD73) is known color: Manhattan. HEX triplet: DB, AD and 73. RGB value is (219,173,115). Sum of RGB (Red+Green+Blue) = 219+173+115=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD73 is #24528C. Grayscale: #B4B4B4. Windows color (decimal): -2380429 or 7581147. OLE color: 7581147.
HSL color Cylindrical-coordinate representation of color #DBAD73: hue angle of 33.46º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBAD73 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 115 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.14 |
| HSL | 33.46º | 0.59% | 0.65% | - |
| HSV(B) | 33.46º | 0.47% | 0.86% | - |
| XYZ | 47.25 | 46.19 | 22.64 | - |
| YUV | 180.14 | 91.24 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 115 | 0 | 0.21 | 0.47 | 0.14 | 33.46 | 0.59 | 0.65 |
| Hex | DB | AD | 73 | 0 | 15 | 2F | E | 21 | 3B | 41 |
| Octal | 333 | 255 | 163 | 0 | 25 | 57 | 16 | 41 | 73 | 101 |
| Binary | 11011011 | 10101101 | 1110011 | 0 | 10101 | 101111 | 1110 | 100001 | 111011 | 1000001 |
Color Harmonies of #DBAD73
Complementary color
Monochromatic Colors of #DBAD73
Black with #DBAD73
Text Example
Text Example
White with #DBAD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD73; }
p { color: rgb(219,173,115); }
H1.HeaderClassName
{
color: #DBAD73;
}
.AnyTagClassName
{
color: #DBAD73;
}
</style>
background-color css
<style>
a { background-color: #DBAD73; }
a { background-color: rgb(219,173,115); }
div.DivClassName
{
background-color: #DBAD73;
}
.BgClassName
{
background-color: #DBAD73;
}
</style>
border-color css
<style>
span { border-color: #DBAD73; }
span { border-color: rgb(219,173,115); }
td.TdClassName
{
border-color: #DBAD73;
}
.TagClassName
{
border-color: #DBAD73;
}
</style>