Shades of Mango Tango #DF680B
Tints of Mango Tango #DF680B
RGB
CMYK
RGB Variations
Color information
#DF680B (or 0xDF680B) is known color: Mango Tango. HEX triplet: DF, 68 and 0B. RGB value is (223,104,11). Sum of RGB (Red+Green+Blue) = 223+104+11=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF680B is #2097F4. Grayscale: #818181. Windows color (decimal): -2136053 or 747743. OLE color: 747743.
HSL color Cylindrical-coordinate representation of color #DF680B: hue angle of 26.32º degrees, saturation: 0.91, 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 #DF680B is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 11 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.13 |
| HSL | 26.32º | 0.91% | 0.46% | - |
| HSV(B) | 26.32º | 0.95% | 0.87% | - |
| XYZ | 35.44 | 25.61 | 3.39 | - |
| YUV | 128.98 | 61.42 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 11 | 0 | 0.53 | 0.95 | 0.13 | 26.32 | 0.91 | 0.46 |
| Hex | DF | 68 | B | 0 | 35 | 5F | D | 1A | 5B | 2E |
| Octal | 337 | 150 | 13 | 0 | 65 | 137 | 15 | 32 | 133 | 56 |
| Binary | 11011111 | 1101000 | 1011 | 0 | 110101 | 1011111 | 1101 | 11010 | 1011011 | 101110 |
Color Harmonies of #DF680B
Complementary color
Monochromatic Colors of #DF680B
Black with #DF680B
Text Example
Text Example
White with #DF680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF680B; }
p { color: rgb(223,104,11); }
H1.HeaderClassName
{
color: #DF680B;
}
.AnyTagClassName
{
color: #DF680B;
}
</style>
background-color css
<style>
a { background-color: #DF680B; }
a { background-color: rgb(223,104,11); }
div.DivClassName
{
background-color: #DF680B;
}
.BgClassName
{
background-color: #DF680B;
}
</style>
border-color css
<style>
span { border-color: #DF680B; }
span { border-color: rgb(223,104,11); }
td.TdClassName
{
border-color: #DF680B;
}
.TagClassName
{
border-color: #DF680B;
}
</style>