Shades of Mango Tango #DE7C09
Tints of Mango Tango #DE7C09
RGB
CMYK
RGB Variations
Color information
#DE7C09 (or 0xDE7C09) is known color: Mango Tango. HEX triplet: DE, 7C and 09. RGB value is (222,124,9). Sum of RGB (Red+Green+Blue) = 222+124+9=355 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.54% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7C09 is #2183F6. Grayscale: #8C8C8C. Windows color (decimal): -2196471 or 621790. OLE color: 621790.
HSL color Cylindrical-coordinate representation of color #DE7C09: hue angle of 32.39º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE7C09 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 124 | 9 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.13 |
| HSL | 32.39º | 0.92% | 0.45% | - |
| HSV(B) | 32.39º | 0.96% | 0.87% | - |
| XYZ | 37.38 | 29.96 | 4.07 | - |
| YUV | 140.19 | 53.97 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 124 | 9 | 0 | 0.44 | 0.96 | 0.13 | 32.39 | 0.92 | 0.45 |
| Hex | DE | 7C | 9 | 0 | 2C | 60 | D | 20 | 5C | 2D |
| Octal | 336 | 174 | 11 | 0 | 54 | 140 | 15 | 40 | 134 | 55 |
| Binary | 11011110 | 1111100 | 1001 | 0 | 101100 | 1100000 | 1101 | 100000 | 1011100 | 101101 |
Color Harmonies of #DE7C09
Complementary color
Monochromatic Colors of #DE7C09
Black with #DE7C09
Text Example
Text Example
White with #DE7C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7C09; }
p { color: rgb(222,124,9); }
H1.HeaderClassName
{
color: #DE7C09;
}
.AnyTagClassName
{
color: #DE7C09;
}
</style>
background-color css
<style>
a { background-color: #DE7C09; }
a { background-color: rgb(222,124,9); }
div.DivClassName
{
background-color: #DE7C09;
}
.BgClassName
{
background-color: #DE7C09;
}
</style>
border-color css
<style>
span { border-color: #DE7C09; }
span { border-color: rgb(222,124,9); }
td.TdClassName
{
border-color: #DE7C09;
}
.TagClassName
{
border-color: #DE7C09;
}
</style>