Shades of Manhattan #DBAC79
Tints of Manhattan #DBAC79
RGB
CMYK
RGB Variations
Color information
#DBAC79 (or 0xDBAC79) is known color: Manhattan. HEX triplet: DB, AC and 79. RGB value is (219,172,121). Sum of RGB (Red+Green+Blue) = 219+172+121=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC79 is #245386. Grayscale: #B4B4B4. Windows color (decimal): -2380679 or 7974107. OLE color: 7974107.
HSL color Cylindrical-coordinate representation of color #DBAC79: hue angle of 31.22º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBAC79 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 121 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.14 |
| HSL | 31.22º | 0.58% | 0.67% | - |
| HSV(B) | 31.22º | 0.45% | 0.86% | - |
| XYZ | 47.42 | 45.95 | 24.46 | - |
| YUV | 180.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 121 | 0 | 0.21 | 0.45 | 0.14 | 31.22 | 0.58 | 0.67 |
| Hex | DB | AC | 79 | 0 | 15 | 2D | E | 1F | 3A | 43 |
| Octal | 333 | 254 | 171 | 0 | 25 | 55 | 16 | 37 | 72 | 103 |
| Binary | 11011011 | 10101100 | 1111001 | 0 | 10101 | 101101 | 1110 | 11111 | 111010 | 1000011 |
Color Harmonies of #DBAC79
Complementary color
Monochromatic Colors of #DBAC79
Black with #DBAC79
Text Example
Text Example
White with #DBAC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC79; }
p { color: rgb(219,172,121); }
H1.HeaderClassName
{
color: #DBAC79;
}
.AnyTagClassName
{
color: #DBAC79;
}
</style>
background-color css
<style>
a { background-color: #DBAC79; }
a { background-color: rgb(219,172,121); }
div.DivClassName
{
background-color: #DBAC79;
}
.BgClassName
{
background-color: #DBAC79;
}
</style>
border-color css
<style>
span { border-color: #DBAC79; }
span { border-color: rgb(219,172,121); }
td.TdClassName
{
border-color: #DBAC79;
}
.TagClassName
{
border-color: #DBAC79;
}
</style>