Shades of Mango Tango #DF7914
Tints of Mango Tango #DF7914
RGB
CMYK
RGB Variations
Color information
#DF7914 (or 0xDF7914) is known color: Mango Tango. HEX triplet: DF, 79 and 14. RGB value is (223,121,20). Sum of RGB (Red+Green+Blue) = 223+121+20=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7914 is #2086EB. Grayscale: #8C8C8C. Windows color (decimal): -2131692 or 1341919. OLE color: 1341919.
HSL color Cylindrical-coordinate representation of color #DF7914: hue angle of 29.85º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF7914 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 20 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.13 |
| HSL | 29.85º | 0.84% | 0.48% | - |
| HSV(B) | 29.85º | 0.91% | 0.87% | - |
| XYZ | 37.4 | 29.41 | 4.37 | - |
| YUV | 139.98 | 60.29 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 20 | 0 | 0.46 | 0.91 | 0.13 | 29.85 | 0.84 | 0.48 |
| Hex | DF | 79 | 14 | 0 | 2E | 5B | D | 1E | 54 | 30 |
| Octal | 337 | 171 | 24 | 0 | 56 | 133 | 15 | 36 | 124 | 60 |
| Binary | 11011111 | 1111001 | 10100 | 0 | 101110 | 1011011 | 1101 | 11110 | 1010100 | 110000 |
Color Harmonies of #DF7914
Complementary color
Monochromatic Colors of #DF7914
Black with #DF7914
Text Example
Text Example
White with #DF7914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7914; }
p { color: rgb(223,121,20); }
H1.HeaderClassName
{
color: #DF7914;
}
.AnyTagClassName
{
color: #DF7914;
}
</style>
background-color css
<style>
a { background-color: #DF7914; }
a { background-color: rgb(223,121,20); }
div.DivClassName
{
background-color: #DF7914;
}
.BgClassName
{
background-color: #DF7914;
}
</style>
border-color css
<style>
span { border-color: #DF7914; }
span { border-color: rgb(223,121,20); }
td.TdClassName
{
border-color: #DF7914;
}
.TagClassName
{
border-color: #DF7914;
}
</style>