Shades of Mango Tango #DB8306
Tints of Mango Tango #DB8306
RGB
CMYK
RGB Variations
Color information
#DB8306 (or 0xDB8306) is known color: Mango Tango. HEX triplet: DB, 83 and 06. RGB value is (219,131,6). Sum of RGB (Red+Green+Blue) = 219+131+6=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8306 is #247CF9. Grayscale: #8F8F8F. Windows color (decimal): -2391290 or 426971. OLE color: 426971.
HSL color Cylindrical-coordinate representation of color #DB8306: hue angle of 35.21º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB8306 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 6 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.14 |
| HSL | 35.21º | 0.95% | 0.44% | - |
| HSV(B) | 35.21º | 0.97% | 0.86% | - |
| XYZ | 37.36 | 31.31 | 4.25 | - |
| YUV | 143.06 | 50.65 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 6 | 0 | 0.40 | 0.97 | 0.14 | 35.21 | 0.95 | 0.44 |
| Hex | DB | 83 | 6 | 0 | 28 | 61 | E | 23 | 5F | 2C |
| Octal | 333 | 203 | 6 | 0 | 50 | 141 | 16 | 43 | 137 | 54 |
| Binary | 11011011 | 10000011 | 110 | 0 | 101000 | 1100001 | 1110 | 100011 | 1011111 | 101100 |
Color Harmonies of #DB8306
Complementary color
Monochromatic Colors of #DB8306
Black with #DB8306
Text Example
Text Example
White with #DB8306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8306; }
p { color: rgb(219,131,6); }
H1.HeaderClassName
{
color: #DB8306;
}
.AnyTagClassName
{
color: #DB8306;
}
</style>
background-color css
<style>
a { background-color: #DB8306; }
a { background-color: rgb(219,131,6); }
div.DivClassName
{
background-color: #DB8306;
}
.BgClassName
{
background-color: #DB8306;
}
</style>
border-color css
<style>
span { border-color: #DB8306; }
span { border-color: rgb(219,131,6); }
td.TdClassName
{
border-color: #DB8306;
}
.TagClassName
{
border-color: #DB8306;
}
</style>