Shades of Mango Tango #D07104
Tints of Mango Tango #D07104
RGB
CMYK
RGB Variations
Color information
#D07104 (or 0xD07104) is known color: Mango Tango. HEX triplet: D0, 71 and 04. RGB value is (208,113,4). Sum of RGB (Red+Green+Blue) = 208+113+4=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D07104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07104 is #2F8EFB. Grayscale: #818181. Windows color (decimal): -3116796 or 291280. OLE color: 291280.
HSL color Cylindrical-coordinate representation of color #D07104: hue angle of 32.06º degrees, saturation: 0.96, 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 #D07104 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.18 |
| HSL | 32.06º | 0.96% | 0.42% | - |
| HSV(B) | 32.06º | 0.98% | 0.82% | - |
| XYZ | 31.94 | 25.23 | 3.3 | - |
| YUV | 128.98 | 57.47 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 4 | 0 | 0.46 | 0.98 | 0.18 | 32.06 | 0.96 | 0.42 |
| Hex | D0 | 71 | 4 | 0 | 2E | 62 | 12 | 20 | 60 | 2A |
| Octal | 320 | 161 | 4 | 0 | 56 | 142 | 22 | 40 | 140 | 52 |
| Binary | 11010000 | 1110001 | 100 | 0 | 101110 | 1100010 | 10010 | 100000 | 1100000 | 101010 |
Color Harmonies of #D07104
Complementary color
Monochromatic Colors of #D07104
Black with #D07104
Text Example
Text Example
White with #D07104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07104; }
p { color: rgb(208,113,4); }
H1.HeaderClassName
{
color: #D07104;
}
.AnyTagClassName
{
color: #D07104;
}
</style>
background-color css
<style>
a { background-color: #D07104; }
a { background-color: rgb(208,113,4); }
div.DivClassName
{
background-color: #D07104;
}
.BgClassName
{
background-color: #D07104;
}
</style>
border-color css
<style>
span { border-color: #D07104; }
span { border-color: rgb(208,113,4); }
td.TdClassName
{
border-color: #D07104;
}
.TagClassName
{
border-color: #D07104;
}
</style>