Shades of Mango Tango #DF7000
Tints of Mango Tango #DF7000
RGB
CMYK
RGB Variations
Color information
#DF7000 (or 0xDF7000) is known color: Mango Tango. HEX triplet: DF, 70 and 00. RGB value is (223,112,0). Sum of RGB (Red+Green+Blue) = 223+112+0=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7000 is #208FFF. Grayscale: #848484. Windows color (decimal): -2134016 or 28895. OLE color: 28895.
HSL color Cylindrical-coordinate representation of color #DF7000: hue angle of 30.13º 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 #DF7000 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.13 |
| HSL | 30.13º | 1% | 0.44% | - |
| HSV(B) | 30.13º | 1% | 0.87% | - |
| XYZ | 36.23 | 27.28 | 3.36 | - |
| YUV | 132.42 | 53.27 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 0 | 0 | 0.50 | 1 | 0.13 | 30.13 | 1 | 0.44 |
| Hex | DF | 70 | 0 | 0 | 32 | 64 | D | 1E | 64 | 2C |
| Octal | 337 | 160 | 0 | 0 | 62 | 144 | 15 | 36 | 144 | 54 |
| Binary | 11011111 | 1110000 | 0 | 0 | 110010 | 1100100 | 1101 | 11110 | 1100100 | 101100 |
Color Harmonies of #DF7000
Complementary color
Monochromatic Colors of #DF7000
Black with #DF7000
Text Example
Text Example
White with #DF7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7000; }
p { color: rgb(223,112,0); }
H1.HeaderClassName
{
color: #DF7000;
}
.AnyTagClassName
{
color: #DF7000;
}
</style>
background-color css
<style>
a { background-color: #DF7000; }
a { background-color: rgb(223,112,0); }
div.DivClassName
{
background-color: #DF7000;
}
.BgClassName
{
background-color: #DF7000;
}
</style>
border-color css
<style>
span { border-color: #DF7000; }
span { border-color: rgb(223,112,0); }
td.TdClassName
{
border-color: #DF7000;
}
.TagClassName
{
border-color: #DF7000;
}
</style>