Shades of Mango Tango #D07E03
Tints of Mango Tango #D07E03
RGB
CMYK
RGB Variations
Color information
#D07E03 (or 0xD07E03) is known color: Mango Tango. HEX triplet: D0, 7E and 03. RGB value is (208,126,3). Sum of RGB (Red+Green+Blue) = 208+126+3=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07E03 is #2F81FC. Grayscale: #898989. Windows color (decimal): -3113469 or 229072. OLE color: 229072.
HSL color Cylindrical-coordinate representation of color #D07E03: hue angle of 36º degrees, saturation: 0.97, 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 #D07E03 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 3 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.18 |
| HSL | 36º | 0.97% | 0.41% | - |
| HSV(B) | 36º | 0.99% | 0.82% | - |
| XYZ | 33.49 | 28.34 | 3.79 | - |
| YUV | 136.5 | 52.67 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 3 | 0 | 0.39 | 0.99 | 0.18 | 36 | 0.97 | 0.41 |
| Hex | D0 | 7E | 3 | 0 | 27 | 63 | 12 | 24 | 61 | 29 |
| Octal | 320 | 176 | 3 | 0 | 47 | 143 | 22 | 44 | 141 | 51 |
| Binary | 11010000 | 1111110 | 11 | 0 | 100111 | 1100011 | 10010 | 100100 | 1100001 | 101001 |
Color Harmonies of #D07E03
Complementary color
Monochromatic Colors of #D07E03
Black with #D07E03
Text Example
Text Example
White with #D07E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E03; }
p { color: rgb(208,126,3); }
H1.HeaderClassName
{
color: #D07E03;
}
.AnyTagClassName
{
color: #D07E03;
}
</style>
background-color css
<style>
a { background-color: #D07E03; }
a { background-color: rgb(208,126,3); }
div.DivClassName
{
background-color: #D07E03;
}
.BgClassName
{
background-color: #D07E03;
}
</style>
border-color css
<style>
span { border-color: #D07E03; }
span { border-color: rgb(208,126,3); }
td.TdClassName
{
border-color: #D07E03;
}
.TagClassName
{
border-color: #D07E03;
}
</style>