Shades of Mango Tango #D07101
Tints of Mango Tango #D07101
RGB
CMYK
RGB Variations
Color information
#D07101 (or 0xD07101) is known color: Mango Tango. HEX triplet: D0, 71 and 01. RGB value is (208,113,1). Sum of RGB (Red+Green+Blue) = 208+113+1=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D07101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07101 is #2F8EFE. Grayscale: #818181. Windows color (decimal): -3116799 or 94672. OLE color: 94672.
HSL color Cylindrical-coordinate representation of color #D07101: hue angle of 32.46º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D07101 is Cyan = 0, Magento = 0.46, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 1 | - |
| CMYK | 0 | 0.46 | 1.00 | 0.18 |
| HSL | 32.46º | 0.99% | 0.41% | - |
| HSV(B) | 32.46º | 1% | 0.82% | - |
| XYZ | 31.92 | 25.22 | 3.21 | - |
| YUV | 128.64 | 55.97 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 1 | 0 | 0.46 | 1.00 | 0.18 | 32.46 | 0.99 | 0.41 |
| Hex | D0 | 71 | 1 | 0 | 2E | 64 | 12 | 20 | 63 | 29 |
| Octal | 320 | 161 | 1 | 0 | 56 | 144 | 22 | 40 | 143 | 51 |
| Binary | 11010000 | 1110001 | 1 | 0 | 101110 | 1100100 | 10010 | 100000 | 1100011 | 101001 |
Color Harmonies of #D07101
Complementary color
Monochromatic Colors of #D07101
Black with #D07101
Text Example
Text Example
White with #D07101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07101; }
p { color: rgb(208,113,1); }
H1.HeaderClassName
{
color: #D07101;
}
.AnyTagClassName
{
color: #D07101;
}
</style>
background-color css
<style>
a { background-color: #D07101; }
a { background-color: rgb(208,113,1); }
div.DivClassName
{
background-color: #D07101;
}
.BgClassName
{
background-color: #D07101;
}
</style>
border-color css
<style>
span { border-color: #D07101; }
span { border-color: rgb(208,113,1); }
td.TdClassName
{
border-color: #D07101;
}
.TagClassName
{
border-color: #D07101;
}
</style>