Shades of Mango Tango #DB680B
Tints of Mango Tango #DB680B
RGB
CMYK
RGB Variations
Color information
#DB680B (or 0xDB680B) is known color: Mango Tango. HEX triplet: DB, 68 and 0B. RGB value is (219,104,11). Sum of RGB (Red+Green+Blue) = 219+104+11=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB680B is #2497F4. Grayscale: #808080. Windows color (decimal): -2398197 or 747739. OLE color: 747739.
HSL color Cylindrical-coordinate representation of color #DB680B: hue angle of 26.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB680B is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 11 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.14 |
| HSL | 26.83º | 0.9% | 0.45% | - |
| HSV(B) | 26.83º | 0.95% | 0.86% | - |
| XYZ | 34.22 | 24.98 | 3.34 | - |
| YUV | 127.78 | 62.1 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 11 | 0 | 0.53 | 0.95 | 0.14 | 26.83 | 0.9 | 0.45 |
| Hex | DB | 68 | B | 0 | 35 | 5F | E | 1B | 5A | 2D |
| Octal | 333 | 150 | 13 | 0 | 65 | 137 | 16 | 33 | 132 | 55 |
| Binary | 11011011 | 1101000 | 1011 | 0 | 110101 | 1011111 | 1110 | 11011 | 1011010 | 101101 |
Color Harmonies of #DB680B
Complementary color
Monochromatic Colors of #DB680B
Black with #DB680B
Text Example
Text Example
White with #DB680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB680B; }
p { color: rgb(219,104,11); }
H1.HeaderClassName
{
color: #DB680B;
}
.AnyTagClassName
{
color: #DB680B;
}
</style>
background-color css
<style>
a { background-color: #DB680B; }
a { background-color: rgb(219,104,11); }
div.DivClassName
{
background-color: #DB680B;
}
.BgClassName
{
background-color: #DB680B;
}
</style>
border-color css
<style>
span { border-color: #DB680B; }
span { border-color: rgb(219,104,11); }
td.TdClassName
{
border-color: #DB680B;
}
.TagClassName
{
border-color: #DB680B;
}
</style>