Shades of Mango Tango #DB6A09
Tints of Mango Tango #DB6A09
RGB
CMYK
RGB Variations
Color information
#DB6A09 (or 0xDB6A09) is known color: Mango Tango. HEX triplet: DB, 6A and 09. RGB value is (219,106,9). Sum of RGB (Red+Green+Blue) = 219+106+9=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 9 (3.91% from 255 or 2.69% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6A09 is #2495F6. Grayscale: #818181. Windows color (decimal): -2397687 or 617179. OLE color: 617179.
HSL color Cylindrical-coordinate representation of color #DB6A09: hue angle of 27.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB6A09 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 9 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.14 |
| HSL | 27.71º | 0.92% | 0.45% | - |
| HSV(B) | 27.71º | 0.96% | 0.86% | - |
| XYZ | 34.42 | 25.39 | 3.34 | - |
| YUV | 128.73 | 60.44 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 9 | 0 | 0.52 | 0.96 | 0.14 | 27.71 | 0.92 | 0.45 |
| Hex | DB | 6A | 9 | 0 | 34 | 60 | E | 1C | 5C | 2D |
| Octal | 333 | 152 | 11 | 0 | 64 | 140 | 16 | 34 | 134 | 55 |
| Binary | 11011011 | 1101010 | 1001 | 0 | 110100 | 1100000 | 1110 | 11100 | 1011100 | 101101 |
Color Harmonies of #DB6A09
Complementary color
Monochromatic Colors of #DB6A09
Black with #DB6A09
Text Example
Text Example
White with #DB6A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A09; }
p { color: rgb(219,106,9); }
H1.HeaderClassName
{
color: #DB6A09;
}
.AnyTagClassName
{
color: #DB6A09;
}
</style>
background-color css
<style>
a { background-color: #DB6A09; }
a { background-color: rgb(219,106,9); }
div.DivClassName
{
background-color: #DB6A09;
}
.BgClassName
{
background-color: #DB6A09;
}
</style>
border-color css
<style>
span { border-color: #DB6A09; }
span { border-color: rgb(219,106,9); }
td.TdClassName
{
border-color: #DB6A09;
}
.TagClassName
{
border-color: #DB6A09;
}
</style>