Shades of Mango Tango #D07202
Tints of Mango Tango #D07202
RGB
CMYK
RGB Variations
Color information
#D07202 (or 0xD07202) is known color: Mango Tango. HEX triplet: D0, 72 and 02. RGB value is (208,114,2). Sum of RGB (Red+Green+Blue) = 208+114+2=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D07202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07202 is #2F8DFD. Grayscale: #818181. Windows color (decimal): -3116542 or 160464. OLE color: 160464.
HSL color Cylindrical-coordinate representation of color #D07202: hue angle of 32.62º 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 #D07202 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.18 |
| HSL | 32.62º | 0.98% | 0.41% | - |
| HSV(B) | 32.62º | 0.99% | 0.82% | - |
| XYZ | 32.04 | 25.45 | 3.28 | - |
| YUV | 129.34 | 56.14 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 2 | 0 | 0.45 | 0.99 | 0.18 | 32.62 | 0.98 | 0.41 |
| Hex | D0 | 72 | 2 | 0 | 2D | 63 | 12 | 21 | 62 | 29 |
| Octal | 320 | 162 | 2 | 0 | 55 | 143 | 22 | 41 | 142 | 51 |
| Binary | 11010000 | 1110010 | 10 | 0 | 101101 | 1100011 | 10010 | 100001 | 1100010 | 101001 |
Color Harmonies of #D07202
Complementary color
Monochromatic Colors of #D07202
Black with #D07202
Text Example
Text Example
White with #D07202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07202; }
p { color: rgb(208,114,2); }
H1.HeaderClassName
{
color: #D07202;
}
.AnyTagClassName
{
color: #D07202;
}
</style>
background-color css
<style>
a { background-color: #D07202; }
a { background-color: rgb(208,114,2); }
div.DivClassName
{
background-color: #D07202;
}
.BgClassName
{
background-color: #D07202;
}
</style>
border-color css
<style>
span { border-color: #D07202; }
span { border-color: rgb(208,114,2); }
td.TdClassName
{
border-color: #D07202;
}
.TagClassName
{
border-color: #D07202;
}
</style>