Shades of Mango Tango #DF6300
Tints of Mango Tango #DF6300
RGB
CMYK
RGB Variations
Color information
#DF6300 (or 0xDF6300) is known color: Mango Tango. HEX triplet: DF, 63 and 00. RGB value is (223,99,0). Sum of RGB (Red+Green+Blue) = 223+99+0=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6300 is #209CFF. Grayscale: #7D7D7D. Windows color (decimal): -2137344 or 25567. OLE color: 25567.
HSL color Cylindrical-coordinate representation of color #DF6300: hue angle of 26.64º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF6300 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.13 |
| HSL | 26.64º | 1% | 0.44% | - |
| HSV(B) | 26.64º | 1% | 0.87% | - |
| XYZ | 34.89 | 24.61 | 2.91 | - |
| YUV | 124.79 | 57.58 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 0 | 0 | 0.56 | 1 | 0.13 | 26.64 | 1 | 0.44 |
| Hex | DF | 63 | 0 | 0 | 38 | 64 | D | 1B | 64 | 2C |
| Octal | 337 | 143 | 0 | 0 | 70 | 144 | 15 | 33 | 144 | 54 |
| Binary | 11011111 | 1100011 | 0 | 0 | 111000 | 1100100 | 1101 | 11011 | 1100100 | 101100 |
Color Harmonies of #DF6300
Complementary color
Monochromatic Colors of #DF6300
Black with #DF6300
Text Example
Text Example
White with #DF6300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6300; }
p { color: rgb(223,99,0); }
H1.HeaderClassName
{
color: #DF6300;
}
.AnyTagClassName
{
color: #DF6300;
}
</style>
background-color css
<style>
a { background-color: #DF6300; }
a { background-color: rgb(223,99,0); }
div.DivClassName
{
background-color: #DF6300;
}
.BgClassName
{
background-color: #DF6300;
}
</style>
border-color css
<style>
span { border-color: #DF6300; }
span { border-color: rgb(223,99,0); }
td.TdClassName
{
border-color: #DF6300;
}
.TagClassName
{
border-color: #DF6300;
}
</style>