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