Shades of Manhattan #DBAF7E
Tints of Manhattan #DBAF7E
RGB
CMYK
RGB Variations
Color information
#DBAF7E (or 0xDBAF7E) is known color: Manhattan. HEX triplet: DB, AF and 7E. RGB value is (219,175,126). Sum of RGB (Red+Green+Blue) = 219+175+126=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF7E is #245081. Grayscale: #B6B6B6. Windows color (decimal): -2379906 or 8302555. OLE color: 8302555.
HSL color Cylindrical-coordinate representation of color #DBAF7E: hue angle of 31.61º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBAF7E is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 126 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.14 |
| HSL | 31.61º | 0.56% | 0.68% | - |
| HSV(B) | 31.61º | 0.42% | 0.86% | - |
| XYZ | 48.31 | 47.23 | 26.31 | - |
| YUV | 182.57 | 96.08 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 126 | 0 | 0.20 | 0.42 | 0.14 | 31.61 | 0.56 | 0.68 |
| Hex | DB | AF | 7E | 0 | 14 | 2A | E | 20 | 38 | 44 |
| Octal | 333 | 257 | 176 | 0 | 24 | 52 | 16 | 40 | 70 | 104 |
| Binary | 11011011 | 10101111 | 1111110 | 0 | 10100 | 101010 | 1110 | 100000 | 111000 | 1000100 |
Color Harmonies of #DBAF7E
Complementary color
Monochromatic Colors of #DBAF7E
Black with #DBAF7E
Text Example
Text Example
White with #DBAF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF7E; }
p { color: rgb(219,175,126); }
H1.HeaderClassName
{
color: #DBAF7E;
}
.AnyTagClassName
{
color: #DBAF7E;
}
</style>
background-color css
<style>
a { background-color: #DBAF7E; }
a { background-color: rgb(219,175,126); }
div.DivClassName
{
background-color: #DBAF7E;
}
.BgClassName
{
background-color: #DBAF7E;
}
</style>
border-color css
<style>
span { border-color: #DBAF7E; }
span { border-color: rgb(219,175,126); }
td.TdClassName
{
border-color: #DBAF7E;
}
.TagClassName
{
border-color: #DBAF7E;
}
</style>