Shades of Mango Tango #D07805
Tints of Mango Tango #D07805
RGB
CMYK
RGB Variations
Color information
#D07805 (or 0xD07805) is known color: Mango Tango. HEX triplet: D0, 78 and 05. RGB value is (208,120,5). Sum of RGB (Red+Green+Blue) = 208+120+5=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D07805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07805 is #2F87FA. Grayscale: #858585. Windows color (decimal): -3115003 or 358608. OLE color: 358608.
HSL color Cylindrical-coordinate representation of color #D07805: hue angle of 33.99º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D07805 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.18 |
| HSL | 33.99º | 0.95% | 0.42% | - |
| HSV(B) | 33.99º | 0.98% | 0.82% | - |
| XYZ | 32.76 | 26.85 | 3.6 | - |
| YUV | 133.2 | 55.65 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 5 | 0 | 0.42 | 0.98 | 0.18 | 33.99 | 0.95 | 0.42 |
| Hex | D0 | 78 | 5 | 0 | 2A | 62 | 12 | 22 | 5F | 2A |
| Octal | 320 | 170 | 5 | 0 | 52 | 142 | 22 | 42 | 137 | 52 |
| Binary | 11010000 | 1111000 | 101 | 0 | 101010 | 1100010 | 10010 | 100010 | 1011111 | 101010 |
Color Harmonies of #D07805
Complementary color
Monochromatic Colors of #D07805
Black with #D07805
Text Example
Text Example
White with #D07805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07805; }
p { color: rgb(208,120,5); }
H1.HeaderClassName
{
color: #D07805;
}
.AnyTagClassName
{
color: #D07805;
}
</style>
background-color css
<style>
a { background-color: #D07805; }
a { background-color: rgb(208,120,5); }
div.DivClassName
{
background-color: #D07805;
}
.BgClassName
{
background-color: #D07805;
}
</style>
border-color css
<style>
span { border-color: #D07805; }
span { border-color: rgb(208,120,5); }
td.TdClassName
{
border-color: #D07805;
}
.TagClassName
{
border-color: #D07805;
}
</style>