Shades of Mango Tango #DF680C
Tints of Mango Tango #DF680C
RGB
CMYK
RGB Variations
Color information
#DF680C (or 0xDF680C) is known color: Mango Tango. HEX triplet: DF, 68 and 0C. RGB value is (223,104,12). Sum of RGB (Red+Green+Blue) = 223+104+12=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF680C is #2097F3. Grayscale: #818181. Windows color (decimal): -2136052 or 813279. OLE color: 813279.
HSL color Cylindrical-coordinate representation of color #DF680C: hue angle of 26.16º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF680C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.13 |
| HSL | 26.16º | 0.9% | 0.46% | - |
| HSV(B) | 26.16º | 0.95% | 0.87% | - |
| XYZ | 35.45 | 25.62 | 3.42 | - |
| YUV | 129.09 | 61.92 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 12 | 0 | 0.53 | 0.95 | 0.13 | 26.16 | 0.9 | 0.46 |
| Hex | DF | 68 | C | 0 | 35 | 5F | D | 1A | 5A | 2E |
| Octal | 337 | 150 | 14 | 0 | 65 | 137 | 15 | 32 | 132 | 56 |
| Binary | 11011111 | 1101000 | 1100 | 0 | 110101 | 1011111 | 1101 | 11010 | 1011010 | 101110 |
Color Harmonies of #DF680C
Complementary color
Monochromatic Colors of #DF680C
Black with #DF680C
Text Example
Text Example
White with #DF680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF680C; }
p { color: rgb(223,104,12); }
H1.HeaderClassName
{
color: #DF680C;
}
.AnyTagClassName
{
color: #DF680C;
}
</style>
background-color css
<style>
a { background-color: #DF680C; }
a { background-color: rgb(223,104,12); }
div.DivClassName
{
background-color: #DF680C;
}
.BgClassName
{
background-color: #DF680C;
}
</style>
border-color css
<style>
span { border-color: #DF680C; }
span { border-color: rgb(223,104,12); }
td.TdClassName
{
border-color: #DF680C;
}
.TagClassName
{
border-color: #DF680C;
}
</style>