Shades of Mango Tango #DF7103
Tints of Mango Tango #DF7103
RGB
CMYK
RGB Variations
Color information
#DF7103 (or 0xDF7103) is known color: Mango Tango. HEX triplet: DF, 71 and 03. RGB value is (223,113,3). Sum of RGB (Red+Green+Blue) = 223+113+3=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7103 is #208EFC. Grayscale: #858585. Windows color (decimal): -2133757 or 225759. OLE color: 225759.
HSL color Cylindrical-coordinate representation of color #DF7103: hue angle of 30º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF7103 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 3 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.13 |
| HSL | 30º | 0.97% | 0.44% | - |
| HSV(B) | 30º | 0.99% | 0.87% | - |
| XYZ | 36.35 | 27.5 | 3.48 | - |
| YUV | 133.35 | 54.44 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 3 | 0 | 0.49 | 0.99 | 0.13 | 30 | 0.97 | 0.44 |
| Hex | DF | 71 | 3 | 0 | 31 | 63 | D | 1E | 61 | 2C |
| Octal | 337 | 161 | 3 | 0 | 61 | 143 | 15 | 36 | 141 | 54 |
| Binary | 11011111 | 1110001 | 11 | 0 | 110001 | 1100011 | 1101 | 11110 | 1100001 | 101100 |
Color Harmonies of #DF7103
Complementary color
Monochromatic Colors of #DF7103
Black with #DF7103
Text Example
Text Example
White with #DF7103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7103; }
p { color: rgb(223,113,3); }
H1.HeaderClassName
{
color: #DF7103;
}
.AnyTagClassName
{
color: #DF7103;
}
</style>
background-color css
<style>
a { background-color: #DF7103; }
a { background-color: rgb(223,113,3); }
div.DivClassName
{
background-color: #DF7103;
}
.BgClassName
{
background-color: #DF7103;
}
</style>
border-color css
<style>
span { border-color: #DF7103; }
span { border-color: rgb(223,113,3); }
td.TdClassName
{
border-color: #DF7103;
}
.TagClassName
{
border-color: #DF7103;
}
</style>