Shades of Mango Tango #DB8301
Tints of Mango Tango #DB8301
RGB
CMYK
RGB Variations
Color information
#DB8301 (or 0xDB8301) is known color: Mango Tango. HEX triplet: DB, 83 and 01. RGB value is (219,131,1). Sum of RGB (Red+Green+Blue) = 219+131+1=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8301 is #247CFE. Grayscale: #8F8F8F. Windows color (decimal): -2391295 or 99291. OLE color: 99291.
HSL color Cylindrical-coordinate representation of color #DB8301: hue angle of 35.78º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB8301 is Cyan = 0, Magento = 0.40, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 1 | - |
| CMYK | 0 | 0.40 | 1.00 | 0.14 |
| HSL | 35.78º | 0.99% | 0.43% | - |
| HSV(B) | 35.78º | 1% | 0.86% | - |
| XYZ | 37.34 | 31.29 | 4.1 | - |
| YUV | 142.49 | 48.15 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 1 | 0 | 0.40 | 1.00 | 0.14 | 35.78 | 0.99 | 0.43 |
| Hex | DB | 83 | 1 | 0 | 28 | 64 | E | 24 | 63 | 2B |
| Octal | 333 | 203 | 1 | 0 | 50 | 144 | 16 | 44 | 143 | 53 |
| Binary | 11011011 | 10000011 | 1 | 0 | 101000 | 1100100 | 1110 | 100100 | 1100011 | 101011 |
Color Harmonies of #DB8301
Complementary color
Monochromatic Colors of #DB8301
Black with #DB8301
Text Example
Text Example
White with #DB8301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8301; }
p { color: rgb(219,131,1); }
H1.HeaderClassName
{
color: #DB8301;
}
.AnyTagClassName
{
color: #DB8301;
}
</style>
background-color css
<style>
a { background-color: #DB8301; }
a { background-color: rgb(219,131,1); }
div.DivClassName
{
background-color: #DB8301;
}
.BgClassName
{
background-color: #DB8301;
}
</style>
border-color css
<style>
span { border-color: #DB8301; }
span { border-color: rgb(219,131,1); }
td.TdClassName
{
border-color: #DB8301;
}
.TagClassName
{
border-color: #DB8301;
}
</style>