Shades of Mango Tango #D07E02
Tints of Mango Tango #D07E02
RGB
CMYK
RGB Variations
Color information
#D07E02 (or 0xD07E02) is known color: Mango Tango. HEX triplet: D0, 7E and 02. RGB value is (208,126,2). Sum of RGB (Red+Green+Blue) = 208+126+2=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07E02 is #2F81FD. Grayscale: #888888. Windows color (decimal): -3113470 or 163536. OLE color: 163536.
HSL color Cylindrical-coordinate representation of color #D07E02: hue angle of 36.12º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D07E02 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.18 |
| HSL | 36.12º | 0.98% | 0.41% | - |
| HSV(B) | 36.12º | 0.99% | 0.82% | - |
| XYZ | 33.48 | 28.34 | 3.76 | - |
| YUV | 136.38 | 52.17 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 2 | 0 | 0.39 | 0.99 | 0.18 | 36.12 | 0.98 | 0.41 |
| Hex | D0 | 7E | 2 | 0 | 27 | 63 | 12 | 24 | 62 | 29 |
| Octal | 320 | 176 | 2 | 0 | 47 | 143 | 22 | 44 | 142 | 51 |
| Binary | 11010000 | 1111110 | 10 | 0 | 100111 | 1100011 | 10010 | 100100 | 1100010 | 101001 |
Color Harmonies of #D07E02
Complementary color
Monochromatic Colors of #D07E02
Black with #D07E02
Text Example
Text Example
White with #D07E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E02; }
p { color: rgb(208,126,2); }
H1.HeaderClassName
{
color: #D07E02;
}
.AnyTagClassName
{
color: #D07E02;
}
</style>
background-color css
<style>
a { background-color: #D07E02; }
a { background-color: rgb(208,126,2); }
div.DivClassName
{
background-color: #D07E02;
}
.BgClassName
{
background-color: #D07E02;
}
</style>
border-color css
<style>
span { border-color: #D07E02; }
span { border-color: rgb(208,126,2); }
td.TdClassName
{
border-color: #D07E02;
}
.TagClassName
{
border-color: #D07E02;
}
</style>