Shades of Mango Tango #D07208
Tints of Mango Tango #D07208
RGB
CMYK
RGB Variations
Color information
#D07208 (or 0xD07208) is known color: Mango Tango. HEX triplet: D0, 72 and 08. RGB value is (208,114,8). Sum of RGB (Red+Green+Blue) = 208+114+8=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D07208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07208 is #2F8DF7. Grayscale: #828282. Windows color (decimal): -3116536 or 553680. OLE color: 553680.
HSL color Cylindrical-coordinate representation of color #D07208: hue angle of 31.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D07208 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 8 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.18 |
| HSL | 31.8º | 0.93% | 0.42% | - |
| HSV(B) | 31.8º | 0.96% | 0.82% | - |
| XYZ | 32.07 | 25.46 | 3.45 | - |
| YUV | 130.02 | 59.14 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 8 | 0 | 0.45 | 0.96 | 0.18 | 31.8 | 0.93 | 0.42 |
| Hex | D0 | 72 | 8 | 0 | 2D | 60 | 12 | 20 | 5D | 2A |
| Octal | 320 | 162 | 10 | 0 | 55 | 140 | 22 | 40 | 135 | 52 |
| Binary | 11010000 | 1110010 | 1000 | 0 | 101101 | 1100000 | 10010 | 100000 | 1011101 | 101010 |
Color Harmonies of #D07208
Complementary color
Monochromatic Colors of #D07208
Black with #D07208
Text Example
Text Example
White with #D07208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07208; }
p { color: rgb(208,114,8); }
H1.HeaderClassName
{
color: #D07208;
}
.AnyTagClassName
{
color: #D07208;
}
</style>
background-color css
<style>
a { background-color: #D07208; }
a { background-color: rgb(208,114,8); }
div.DivClassName
{
background-color: #D07208;
}
.BgClassName
{
background-color: #D07208;
}
</style>
border-color css
<style>
span { border-color: #D07208; }
span { border-color: rgb(208,114,8); }
td.TdClassName
{
border-color: #D07208;
}
.TagClassName
{
border-color: #D07208;
}
</style>