Shades of Mango Tango #D07800
Tints of Mango Tango #D07800
RGB
CMYK
RGB Variations
Color information
#D07800 (or 0xD07800) is known color: Mango Tango. HEX triplet: D0, 78 and 00. RGB value is (208,120,0). Sum of RGB (Red+Green+Blue) = 208+120+0=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D07800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07800 is #2F87FF. Grayscale: #858585. Windows color (decimal): -3115008 or 30928. OLE color: 30928.
HSL color Cylindrical-coordinate representation of color #D07800: hue angle of 34.62º 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 #D07800 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.18 |
| HSL | 34.62º | 1% | 0.41% | - |
| HSV(B) | 34.62º | 1% | 0.82% | - |
| XYZ | 32.73 | 26.84 | 3.46 | - |
| YUV | 132.63 | 53.15 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 0 | 0 | 0.42 | 1 | 0.18 | 34.62 | 1 | 0.41 |
| Hex | D0 | 78 | 0 | 0 | 2A | 64 | 12 | 23 | 64 | 29 |
| Octal | 320 | 170 | 0 | 0 | 52 | 144 | 22 | 43 | 144 | 51 |
| Binary | 11010000 | 1111000 | 0 | 0 | 101010 | 1100100 | 10010 | 100011 | 1100100 | 101001 |
Color Harmonies of #D07800
Complementary color
Monochromatic Colors of #D07800
Black with #D07800
Text Example
Text Example
White with #D07800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07800; }
p { color: rgb(208,120,0); }
H1.HeaderClassName
{
color: #D07800;
}
.AnyTagClassName
{
color: #D07800;
}
</style>
background-color css
<style>
a { background-color: #D07800; }
a { background-color: rgb(208,120,0); }
div.DivClassName
{
background-color: #D07800;
}
.BgClassName
{
background-color: #D07800;
}
</style>
border-color css
<style>
span { border-color: #D07800; }
span { border-color: rgb(208,120,0); }
td.TdClassName
{
border-color: #D07800;
}
.TagClassName
{
border-color: #D07800;
}
</style>