Shades of Mango Tango #DF8003
Tints of Mango Tango #DF8003
RGB
CMYK
RGB Variations
Color information
#DF8003 (or 0xDF8003) is known color: Mango Tango. HEX triplet: DF, 80 and 03. RGB value is (223,128,3). Sum of RGB (Red+Green+Blue) = 223+128+3=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8003 is #207FFC. Grayscale: #8E8E8E. Windows color (decimal): -2129917 or 229599. OLE color: 229599.
HSL color Cylindrical-coordinate representation of color #DF8003: hue angle of 34.09º 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 #DF8003 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 3 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.13 |
| HSL | 34.09º | 0.97% | 0.44% | - |
| HSV(B) | 34.09º | 0.99% | 0.87% | - |
| XYZ | 38.17 | 31.13 | 4.08 | - |
| YUV | 142.16 | 49.47 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 3 | 0 | 0.43 | 0.99 | 0.13 | 34.09 | 0.97 | 0.44 |
| Hex | DF | 80 | 3 | 0 | 2B | 63 | D | 22 | 61 | 2C |
| Octal | 337 | 200 | 3 | 0 | 53 | 143 | 15 | 42 | 141 | 54 |
| Binary | 11011111 | 10000000 | 11 | 0 | 101011 | 1100011 | 1101 | 100010 | 1100001 | 101100 |
Color Harmonies of #DF8003
Complementary color
Monochromatic Colors of #DF8003
Black with #DF8003
Text Example
Text Example
White with #DF8003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8003; }
p { color: rgb(223,128,3); }
H1.HeaderClassName
{
color: #DF8003;
}
.AnyTagClassName
{
color: #DF8003;
}
</style>
background-color css
<style>
a { background-color: #DF8003; }
a { background-color: rgb(223,128,3); }
div.DivClassName
{
background-color: #DF8003;
}
.BgClassName
{
background-color: #DF8003;
}
</style>
border-color css
<style>
span { border-color: #DF8003; }
span { border-color: rgb(223,128,3); }
td.TdClassName
{
border-color: #DF8003;
}
.TagClassName
{
border-color: #DF8003;
}
</style>