Shades of Mango Tango #DB680A
Tints of Mango Tango #DB680A
RGB
CMYK
RGB Variations
Color information
#DB680A (or 0xDB680A) is known color: Mango Tango. HEX triplet: DB, 68 and 0A. RGB value is (219,104,10). Sum of RGB (Red+Green+Blue) = 219+104+10=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB680A is #2497F5. Grayscale: #808080. Windows color (decimal): -2398198 or 682203. OLE color: 682203.
HSL color Cylindrical-coordinate representation of color #DB680A: hue angle of 26.99º degrees, saturation: 0.91, 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 #DB680A is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 10 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.14 |
| HSL | 26.99º | 0.91% | 0.45% | - |
| HSV(B) | 26.99º | 0.95% | 0.86% | - |
| XYZ | 34.22 | 24.98 | 3.31 | - |
| YUV | 127.67 | 61.6 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 10 | 0 | 0.53 | 0.95 | 0.14 | 26.99 | 0.91 | 0.45 |
| Hex | DB | 68 | A | 0 | 35 | 5F | E | 1B | 5B | 2D |
| Octal | 333 | 150 | 12 | 0 | 65 | 137 | 16 | 33 | 133 | 55 |
| Binary | 11011011 | 1101000 | 1010 | 0 | 110101 | 1011111 | 1110 | 11011 | 1011011 | 101101 |
Color Harmonies of #DB680A
Complementary color
Monochromatic Colors of #DB680A
Black with #DB680A
Text Example
Text Example
White with #DB680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB680A; }
p { color: rgb(219,104,10); }
H1.HeaderClassName
{
color: #DB680A;
}
.AnyTagClassName
{
color: #DB680A;
}
</style>
background-color css
<style>
a { background-color: #DB680A; }
a { background-color: rgb(219,104,10); }
div.DivClassName
{
background-color: #DB680A;
}
.BgClassName
{
background-color: #DB680A;
}
</style>
border-color css
<style>
span { border-color: #DB680A; }
span { border-color: rgb(219,104,10); }
td.TdClassName
{
border-color: #DB680A;
}
.TagClassName
{
border-color: #DB680A;
}
</style>