Shades of Mango Tango #DF7500
Tints of Mango Tango #DF7500
RGB
CMYK
RGB Variations
Color information
#DF7500 (or 0xDF7500) is known color: Mango Tango. HEX triplet: DF, 75 and 00. RGB value is (223,117,0). Sum of RGB (Red+Green+Blue) = 223+117+0=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7500 is #208AFF. Grayscale: #878787. Windows color (decimal): -2132736 or 30175. OLE color: 30175.
HSL color Cylindrical-coordinate representation of color #DF7500: hue angle of 31.48º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF7500 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.13 |
| HSL | 31.48º | 1% | 0.44% | - |
| HSV(B) | 31.48º | 1% | 0.87% | - |
| XYZ | 36.79 | 28.41 | 3.54 | - |
| YUV | 135.36 | 51.62 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 0 | 0 | 0.48 | 1 | 0.13 | 31.48 | 1 | 0.44 |
| Hex | DF | 75 | 0 | 0 | 30 | 64 | D | 1F | 64 | 2C |
| Octal | 337 | 165 | 0 | 0 | 60 | 144 | 15 | 37 | 144 | 54 |
| Binary | 11011111 | 1110101 | 0 | 0 | 110000 | 1100100 | 1101 | 11111 | 1100100 | 101100 |
Color Harmonies of #DF7500
Complementary color
Monochromatic Colors of #DF7500
Black with #DF7500
Text Example
Text Example
White with #DF7500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7500; }
p { color: rgb(223,117,0); }
H1.HeaderClassName
{
color: #DF7500;
}
.AnyTagClassName
{
color: #DF7500;
}
</style>
background-color css
<style>
a { background-color: #DF7500; }
a { background-color: rgb(223,117,0); }
div.DivClassName
{
background-color: #DF7500;
}
.BgClassName
{
background-color: #DF7500;
}
</style>
border-color css
<style>
span { border-color: #DF7500; }
span { border-color: rgb(223,117,0); }
td.TdClassName
{
border-color: #DF7500;
}
.TagClassName
{
border-color: #DF7500;
}
</style>