Shades of Manhattan #DBAF75
Tints of Manhattan #DBAF75
RGB
CMYK
RGB Variations
Color information
#DBAF75 (or 0xDBAF75) is known color: Manhattan. HEX triplet: DB, AF and 75. RGB value is (219,175,117). Sum of RGB (Red+Green+Blue) = 219+175+117=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF75 is #24508A. Grayscale: #B5B5B5. Windows color (decimal): -2379915 or 7712731. OLE color: 7712731.
HSL color Cylindrical-coordinate representation of color #DBAF75: hue angle of 34.12º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBAF75 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 117 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.14 |
| HSL | 34.12º | 0.59% | 0.66% | - |
| HSV(B) | 34.12º | 0.47% | 0.86% | - |
| XYZ | 47.75 | 47 | 23.39 | - |
| YUV | 181.54 | 91.58 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 117 | 0 | 0.20 | 0.47 | 0.14 | 34.12 | 0.59 | 0.66 |
| Hex | DB | AF | 75 | 0 | 14 | 2F | E | 22 | 3B | 42 |
| Octal | 333 | 257 | 165 | 0 | 24 | 57 | 16 | 42 | 73 | 102 |
| Binary | 11011011 | 10101111 | 1110101 | 0 | 10100 | 101111 | 1110 | 100010 | 111011 | 1000010 |
Color Harmonies of #DBAF75
Complementary color
Monochromatic Colors of #DBAF75
Black with #DBAF75
Text Example
Text Example
White with #DBAF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF75; }
p { color: rgb(219,175,117); }
H1.HeaderClassName
{
color: #DBAF75;
}
.AnyTagClassName
{
color: #DBAF75;
}
</style>
background-color css
<style>
a { background-color: #DBAF75; }
a { background-color: rgb(219,175,117); }
div.DivClassName
{
background-color: #DBAF75;
}
.BgClassName
{
background-color: #DBAF75;
}
</style>
border-color css
<style>
span { border-color: #DBAF75; }
span { border-color: rgb(219,175,117); }
td.TdClassName
{
border-color: #DBAF75;
}
.TagClassName
{
border-color: #DBAF75;
}
</style>