Shades of Mango Tango #DB730D
Tints of Mango Tango #DB730D
RGB
CMYK
RGB Variations
Color information
#DB730D (or 0xDB730D) is known color: Mango Tango. HEX triplet: DB, 73 and 0D. RGB value is (219,115,13). Sum of RGB (Red+Green+Blue) = 219+115+13=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB730D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB730D is #248CF2. Grayscale: #868686. Windows color (decimal): -2395379 or 881627. OLE color: 881627.
HSL color Cylindrical-coordinate representation of color #DB730D: hue angle of 29.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB730D is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 13 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.14 |
| HSL | 29.71º | 0.89% | 0.45% | - |
| HSV(B) | 29.71º | 0.94% | 0.86% | - |
| XYZ | 35.42 | 27.35 | 3.79 | - |
| YUV | 134.47 | 59.46 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 13 | 0 | 0.47 | 0.94 | 0.14 | 29.71 | 0.89 | 0.45 |
| Hex | DB | 73 | D | 0 | 2F | 5E | E | 1E | 59 | 2D |
| Octal | 333 | 163 | 15 | 0 | 57 | 136 | 16 | 36 | 131 | 55 |
| Binary | 11011011 | 1110011 | 1101 | 0 | 101111 | 1011110 | 1110 | 11110 | 1011001 | 101101 |
Color Harmonies of #DB730D
Complementary color
Monochromatic Colors of #DB730D
Black with #DB730D
Text Example
Text Example
White with #DB730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB730D; }
p { color: rgb(219,115,13); }
H1.HeaderClassName
{
color: #DB730D;
}
.AnyTagClassName
{
color: #DB730D;
}
</style>
background-color css
<style>
a { background-color: #DB730D; }
a { background-color: rgb(219,115,13); }
div.DivClassName
{
background-color: #DB730D;
}
.BgClassName
{
background-color: #DB730D;
}
</style>
border-color css
<style>
span { border-color: #DB730D; }
span { border-color: rgb(219,115,13); }
td.TdClassName
{
border-color: #DB730D;
}
.TagClassName
{
border-color: #DB730D;
}
</style>