Shades of Mango Tango #DF6A02
Tints of Mango Tango #DF6A02
RGB
CMYK
RGB Variations
Color information
#DF6A02 (or 0xDF6A02) is known color: Mango Tango. HEX triplet: DF, 6A and 02. RGB value is (223,106,2). Sum of RGB (Red+Green+Blue) = 223+106+2=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6A02 is #2095FD. Grayscale: #818181. Windows color (decimal): -2135550 or 158431. OLE color: 158431.
HSL color Cylindrical-coordinate representation of color #DF6A02: hue angle of 28.24º 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 #DF6A02 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 106 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.13 |
| HSL | 28.24º | 0.98% | 0.44% | - |
| HSV(B) | 28.24º | 0.99% | 0.87% | - |
| XYZ | 35.6 | 26 | 3.2 | - |
| YUV | 129.13 | 56.26 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 2 | 0 | 0.52 | 0.99 | 0.13 | 28.24 | 0.98 | 0.44 |
| Hex | DF | 6A | 2 | 0 | 34 | 63 | D | 1C | 62 | 2C |
| Octal | 337 | 152 | 2 | 0 | 64 | 143 | 15 | 34 | 142 | 54 |
| Binary | 11011111 | 1101010 | 10 | 0 | 110100 | 1100011 | 1101 | 11100 | 1100010 | 101100 |
Color Harmonies of #DF6A02
Complementary color
Monochromatic Colors of #DF6A02
Black with #DF6A02
Text Example
Text Example
White with #DF6A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6A02; }
p { color: rgb(223,106,2); }
H1.HeaderClassName
{
color: #DF6A02;
}
.AnyTagClassName
{
color: #DF6A02;
}
</style>
background-color css
<style>
a { background-color: #DF6A02; }
a { background-color: rgb(223,106,2); }
div.DivClassName
{
background-color: #DF6A02;
}
.BgClassName
{
background-color: #DF6A02;
}
</style>
border-color css
<style>
span { border-color: #DF6A02; }
span { border-color: rgb(223,106,2); }
td.TdClassName
{
border-color: #DF6A02;
}
.TagClassName
{
border-color: #DF6A02;
}
</style>