Shades of Mango Tango #DB700F
Tints of Mango Tango #DB700F
RGB
CMYK
RGB Variations
Color information
#DB700F (or 0xDB700F) is known color: Mango Tango. HEX triplet: DB, 70 and 0F. RGB value is (219,112,15). Sum of RGB (Red+Green+Blue) = 219+112+15=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB700F is #248FF0. Grayscale: #858585. Windows color (decimal): -2396145 or 1011931. OLE color: 1011931.
HSL color Cylindrical-coordinate representation of color #DB700F: hue angle of 28.53º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB700F is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 15 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.14 |
| HSL | 28.53º | 0.87% | 0.46% | - |
| HSV(B) | 28.53º | 0.93% | 0.86% | - |
| XYZ | 35.09 | 26.68 | 3.75 | - |
| YUV | 132.94 | 61.45 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 15 | 0 | 0.49 | 0.93 | 0.14 | 28.53 | 0.87 | 0.46 |
| Hex | DB | 70 | F | 0 | 31 | 5D | E | 1D | 57 | 2E |
| Octal | 333 | 160 | 17 | 0 | 61 | 135 | 16 | 35 | 127 | 56 |
| Binary | 11011011 | 1110000 | 1111 | 0 | 110001 | 1011101 | 1110 | 11101 | 1010111 | 101110 |
Color Harmonies of #DB700F
Complementary color
Monochromatic Colors of #DB700F
Black with #DB700F
Text Example
Text Example
White with #DB700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB700F; }
p { color: rgb(219,112,15); }
H1.HeaderClassName
{
color: #DB700F;
}
.AnyTagClassName
{
color: #DB700F;
}
</style>
background-color css
<style>
a { background-color: #DB700F; }
a { background-color: rgb(219,112,15); }
div.DivClassName
{
background-color: #DB700F;
}
.BgClassName
{
background-color: #DB700F;
}
</style>
border-color css
<style>
span { border-color: #DB700F; }
span { border-color: rgb(219,112,15); }
td.TdClassName
{
border-color: #DB700F;
}
.TagClassName
{
border-color: #DB700F;
}
</style>