Shades of Mango Tango #DB6609
Tints of Mango Tango #DB6609
RGB
CMYK
RGB Variations
Color information
#DB6609 (or 0xDB6609) is known color: Mango Tango. HEX triplet: DB, 66 and 09. RGB value is (219,102,9). Sum of RGB (Red+Green+Blue) = 219+102+9=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6609 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6609 is #2499F6. Grayscale: #7E7E7E. Windows color (decimal): -2398711 or 616155. OLE color: 616155.
HSL color Cylindrical-coordinate representation of color #DB6609: hue angle of 26.57º 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 #DB6609 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 9 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.14 |
| HSL | 26.57º | 0.92% | 0.45% | - |
| HSV(B) | 26.57º | 0.96% | 0.86% | - |
| XYZ | 34.01 | 24.58 | 3.21 | - |
| YUV | 126.38 | 61.76 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 9 | 0 | 0.53 | 0.96 | 0.14 | 26.57 | 0.92 | 0.45 |
| Hex | DB | 66 | 9 | 0 | 35 | 60 | E | 1B | 5C | 2D |
| Octal | 333 | 146 | 11 | 0 | 65 | 140 | 16 | 33 | 134 | 55 |
| Binary | 11011011 | 1100110 | 1001 | 0 | 110101 | 1100000 | 1110 | 11011 | 1011100 | 101101 |
Color Harmonies of #DB6609
Complementary color
Monochromatic Colors of #DB6609
Black with #DB6609
Text Example
Text Example
White with #DB6609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6609; }
p { color: rgb(219,102,9); }
H1.HeaderClassName
{
color: #DB6609;
}
.AnyTagClassName
{
color: #DB6609;
}
</style>
background-color css
<style>
a { background-color: #DB6609; }
a { background-color: rgb(219,102,9); }
div.DivClassName
{
background-color: #DB6609;
}
.BgClassName
{
background-color: #DB6609;
}
</style>
border-color css
<style>
span { border-color: #DB6609; }
span { border-color: rgb(219,102,9); }
td.TdClassName
{
border-color: #DB6609;
}
.TagClassName
{
border-color: #DB6609;
}
</style>