Shades of Mango Tango #D07F01
Tints of Mango Tango #D07F01
RGB
CMYK
RGB Variations
Color information
#D07F01 (or 0xD07F01) is known color: Mango Tango. HEX triplet: D0, 7F and 01. RGB value is (208,127,1). Sum of RGB (Red+Green+Blue) = 208+127+1=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07F01 is #2F80FE. Grayscale: #898989. Windows color (decimal): -3113215 or 98256. OLE color: 98256.
HSL color Cylindrical-coordinate representation of color #D07F01: hue angle of 36.52º 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 #D07F01 is Cyan = 0, Magento = 0.39, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 1 | - |
| CMYK | 0 | 0.39 | 1.00 | 0.18 |
| HSL | 36.52º | 0.99% | 0.41% | - |
| HSV(B) | 36.52º | 1% | 0.82% | - |
| XYZ | 33.61 | 28.59 | 3.78 | - |
| YUV | 136.86 | 51.34 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 1 | 0 | 0.39 | 1.00 | 0.18 | 36.52 | 0.99 | 0.41 |
| Hex | D0 | 7F | 1 | 0 | 27 | 64 | 12 | 25 | 63 | 29 |
| Octal | 320 | 177 | 1 | 0 | 47 | 144 | 22 | 45 | 143 | 51 |
| Binary | 11010000 | 1111111 | 1 | 0 | 100111 | 1100100 | 10010 | 100101 | 1100011 | 101001 |
Color Harmonies of #D07F01
Complementary color
Monochromatic Colors of #D07F01
Black with #D07F01
Text Example
Text Example
White with #D07F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F01; }
p { color: rgb(208,127,1); }
H1.HeaderClassName
{
color: #D07F01;
}
.AnyTagClassName
{
color: #D07F01;
}
</style>
background-color css
<style>
a { background-color: #D07F01; }
a { background-color: rgb(208,127,1); }
div.DivClassName
{
background-color: #D07F01;
}
.BgClassName
{
background-color: #D07F01;
}
</style>
border-color css
<style>
span { border-color: #D07F01; }
span { border-color: rgb(208,127,1); }
td.TdClassName
{
border-color: #D07F01;
}
.TagClassName
{
border-color: #D07F01;
}
</style>