Shades of Mango Tango #D07E04
Tints of Mango Tango #D07E04
RGB
CMYK
RGB Variations
Color information
#D07E04 (or 0xD07E04) is known color: Mango Tango. HEX triplet: D0, 7E and 04. RGB value is (208,126,4). Sum of RGB (Red+Green+Blue) = 208+126+4=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07E04 is #2F81FB. Grayscale: #898989. Windows color (decimal): -3113468 or 294608. OLE color: 294608.
HSL color Cylindrical-coordinate representation of color #D07E04: hue angle of 35.88º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D07E04 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.18 |
| HSL | 35.88º | 0.96% | 0.42% | - |
| HSV(B) | 35.88º | 0.98% | 0.82% | - |
| XYZ | 33.5 | 28.34 | 3.82 | - |
| YUV | 136.61 | 53.17 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 4 | 0 | 0.39 | 0.98 | 0.18 | 35.88 | 0.96 | 0.42 |
| Hex | D0 | 7E | 4 | 0 | 27 | 62 | 12 | 24 | 60 | 2A |
| Octal | 320 | 176 | 4 | 0 | 47 | 142 | 22 | 44 | 140 | 52 |
| Binary | 11010000 | 1111110 | 100 | 0 | 100111 | 1100010 | 10010 | 100100 | 1100000 | 101010 |
Color Harmonies of #D07E04
Complementary color
Monochromatic Colors of #D07E04
Black with #D07E04
Text Example
Text Example
White with #D07E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E04; }
p { color: rgb(208,126,4); }
H1.HeaderClassName
{
color: #D07E04;
}
.AnyTagClassName
{
color: #D07E04;
}
</style>
background-color css
<style>
a { background-color: #D07E04; }
a { background-color: rgb(208,126,4); }
div.DivClassName
{
background-color: #D07E04;
}
.BgClassName
{
background-color: #D07E04;
}
</style>
border-color css
<style>
span { border-color: #D07E04; }
span { border-color: rgb(208,126,4); }
td.TdClassName
{
border-color: #D07E04;
}
.TagClassName
{
border-color: #D07E04;
}
</style>