Shades of Manhattan #DBAF76
Tints of Manhattan #DBAF76
RGB
CMYK
RGB Variations
Color information
#DBAF76 (or 0xDBAF76) is known color: Manhattan. HEX triplet: DB, AF and 76. RGB value is (219,175,118). Sum of RGB (Red+Green+Blue) = 219+175+118=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF76 is #245089. Grayscale: #B5B5B5. Windows color (decimal): -2379914 or 7778267. OLE color: 7778267.
HSL color Cylindrical-coordinate representation of color #DBAF76: hue angle of 33.86º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBAF76 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 118 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.14 |
| HSL | 33.86º | 0.58% | 0.66% | - |
| HSV(B) | 33.86º | 0.46% | 0.86% | - |
| XYZ | 47.81 | 47.03 | 23.7 | - |
| YUV | 181.66 | 92.08 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 118 | 0 | 0.20 | 0.46 | 0.14 | 33.86 | 0.58 | 0.66 |
| Hex | DB | AF | 76 | 0 | 14 | 2E | E | 22 | 3A | 42 |
| Octal | 333 | 257 | 166 | 0 | 24 | 56 | 16 | 42 | 72 | 102 |
| Binary | 11011011 | 10101111 | 1110110 | 0 | 10100 | 101110 | 1110 | 100010 | 111010 | 1000010 |
Color Harmonies of #DBAF76
Complementary color
Monochromatic Colors of #DBAF76
Black with #DBAF76
Text Example
Text Example
White with #DBAF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF76; }
p { color: rgb(219,175,118); }
H1.HeaderClassName
{
color: #DBAF76;
}
.AnyTagClassName
{
color: #DBAF76;
}
</style>
background-color css
<style>
a { background-color: #DBAF76; }
a { background-color: rgb(219,175,118); }
div.DivClassName
{
background-color: #DBAF76;
}
.BgClassName
{
background-color: #DBAF76;
}
</style>
border-color css
<style>
span { border-color: #DBAF76; }
span { border-color: rgb(219,175,118); }
td.TdClassName
{
border-color: #DBAF76;
}
.TagClassName
{
border-color: #DBAF76;
}
</style>