Shades of Mango Tango #DB7609
Tints of Mango Tango #DB7609
RGB
CMYK
RGB Variations
Color information
#DB7609 (or 0xDB7609) is known color: Mango Tango. HEX triplet: DB, 76 and 09. RGB value is (219,118,9). Sum of RGB (Red+Green+Blue) = 219+118+9=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7609 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7609 is #2489F6. Grayscale: #888888. Windows color (decimal): -2394615 or 620251. OLE color: 620251.
HSL color Cylindrical-coordinate representation of color #DB7609: hue angle of 31.14º 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 #DB7609 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 9 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.14 |
| HSL | 31.14º | 0.92% | 0.45% | - |
| HSV(B) | 31.14º | 0.96% | 0.86% | - |
| XYZ | 35.74 | 28.04 | 3.79 | - |
| YUV | 135.77 | 56.46 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 9 | 0 | 0.46 | 0.96 | 0.14 | 31.14 | 0.92 | 0.45 |
| Hex | DB | 76 | 9 | 0 | 2E | 60 | E | 1F | 5C | 2D |
| Octal | 333 | 166 | 11 | 0 | 56 | 140 | 16 | 37 | 134 | 55 |
| Binary | 11011011 | 1110110 | 1001 | 0 | 101110 | 1100000 | 1110 | 11111 | 1011100 | 101101 |
Color Harmonies of #DB7609
Complementary color
Monochromatic Colors of #DB7609
Black with #DB7609
Text Example
Text Example
White with #DB7609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7609; }
p { color: rgb(219,118,9); }
H1.HeaderClassName
{
color: #DB7609;
}
.AnyTagClassName
{
color: #DB7609;
}
</style>
background-color css
<style>
a { background-color: #DB7609; }
a { background-color: rgb(219,118,9); }
div.DivClassName
{
background-color: #DB7609;
}
.BgClassName
{
background-color: #DB7609;
}
</style>
border-color css
<style>
span { border-color: #DB7609; }
span { border-color: rgb(219,118,9); }
td.TdClassName
{
border-color: #DB7609;
}
.TagClassName
{
border-color: #DB7609;
}
</style>