Shades of Mango Tango #DF7301
Tints of Mango Tango #DF7301
RGB
CMYK
RGB Variations
Color information
#DF7301 (or 0xDF7301) is known color: Mango Tango. HEX triplet: DF, 73 and 01. RGB value is (223,115,1). Sum of RGB (Red+Green+Blue) = 223+115+1=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7301 is #208CFE. Grayscale: #868686. Windows color (decimal): -2133247 or 95199. OLE color: 95199.
HSL color Cylindrical-coordinate representation of color #DF7301: hue angle of 30.81º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF7301 is Cyan = 0, Magento = 0.48, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 1 | - |
| CMYK | 0 | 0.48 | 1.00 | 0.13 |
| HSL | 30.81º | 0.99% | 0.44% | - |
| HSV(B) | 30.81º | 1% | 0.87% | - |
| XYZ | 36.57 | 27.95 | 3.5 | - |
| YUV | 134.3 | 52.78 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 1 | 0 | 0.48 | 1.00 | 0.13 | 30.81 | 0.99 | 0.44 |
| Hex | DF | 73 | 1 | 0 | 30 | 64 | D | 1F | 63 | 2C |
| Octal | 337 | 163 | 1 | 0 | 60 | 144 | 15 | 37 | 143 | 54 |
| Binary | 11011111 | 1110011 | 1 | 0 | 110000 | 1100100 | 1101 | 11111 | 1100011 | 101100 |
Color Harmonies of #DF7301
Complementary color
Monochromatic Colors of #DF7301
Black with #DF7301
Text Example
Text Example
White with #DF7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7301; }
p { color: rgb(223,115,1); }
H1.HeaderClassName
{
color: #DF7301;
}
.AnyTagClassName
{
color: #DF7301;
}
</style>
background-color css
<style>
a { background-color: #DF7301; }
a { background-color: rgb(223,115,1); }
div.DivClassName
{
background-color: #DF7301;
}
.BgClassName
{
background-color: #DF7301;
}
</style>
border-color css
<style>
span { border-color: #DF7301; }
span { border-color: rgb(223,115,1); }
td.TdClassName
{
border-color: #DF7301;
}
.TagClassName
{
border-color: #DF7301;
}
</style>