Shades of Mango Tango #DF7303
Tints of Mango Tango #DF7303
RGB
CMYK
RGB Variations
Color information
#DF7303 (or 0xDF7303) is known color: Mango Tango. HEX triplet: DF, 73 and 03. RGB value is (223,115,3). Sum of RGB (Red+Green+Blue) = 223+115+3=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7303 is #208CFC. Grayscale: #878787. Windows color (decimal): -2133245 or 226271. OLE color: 226271.
HSL color Cylindrical-coordinate representation of color #DF7303: hue angle of 30.55º 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 #DF7303 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 3 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.13 |
| HSL | 30.55º | 0.97% | 0.44% | - |
| HSV(B) | 30.55º | 0.99% | 0.87% | - |
| XYZ | 36.58 | 27.96 | 3.55 | - |
| YUV | 134.52 | 53.78 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 3 | 0 | 0.48 | 0.99 | 0.13 | 30.55 | 0.97 | 0.44 |
| Hex | DF | 73 | 3 | 0 | 30 | 63 | D | 1F | 61 | 2C |
| Octal | 337 | 163 | 3 | 0 | 60 | 143 | 15 | 37 | 141 | 54 |
| Binary | 11011111 | 1110011 | 11 | 0 | 110000 | 1100011 | 1101 | 11111 | 1100001 | 101100 |
Color Harmonies of #DF7303
Complementary color
Monochromatic Colors of #DF7303
Black with #DF7303
Text Example
Text Example
White with #DF7303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7303; }
p { color: rgb(223,115,3); }
H1.HeaderClassName
{
color: #DF7303;
}
.AnyTagClassName
{
color: #DF7303;
}
</style>
background-color css
<style>
a { background-color: #DF7303; }
a { background-color: rgb(223,115,3); }
div.DivClassName
{
background-color: #DF7303;
}
.BgClassName
{
background-color: #DF7303;
}
</style>
border-color css
<style>
span { border-color: #DF7303; }
span { border-color: rgb(223,115,3); }
td.TdClassName
{
border-color: #DF7303;
}
.TagClassName
{
border-color: #DF7303;
}
</style>