Shades of Manhattan #DBAF7A
Tints of Manhattan #DBAF7A
RGB
CMYK
RGB Variations
Color information
#DBAF7A (or 0xDBAF7A) is known color: Manhattan. HEX triplet: DB, AF and 7A. RGB value is (219,175,122). Sum of RGB (Red+Green+Blue) = 219+175+122=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF7A is #245085. Grayscale: #B6B6B6. Windows color (decimal): -2379910 or 8040411. OLE color: 8040411.
HSL color Cylindrical-coordinate representation of color #DBAF7A: hue angle of 32.78º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBAF7A is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 122 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.14 |
| HSL | 32.78º | 0.57% | 0.67% | - |
| HSV(B) | 32.78º | 0.44% | 0.86% | - |
| XYZ | 48.06 | 47.13 | 24.98 | - |
| YUV | 182.11 | 94.08 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 122 | 0 | 0.20 | 0.44 | 0.14 | 32.78 | 0.57 | 0.67 |
| Hex | DB | AF | 7A | 0 | 14 | 2C | E | 21 | 39 | 43 |
| Octal | 333 | 257 | 172 | 0 | 24 | 54 | 16 | 41 | 71 | 103 |
| Binary | 11011011 | 10101111 | 1111010 | 0 | 10100 | 101100 | 1110 | 100001 | 111001 | 1000011 |
Color Harmonies of #DBAF7A
Complementary color
Monochromatic Colors of #DBAF7A
Black with #DBAF7A
Text Example
Text Example
White with #DBAF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF7A; }
p { color: rgb(219,175,122); }
H1.HeaderClassName
{
color: #DBAF7A;
}
.AnyTagClassName
{
color: #DBAF7A;
}
</style>
background-color css
<style>
a { background-color: #DBAF7A; }
a { background-color: rgb(219,175,122); }
div.DivClassName
{
background-color: #DBAF7A;
}
.BgClassName
{
background-color: #DBAF7A;
}
</style>
border-color css
<style>
span { border-color: #DBAF7A; }
span { border-color: rgb(219,175,122); }
td.TdClassName
{
border-color: #DBAF7A;
}
.TagClassName
{
border-color: #DBAF7A;
}
</style>