Shades of Mango Tango #DF750C
Tints of Mango Tango #DF750C
RGB
CMYK
RGB Variations
Color information
#DF750C (or 0xDF750C) is known color: Mango Tango. HEX triplet: DF, 75 and 0C. RGB value is (223,117,12). Sum of RGB (Red+Green+Blue) = 223+117+12=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF750C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF750C is #208AF3. Grayscale: #898989. Windows color (decimal): -2132724 or 816607. OLE color: 816607.
HSL color Cylindrical-coordinate representation of color #DF750C: hue angle of 29.86º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF750C is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 12 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.13 |
| HSL | 29.86º | 0.9% | 0.46% | - |
| HSV(B) | 29.86º | 0.95% | 0.87% | - |
| XYZ | 36.86 | 28.44 | 3.89 | - |
| YUV | 136.72 | 57.62 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 12 | 0 | 0.48 | 0.95 | 0.13 | 29.86 | 0.9 | 0.46 |
| Hex | DF | 75 | C | 0 | 30 | 5F | D | 1E | 5A | 2E |
| Octal | 337 | 165 | 14 | 0 | 60 | 137 | 15 | 36 | 132 | 56 |
| Binary | 11011111 | 1110101 | 1100 | 0 | 110000 | 1011111 | 1101 | 11110 | 1011010 | 101110 |
Color Harmonies of #DF750C
Complementary color
Monochromatic Colors of #DF750C
Black with #DF750C
Text Example
Text Example
White with #DF750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF750C; }
p { color: rgb(223,117,12); }
H1.HeaderClassName
{
color: #DF750C;
}
.AnyTagClassName
{
color: #DF750C;
}
</style>
background-color css
<style>
a { background-color: #DF750C; }
a { background-color: rgb(223,117,12); }
div.DivClassName
{
background-color: #DF750C;
}
.BgClassName
{
background-color: #DF750C;
}
</style>
border-color css
<style>
span { border-color: #DF750C; }
span { border-color: rgb(223,117,12); }
td.TdClassName
{
border-color: #DF750C;
}
.TagClassName
{
border-color: #DF750C;
}
</style>