Shades of Mango Tango #DF8107
Tints of Mango Tango #DF8107
RGB
CMYK
RGB Variations
Color information
#DF8107 (or 0xDF8107) is known color: Mango Tango. HEX triplet: DF, 81 and 07. RGB value is (223,129,7). Sum of RGB (Red+Green+Blue) = 223+129+7=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8107 is #207EF8. Grayscale: #8F8F8F. Windows color (decimal): -2129657 or 491999. OLE color: 491999.
HSL color Cylindrical-coordinate representation of color #DF8107: hue angle of 33.89º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF8107 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 7 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.13 |
| HSL | 33.89º | 0.94% | 0.45% | - |
| HSV(B) | 33.89º | 0.97% | 0.87% | - |
| XYZ | 38.32 | 31.4 | 4.24 | - |
| YUV | 143.2 | 51.14 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 7 | 0 | 0.42 | 0.97 | 0.13 | 33.89 | 0.94 | 0.45 |
| Hex | DF | 81 | 7 | 0 | 2A | 61 | D | 22 | 5E | 2D |
| Octal | 337 | 201 | 7 | 0 | 52 | 141 | 15 | 42 | 136 | 55 |
| Binary | 11011111 | 10000001 | 111 | 0 | 101010 | 1100001 | 1101 | 100010 | 1011110 | 101101 |
Color Harmonies of #DF8107
Complementary color
Monochromatic Colors of #DF8107
Black with #DF8107
Text Example
Text Example
White with #DF8107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8107; }
p { color: rgb(223,129,7); }
H1.HeaderClassName
{
color: #DF8107;
}
.AnyTagClassName
{
color: #DF8107;
}
</style>
background-color css
<style>
a { background-color: #DF8107; }
a { background-color: rgb(223,129,7); }
div.DivClassName
{
background-color: #DF8107;
}
.BgClassName
{
background-color: #DF8107;
}
</style>
border-color css
<style>
span { border-color: #DF8107; }
span { border-color: rgb(223,129,7); }
td.TdClassName
{
border-color: #DF8107;
}
.TagClassName
{
border-color: #DF8107;
}
</style>