Shades of Mango Tango #DF680A
Tints of Mango Tango #DF680A
RGB
CMYK
RGB Variations
Color information
#DF680A (or 0xDF680A) is known color: Mango Tango. HEX triplet: DF, 68 and 0A. RGB value is (223,104,10). Sum of RGB (Red+Green+Blue) = 223+104+10=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF680A is #2097F5. Grayscale: #818181. Windows color (decimal): -2136054 or 682207. OLE color: 682207.
HSL color Cylindrical-coordinate representation of color #DF680A: hue angle of 26.48º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF680A is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 10 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.13 |
| HSL | 26.48º | 0.91% | 0.46% | - |
| HSV(B) | 26.48º | 0.96% | 0.87% | - |
| XYZ | 35.44 | 25.61 | 3.36 | - |
| YUV | 128.87 | 60.92 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 10 | 0 | 0.53 | 0.96 | 0.13 | 26.48 | 0.91 | 0.46 |
| Hex | DF | 68 | A | 0 | 35 | 60 | D | 1A | 5B | 2E |
| Octal | 337 | 150 | 12 | 0 | 65 | 140 | 15 | 32 | 133 | 56 |
| Binary | 11011111 | 1101000 | 1010 | 0 | 110101 | 1100000 | 1101 | 11010 | 1011011 | 101110 |
Color Harmonies of #DF680A
Complementary color
Monochromatic Colors of #DF680A
Black with #DF680A
Text Example
Text Example
White with #DF680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF680A; }
p { color: rgb(223,104,10); }
H1.HeaderClassName
{
color: #DF680A;
}
.AnyTagClassName
{
color: #DF680A;
}
</style>
background-color css
<style>
a { background-color: #DF680A; }
a { background-color: rgb(223,104,10); }
div.DivClassName
{
background-color: #DF680A;
}
.BgClassName
{
background-color: #DF680A;
}
</style>
border-color css
<style>
span { border-color: #DF680A; }
span { border-color: rgb(223,104,10); }
td.TdClassName
{
border-color: #DF680A;
}
.TagClassName
{
border-color: #DF680A;
}
</style>