Shades of Mango Tango #DF7F03
Tints of Mango Tango #DF7F03
RGB
CMYK
RGB Variations
Color information
#DF7F03 (or 0xDF7F03) is known color: Mango Tango. HEX triplet: DF, 7F and 03. RGB value is (223,127,3). Sum of RGB (Red+Green+Blue) = 223+127+3=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7F03 is #2080FC. Grayscale: #8E8E8E. Windows color (decimal): -2130173 or 229343. OLE color: 229343.
HSL color Cylindrical-coordinate representation of color #DF7F03: hue angle of 33.82º 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 #DF7F03 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 3 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.13 |
| HSL | 33.82º | 0.97% | 0.44% | - |
| HSV(B) | 33.82º | 0.99% | 0.87% | - |
| XYZ | 38.04 | 30.87 | 4.04 | - |
| YUV | 141.57 | 49.8 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 3 | 0 | 0.43 | 0.99 | 0.13 | 33.82 | 0.97 | 0.44 |
| Hex | DF | 7F | 3 | 0 | 2B | 63 | D | 22 | 61 | 2C |
| Octal | 337 | 177 | 3 | 0 | 53 | 143 | 15 | 42 | 141 | 54 |
| Binary | 11011111 | 1111111 | 11 | 0 | 101011 | 1100011 | 1101 | 100010 | 1100001 | 101100 |
Color Harmonies of #DF7F03
Complementary color
Monochromatic Colors of #DF7F03
Black with #DF7F03
Text Example
Text Example
White with #DF7F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F03; }
p { color: rgb(223,127,3); }
H1.HeaderClassName
{
color: #DF7F03;
}
.AnyTagClassName
{
color: #DF7F03;
}
</style>
background-color css
<style>
a { background-color: #DF7F03; }
a { background-color: rgb(223,127,3); }
div.DivClassName
{
background-color: #DF7F03;
}
.BgClassName
{
background-color: #DF7F03;
}
</style>
border-color css
<style>
span { border-color: #DF7F03; }
span { border-color: rgb(223,127,3); }
td.TdClassName
{
border-color: #DF7F03;
}
.TagClassName
{
border-color: #DF7F03;
}
</style>