Shades of Mango Tango #DF6402
Tints of Mango Tango #DF6402
RGB
CMYK
RGB Variations
Color information
#DF6402 (or 0xDF6402) is known color: Mango Tango. HEX triplet: DF, 64 and 02. RGB value is (223,100,2). Sum of RGB (Red+Green+Blue) = 223+100+2=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6402 is #209BFD. Grayscale: #7E7E7E. Windows color (decimal): -2137086 or 156895. OLE color: 156895.
HSL color Cylindrical-coordinate representation of color #DF6402: hue angle of 26.61º degrees, saturation: 0.98, 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 #DF6402 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.13 |
| HSL | 26.61º | 0.98% | 0.44% | - |
| HSV(B) | 26.61º | 0.99% | 0.87% | - |
| XYZ | 35 | 24.81 | 3 | - |
| YUV | 125.61 | 58.25 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 2 | 0 | 0.55 | 0.99 | 0.13 | 26.61 | 0.98 | 0.44 |
| Hex | DF | 64 | 2 | 0 | 37 | 63 | D | 1B | 62 | 2C |
| Octal | 337 | 144 | 2 | 0 | 67 | 143 | 15 | 33 | 142 | 54 |
| Binary | 11011111 | 1100100 | 10 | 0 | 110111 | 1100011 | 1101 | 11011 | 1100010 | 101100 |
Color Harmonies of #DF6402
Complementary color
Monochromatic Colors of #DF6402
Black with #DF6402
Text Example
Text Example
White with #DF6402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6402; }
p { color: rgb(223,100,2); }
H1.HeaderClassName
{
color: #DF6402;
}
.AnyTagClassName
{
color: #DF6402;
}
</style>
background-color css
<style>
a { background-color: #DF6402; }
a { background-color: rgb(223,100,2); }
div.DivClassName
{
background-color: #DF6402;
}
.BgClassName
{
background-color: #DF6402;
}
</style>
border-color css
<style>
span { border-color: #DF6402; }
span { border-color: rgb(223,100,2); }
td.TdClassName
{
border-color: #DF6402;
}
.TagClassName
{
border-color: #DF6402;
}
</style>