Shades of Manhattan #DBAF7D
Tints of Manhattan #DBAF7D
RGB
CMYK
RGB Variations
Color information
#DBAF7D (or 0xDBAF7D) is known color: Manhattan. HEX triplet: DB, AF and 7D. RGB value is (219,175,125). Sum of RGB (Red+Green+Blue) = 219+175+125=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF7D is #245082. Grayscale: #B6B6B6. Windows color (decimal): -2379907 or 8237019. OLE color: 8237019.
HSL color Cylindrical-coordinate representation of color #DBAF7D: hue angle of 31.91º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBAF7D is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 125 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.14 |
| HSL | 31.91º | 0.57% | 0.67% | - |
| HSV(B) | 31.91º | 0.43% | 0.86% | - |
| XYZ | 48.25 | 47.2 | 25.97 | - |
| YUV | 182.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 125 | 0 | 0.20 | 0.43 | 0.14 | 31.91 | 0.57 | 0.67 |
| Hex | DB | AF | 7D | 0 | 14 | 2B | E | 20 | 39 | 43 |
| Octal | 333 | 257 | 175 | 0 | 24 | 53 | 16 | 40 | 71 | 103 |
| Binary | 11011011 | 10101111 | 1111101 | 0 | 10100 | 101011 | 1110 | 100000 | 111001 | 1000011 |
Color Harmonies of #DBAF7D
Complementary color
Monochromatic Colors of #DBAF7D
Black with #DBAF7D
Text Example
Text Example
White with #DBAF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF7D; }
p { color: rgb(219,175,125); }
H1.HeaderClassName
{
color: #DBAF7D;
}
.AnyTagClassName
{
color: #DBAF7D;
}
</style>
background-color css
<style>
a { background-color: #DBAF7D; }
a { background-color: rgb(219,175,125); }
div.DivClassName
{
background-color: #DBAF7D;
}
.BgClassName
{
background-color: #DBAF7D;
}
</style>
border-color css
<style>
span { border-color: #DBAF7D; }
span { border-color: rgb(219,175,125); }
td.TdClassName
{
border-color: #DBAF7D;
}
.TagClassName
{
border-color: #DBAF7D;
}
</style>