Shades of Mango Tango #DB7509
Tints of Mango Tango #DB7509
RGB
CMYK
RGB Variations
Color information
#DB7509 (or 0xDB7509) is known color: Mango Tango. HEX triplet: DB, 75 and 09. RGB value is (219,117,9). Sum of RGB (Red+Green+Blue) = 219+117+9=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 9 (3.91% from 255 or 2.61% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7509 is #248AF6. Grayscale: #878787. Windows color (decimal): -2394871 or 619995. OLE color: 619995.
HSL color Cylindrical-coordinate representation of color #DB7509: hue angle of 30.86º 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 #DB7509 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 9 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.14 |
| HSL | 30.86º | 0.92% | 0.45% | - |
| HSV(B) | 30.86º | 0.96% | 0.86% | - |
| XYZ | 35.62 | 27.8 | 3.75 | - |
| YUV | 135.19 | 56.79 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 9 | 0 | 0.47 | 0.96 | 0.14 | 30.86 | 0.92 | 0.45 |
| Hex | DB | 75 | 9 | 0 | 2F | 60 | E | 1F | 5C | 2D |
| Octal | 333 | 165 | 11 | 0 | 57 | 140 | 16 | 37 | 134 | 55 |
| Binary | 11011011 | 1110101 | 1001 | 0 | 101111 | 1100000 | 1110 | 11111 | 1011100 | 101101 |
Color Harmonies of #DB7509
Complementary color
Monochromatic Colors of #DB7509
Black with #DB7509
Text Example
Text Example
White with #DB7509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7509; }
p { color: rgb(219,117,9); }
H1.HeaderClassName
{
color: #DB7509;
}
.AnyTagClassName
{
color: #DB7509;
}
</style>
background-color css
<style>
a { background-color: #DB7509; }
a { background-color: rgb(219,117,9); }
div.DivClassName
{
background-color: #DB7509;
}
.BgClassName
{
background-color: #DB7509;
}
</style>
border-color css
<style>
span { border-color: #DB7509; }
span { border-color: rgb(219,117,9); }
td.TdClassName
{
border-color: #DB7509;
}
.TagClassName
{
border-color: #DB7509;
}
</style>