Shades of Mango Tango #D07A03
Tints of Mango Tango #D07A03
RGB
CMYK
RGB Variations
Color information
#D07A03 (or 0xD07A03) is known color: Mango Tango. HEX triplet: D0, 7A and 03. RGB value is (208,122,3). Sum of RGB (Red+Green+Blue) = 208+122+3=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07A03 is #2F85FC. Grayscale: #868686. Windows color (decimal): -3114493 or 228048. OLE color: 228048.
HSL color Cylindrical-coordinate representation of color #D07A03: hue angle of 34.83º 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 #D07A03 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 3 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.18 |
| HSL | 34.83º | 0.97% | 0.41% | - |
| HSV(B) | 34.83º | 0.99% | 0.82% | - |
| XYZ | 32.99 | 27.34 | 3.62 | - |
| YUV | 134.15 | 53.99 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 3 | 0 | 0.41 | 0.99 | 0.18 | 34.83 | 0.97 | 0.41 |
| Hex | D0 | 7A | 3 | 0 | 29 | 63 | 12 | 23 | 61 | 29 |
| Octal | 320 | 172 | 3 | 0 | 51 | 143 | 22 | 43 | 141 | 51 |
| Binary | 11010000 | 1111010 | 11 | 0 | 101001 | 1100011 | 10010 | 100011 | 1100001 | 101001 |
Color Harmonies of #D07A03
Complementary color
Monochromatic Colors of #D07A03
Black with #D07A03
Text Example
Text Example
White with #D07A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07A03; }
p { color: rgb(208,122,3); }
H1.HeaderClassName
{
color: #D07A03;
}
.AnyTagClassName
{
color: #D07A03;
}
</style>
background-color css
<style>
a { background-color: #D07A03; }
a { background-color: rgb(208,122,3); }
div.DivClassName
{
background-color: #D07A03;
}
.BgClassName
{
background-color: #D07A03;
}
</style>
border-color css
<style>
span { border-color: #D07A03; }
span { border-color: rgb(208,122,3); }
td.TdClassName
{
border-color: #D07A03;
}
.TagClassName
{
border-color: #D07A03;
}
</style>