Shades of Mango Tango #DF7B13
Tints of Mango Tango #DF7B13
RGB
CMYK
RGB Variations
Color information
#DF7B13 (or 0xDF7B13) is known color: Mango Tango. HEX triplet: DF, 7B and 13. RGB value is (223,123,19). Sum of RGB (Red+Green+Blue) = 223+123+19=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7B13 is #2084EC. Grayscale: #8D8D8D. Windows color (decimal): -2131181 or 1276895. OLE color: 1276895.
HSL color Cylindrical-coordinate representation of color #DF7B13: hue angle of 30.59º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF7B13 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 19 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.13 |
| HSL | 30.59º | 0.84% | 0.47% | - |
| HSV(B) | 30.59º | 0.91% | 0.87% | - |
| XYZ | 37.63 | 29.9 | 4.4 | - |
| YUV | 141.04 | 59.13 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 19 | 0 | 0.45 | 0.91 | 0.13 | 30.59 | 0.84 | 0.47 |
| Hex | DF | 7B | 13 | 0 | 2D | 5B | D | 1F | 54 | 2F |
| Octal | 337 | 173 | 23 | 0 | 55 | 133 | 15 | 37 | 124 | 57 |
| Binary | 11011111 | 1111011 | 10011 | 0 | 101101 | 1011011 | 1101 | 11111 | 1010100 | 101111 |
Color Harmonies of #DF7B13
Complementary color
Monochromatic Colors of #DF7B13
Black with #DF7B13
Text Example
Text Example
White with #DF7B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B13; }
p { color: rgb(223,123,19); }
H1.HeaderClassName
{
color: #DF7B13;
}
.AnyTagClassName
{
color: #DF7B13;
}
</style>
background-color css
<style>
a { background-color: #DF7B13; }
a { background-color: rgb(223,123,19); }
div.DivClassName
{
background-color: #DF7B13;
}
.BgClassName
{
background-color: #DF7B13;
}
</style>
border-color css
<style>
span { border-color: #DF7B13; }
span { border-color: rgb(223,123,19); }
td.TdClassName
{
border-color: #DF7B13;
}
.TagClassName
{
border-color: #DF7B13;
}
</style>