Shades of Mango Tango #D07300
Tints of Mango Tango #D07300
RGB
CMYK
RGB Variations
Color information
#D07300 (or 0xD07300) is known color: Mango Tango. HEX triplet: D0, 73 and 00. RGB value is (208,115,0). Sum of RGB (Red+Green+Blue) = 208+115+0=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D07300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07300 is #2F8CFF. Grayscale: #828282. Windows color (decimal): -3116288 or 29648. OLE color: 29648.
HSL color Cylindrical-coordinate representation of color #D07300: hue angle of 33.17º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D07300 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.18 |
| HSL | 33.17º | 1% | 0.41% | - |
| HSV(B) | 33.17º | 1% | 0.82% | - |
| XYZ | 32.14 | 25.67 | 3.26 | - |
| YUV | 129.7 | 54.81 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 0 | 0 | 0.45 | 1 | 0.18 | 33.17 | 1 | 0.41 |
| Hex | D0 | 73 | 0 | 0 | 2D | 64 | 12 | 21 | 64 | 29 |
| Octal | 320 | 163 | 0 | 0 | 55 | 144 | 22 | 41 | 144 | 51 |
| Binary | 11010000 | 1110011 | 0 | 0 | 101101 | 1100100 | 10010 | 100001 | 1100100 | 101001 |
Color Harmonies of #D07300
Complementary color
Monochromatic Colors of #D07300
Black with #D07300
Text Example
Text Example
White with #D07300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07300; }
p { color: rgb(208,115,0); }
H1.HeaderClassName
{
color: #D07300;
}
.AnyTagClassName
{
color: #D07300;
}
</style>
background-color css
<style>
a { background-color: #D07300; }
a { background-color: rgb(208,115,0); }
div.DivClassName
{
background-color: #D07300;
}
.BgClassName
{
background-color: #D07300;
}
</style>
border-color css
<style>
span { border-color: #D07300; }
span { border-color: rgb(208,115,0); }
td.TdClassName
{
border-color: #D07300;
}
.TagClassName
{
border-color: #D07300;
}
</style>