Shades of Mango Tango #D07508
Tints of Mango Tango #D07508
RGB
CMYK
RGB Variations
Color information
#D07508 (or 0xD07508) is known color: Mango Tango. HEX triplet: D0, 75 and 08. RGB value is (208,117,8). Sum of RGB (Red+Green+Blue) = 208+117+8=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D07508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07508 is #2F8AF7. Grayscale: #848484. Windows color (decimal): -3115768 or 554448. OLE color: 554448.
HSL color Cylindrical-coordinate representation of color #D07508: hue angle of 32.7º 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 #D07508 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 8 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.18 |
| HSL | 32.7º | 0.93% | 0.42% | - |
| HSV(B) | 32.7º | 0.96% | 0.82% | - |
| XYZ | 32.42 | 26.15 | 3.57 | - |
| YUV | 131.78 | 58.15 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 8 | 0 | 0.44 | 0.96 | 0.18 | 32.7 | 0.93 | 0.42 |
| Hex | D0 | 75 | 8 | 0 | 2C | 60 | 12 | 21 | 5D | 2A |
| Octal | 320 | 165 | 10 | 0 | 54 | 140 | 22 | 41 | 135 | 52 |
| Binary | 11010000 | 1110101 | 1000 | 0 | 101100 | 1100000 | 10010 | 100001 | 1011101 | 101010 |
Color Harmonies of #D07508
Complementary color
Monochromatic Colors of #D07508
Black with #D07508
Text Example
Text Example
White with #D07508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07508; }
p { color: rgb(208,117,8); }
H1.HeaderClassName
{
color: #D07508;
}
.AnyTagClassName
{
color: #D07508;
}
</style>
background-color css
<style>
a { background-color: #D07508; }
a { background-color: rgb(208,117,8); }
div.DivClassName
{
background-color: #D07508;
}
.BgClassName
{
background-color: #D07508;
}
</style>
border-color css
<style>
span { border-color: #D07508; }
span { border-color: rgb(208,117,8); }
td.TdClassName
{
border-color: #D07508;
}
.TagClassName
{
border-color: #D07508;
}
</style>