Shades of Mango Tango #DF7B12
Tints of Mango Tango #DF7B12
RGB
CMYK
RGB Variations
Color information
#DF7B12 (or 0xDF7B12) is known color: Mango Tango. HEX triplet: DF, 7B and 12. RGB value is (223,123,18). Sum of RGB (Red+Green+Blue) = 223+123+18=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7B12 is #2084ED. Grayscale: #8D8D8D. Windows color (decimal): -2131182 or 1211359. OLE color: 1211359.
HSL color Cylindrical-coordinate representation of color #DF7B12: hue angle of 30.73º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF7B12 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 18 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.13 |
| HSL | 30.73º | 0.85% | 0.47% | - |
| HSV(B) | 30.73º | 0.92% | 0.87% | - |
| XYZ | 37.62 | 29.9 | 4.36 | - |
| YUV | 140.93 | 58.63 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 18 | 0 | 0.45 | 0.92 | 0.13 | 30.73 | 0.85 | 0.47 |
| Hex | DF | 7B | 12 | 0 | 2D | 5C | D | 1F | 55 | 2F |
| Octal | 337 | 173 | 22 | 0 | 55 | 134 | 15 | 37 | 125 | 57 |
| Binary | 11011111 | 1111011 | 10010 | 0 | 101101 | 1011100 | 1101 | 11111 | 1010101 | 101111 |
Color Harmonies of #DF7B12
Complementary color
Monochromatic Colors of #DF7B12
Black with #DF7B12
Text Example
Text Example
White with #DF7B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B12; }
p { color: rgb(223,123,18); }
H1.HeaderClassName
{
color: #DF7B12;
}
.AnyTagClassName
{
color: #DF7B12;
}
</style>
background-color css
<style>
a { background-color: #DF7B12; }
a { background-color: rgb(223,123,18); }
div.DivClassName
{
background-color: #DF7B12;
}
.BgClassName
{
background-color: #DF7B12;
}
</style>
border-color css
<style>
span { border-color: #DF7B12; }
span { border-color: rgb(223,123,18); }
td.TdClassName
{
border-color: #DF7B12;
}
.TagClassName
{
border-color: #DF7B12;
}
</style>