Shades of Manhattan #DBB079
Tints of Manhattan #DBB079
RGB
CMYK
RGB Variations
Color information
#DBB079 (or 0xDBB079) is known color: Manhattan. HEX triplet: DB, B0 and 79. RGB value is (219,176,121). Sum of RGB (Red+Green+Blue) = 219+176+121=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB079 is #244F86. Grayscale: #B6B6B6. Windows color (decimal): -2379655 or 7975131. OLE color: 7975131.
HSL color Cylindrical-coordinate representation of color #DBB079: hue angle of 33.67º 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 #DBB079 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 176 | 121 | - |
CMYK | 0 | 0.20 | 0.45 | 0.14 |
HSL | 33.67º | 0.58% | 0.67% | - |
HSV(B) | 33.67º | 0.45% | 0.86% | - |
XYZ | 48.19 | 47.49 | 24.72 | - |
YUV | 182.59 | 93.25 | 153.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 176 | 121 | 0 | 0.20 | 0.45 | 0.14 | 33.67 | 0.58 | 0.67 |
Hex | DB | B0 | 79 | 0 | 14 | 2D | E | 22 | 3A | 43 |
Octal | 333 | 260 | 171 | 0 | 24 | 55 | 16 | 42 | 72 | 103 |
Binary | 11011011 | 10110000 | 1111001 | 0 | 10100 | 101101 | 1110 | 100010 | 111010 | 1000011 |
Color Harmonies of #DBB079
Complementary color
Monochromatic Colors of #DBB079
Black with #DBB079
Text Example
Text Example
White with #DBB079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB079; }
p { color: rgb(219,176,121); }
H1.HeaderClassName
{
color: #DBB079;
}
.AnyTagClassName
{
color: #DBB079;
}
</style>
background-color css
<style>
a { background-color: #DBB079; }
a { background-color: rgb(219,176,121); }
div.DivClassName
{
background-color: #DBB079;
}
.BgClassName
{
background-color: #DBB079;
}
</style>
border-color css
<style>
span { border-color: #DBB079; }
span { border-color: rgb(219,176,121); }
td.TdClassName
{
border-color: #DBB079;
}
.TagClassName
{
border-color: #DBB079;
}
</style>