Shades of Mango Tango #DF8203
Tints of Mango Tango #DF8203
RGB
CMYK
RGB Variations
Color information
#DF8203 (or 0xDF8203) is known color: Mango Tango. HEX triplet: DF, 82 and 03. RGB value is (223,130,3). Sum of RGB (Red+Green+Blue) = 223+130+3=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8203 is #207DFC. Grayscale: #8F8F8F. Windows color (decimal): -2129405 or 230111. OLE color: 230111.
HSL color Cylindrical-coordinate representation of color #DF8203: hue angle of 34.64º 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 #DF8203 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 3 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.13 |
| HSL | 34.64º | 0.97% | 0.44% | - |
| HSV(B) | 34.64º | 0.99% | 0.87% | - |
| XYZ | 38.43 | 31.66 | 4.17 | - |
| YUV | 143.33 | 48.81 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 3 | 0 | 0.42 | 0.99 | 0.13 | 34.64 | 0.97 | 0.44 |
| Hex | DF | 82 | 3 | 0 | 2A | 63 | D | 23 | 61 | 2C |
| Octal | 337 | 202 | 3 | 0 | 52 | 143 | 15 | 43 | 141 | 54 |
| Binary | 11011111 | 10000010 | 11 | 0 | 101010 | 1100011 | 1101 | 100011 | 1100001 | 101100 |
Color Harmonies of #DF8203
Complementary color
Monochromatic Colors of #DF8203
Black with #DF8203
Text Example
Text Example
White with #DF8203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8203; }
p { color: rgb(223,130,3); }
H1.HeaderClassName
{
color: #DF8203;
}
.AnyTagClassName
{
color: #DF8203;
}
</style>
background-color css
<style>
a { background-color: #DF8203; }
a { background-color: rgb(223,130,3); }
div.DivClassName
{
background-color: #DF8203;
}
.BgClassName
{
background-color: #DF8203;
}
</style>
border-color css
<style>
span { border-color: #DF8203; }
span { border-color: rgb(223,130,3); }
td.TdClassName
{
border-color: #DF8203;
}
.TagClassName
{
border-color: #DF8203;
}
</style>