Shades of Mango Tango #DB8203
Tints of Mango Tango #DB8203
RGB
CMYK
RGB Variations
Color information
#DB8203 (or 0xDB8203) is known color: Mango Tango. HEX triplet: DB, 82 and 03. RGB value is (219,130,3). Sum of RGB (Red+Green+Blue) = 219+130+3=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8203 is #247DFC. Grayscale: #8E8E8E. Windows color (decimal): -2391549 or 230107. OLE color: 230107.
HSL color Cylindrical-coordinate representation of color #DB8203: hue angle of 35.28º 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 #DB8203 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 3 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.14 |
| HSL | 35.28º | 0.97% | 0.44% | - |
| HSV(B) | 35.28º | 0.99% | 0.86% | - |
| XYZ | 37.21 | 31.03 | 4.11 | - |
| YUV | 142.13 | 49.49 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 3 | 0 | 0.41 | 0.99 | 0.14 | 35.28 | 0.97 | 0.44 |
| Hex | DB | 82 | 3 | 0 | 29 | 63 | E | 23 | 61 | 2C |
| Octal | 333 | 202 | 3 | 0 | 51 | 143 | 16 | 43 | 141 | 54 |
| Binary | 11011011 | 10000010 | 11 | 0 | 101001 | 1100011 | 1110 | 100011 | 1100001 | 101100 |
Color Harmonies of #DB8203
Complementary color
Monochromatic Colors of #DB8203
Black with #DB8203
Text Example
Text Example
White with #DB8203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8203; }
p { color: rgb(219,130,3); }
H1.HeaderClassName
{
color: #DB8203;
}
.AnyTagClassName
{
color: #DB8203;
}
</style>
background-color css
<style>
a { background-color: #DB8203; }
a { background-color: rgb(219,130,3); }
div.DivClassName
{
background-color: #DB8203;
}
.BgClassName
{
background-color: #DB8203;
}
</style>
border-color css
<style>
span { border-color: #DB8203; }
span { border-color: rgb(219,130,3); }
td.TdClassName
{
border-color: #DB8203;
}
.TagClassName
{
border-color: #DB8203;
}
</style>