Shades of Mango Tango #D07C08
Tints of Mango Tango #D07C08
RGB
CMYK
RGB Variations
Color information
#D07C08 (or 0xD07C08) is known color: Mango Tango. HEX triplet: D0, 7C and 08. RGB value is (208,124,8). Sum of RGB (Red+Green+Blue) = 208+124+8=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07C08 is #2F83F7. Grayscale: #888888. Windows color (decimal): -3113976 or 556240. OLE color: 556240.
HSL color Cylindrical-coordinate representation of color #D07C08: hue angle of 34.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 #D07C08 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 8 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.18 |
| HSL | 34.8º | 0.93% | 0.42% | - |
| HSV(B) | 34.8º | 0.96% | 0.82% | - |
| XYZ | 33.26 | 27.84 | 3.85 | - |
| YUV | 135.89 | 55.83 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 8 | 0 | 0.40 | 0.96 | 0.18 | 34.8 | 0.93 | 0.42 |
| Hex | D0 | 7C | 8 | 0 | 28 | 60 | 12 | 23 | 5D | 2A |
| Octal | 320 | 174 | 10 | 0 | 50 | 140 | 22 | 43 | 135 | 52 |
| Binary | 11010000 | 1111100 | 1000 | 0 | 101000 | 1100000 | 10010 | 100011 | 1011101 | 101010 |
Color Harmonies of #D07C08
Complementary color
Monochromatic Colors of #D07C08
Black with #D07C08
Text Example
Text Example
White with #D07C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07C08; }
p { color: rgb(208,124,8); }
H1.HeaderClassName
{
color: #D07C08;
}
.AnyTagClassName
{
color: #D07C08;
}
</style>
background-color css
<style>
a { background-color: #D07C08; }
a { background-color: rgb(208,124,8); }
div.DivClassName
{
background-color: #D07C08;
}
.BgClassName
{
background-color: #D07C08;
}
</style>
border-color css
<style>
span { border-color: #D07C08; }
span { border-color: rgb(208,124,8); }
td.TdClassName
{
border-color: #D07C08;
}
.TagClassName
{
border-color: #D07C08;
}
</style>