Shades of Mango Tango #DB8303
Tints of Mango Tango #DB8303
RGB
CMYK
RGB Variations
Color information
#DB8303 (or 0xDB8303) is known color: Mango Tango. HEX triplet: DB, 83 and 03. RGB value is (219,131,3). Sum of RGB (Red+Green+Blue) = 219+131+3=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8303 is #247CFC. Grayscale: #8F8F8F. Windows color (decimal): -2391293 or 230363. OLE color: 230363.
HSL color Cylindrical-coordinate representation of color #DB8303: hue angle of 35.56º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB8303 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 3 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.14 |
| HSL | 35.56º | 0.97% | 0.44% | - |
| HSV(B) | 35.56º | 0.99% | 0.86% | - |
| XYZ | 37.35 | 31.3 | 4.16 | - |
| YUV | 142.72 | 49.15 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 3 | 0 | 0.40 | 0.99 | 0.14 | 35.56 | 0.97 | 0.44 |
| Hex | DB | 83 | 3 | 0 | 28 | 63 | E | 24 | 61 | 2C |
| Octal | 333 | 203 | 3 | 0 | 50 | 143 | 16 | 44 | 141 | 54 |
| Binary | 11011011 | 10000011 | 11 | 0 | 101000 | 1100011 | 1110 | 100100 | 1100001 | 101100 |
Color Harmonies of #DB8303
Complementary color
Monochromatic Colors of #DB8303
Black with #DB8303
Text Example
Text Example
White with #DB8303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8303; }
p { color: rgb(219,131,3); }
H1.HeaderClassName
{
color: #DB8303;
}
.AnyTagClassName
{
color: #DB8303;
}
</style>
background-color css
<style>
a { background-color: #DB8303; }
a { background-color: rgb(219,131,3); }
div.DivClassName
{
background-color: #DB8303;
}
.BgClassName
{
background-color: #DB8303;
}
</style>
border-color css
<style>
span { border-color: #DB8303; }
span { border-color: rgb(219,131,3); }
td.TdClassName
{
border-color: #DB8303;
}
.TagClassName
{
border-color: #DB8303;
}
</style>