Shades of Manhattan #DBAF74
Tints of Manhattan #DBAF74
RGB
CMYK
RGB Variations
Color information
#DBAF74 (or 0xDBAF74) is known color: Manhattan. HEX triplet: DB, AF and 74. RGB value is (219,175,116). Sum of RGB (Red+Green+Blue) = 219+175+116=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF74 is #24508B. Grayscale: #B5B5B5. Windows color (decimal): -2379916 or 7647195. OLE color: 7647195.
HSL color Cylindrical-coordinate representation of color #DBAF74: hue angle of 34.37º 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 #DBAF74 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 116 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.14 |
| HSL | 34.37º | 0.59% | 0.66% | - |
| HSV(B) | 34.37º | 0.47% | 0.86% | - |
| XYZ | 47.7 | 46.98 | 23.08 | - |
| YUV | 181.43 | 91.08 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 116 | 0 | 0.20 | 0.47 | 0.14 | 34.37 | 0.59 | 0.66 |
| Hex | DB | AF | 74 | 0 | 14 | 2F | E | 22 | 3B | 42 |
| Octal | 333 | 257 | 164 | 0 | 24 | 57 | 16 | 42 | 73 | 102 |
| Binary | 11011011 | 10101111 | 1110100 | 0 | 10100 | 101111 | 1110 | 100010 | 111011 | 1000010 |
Color Harmonies of #DBAF74
Complementary color
Monochromatic Colors of #DBAF74
Black with #DBAF74
Text Example
Text Example
White with #DBAF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF74; }
p { color: rgb(219,175,116); }
H1.HeaderClassName
{
color: #DBAF74;
}
.AnyTagClassName
{
color: #DBAF74;
}
</style>
background-color css
<style>
a { background-color: #DBAF74; }
a { background-color: rgb(219,175,116); }
div.DivClassName
{
background-color: #DBAF74;
}
.BgClassName
{
background-color: #DBAF74;
}
</style>
border-color css
<style>
span { border-color: #DBAF74; }
span { border-color: rgb(219,175,116); }
td.TdClassName
{
border-color: #DBAF74;
}
.TagClassName
{
border-color: #DBAF74;
}
</style>