Shades of Mango Tango #D06F01
Tints of Mango Tango #D06F01
RGB
CMYK
RGB Variations
Color information
#D06F01 (or 0xD06F01) is known color: Mango Tango. HEX triplet: D0, 6F and 01. RGB value is (208,111,1). Sum of RGB (Red+Green+Blue) = 208+111+1=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06F01 is #2F90FE. Grayscale: #7F7F7F. Windows color (decimal): -3117311 or 94160. OLE color: 94160.
HSL color Cylindrical-coordinate representation of color #D06F01: hue angle of 31.88º 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 #D06F01 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 1 | - |
| CMYK | 0 | 0.47 | 1.00 | 0.18 |
| HSL | 31.88º | 0.99% | 0.41% | - |
| HSV(B) | 31.88º | 1% | 0.82% | - |
| XYZ | 31.7 | 24.78 | 3.14 | - |
| YUV | 127.46 | 56.64 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 1 | 0 | 0.47 | 1.00 | 0.18 | 31.88 | 0.99 | 0.41 |
| Hex | D0 | 6F | 1 | 0 | 2F | 64 | 12 | 20 | 63 | 29 |
| Octal | 320 | 157 | 1 | 0 | 57 | 144 | 22 | 40 | 143 | 51 |
| Binary | 11010000 | 1101111 | 1 | 0 | 101111 | 1100100 | 10010 | 100000 | 1100011 | 101001 |
Color Harmonies of #D06F01
Complementary color
Monochromatic Colors of #D06F01
Black with #D06F01
Text Example
Text Example
White with #D06F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F01; }
p { color: rgb(208,111,1); }
H1.HeaderClassName
{
color: #D06F01;
}
.AnyTagClassName
{
color: #D06F01;
}
</style>
background-color css
<style>
a { background-color: #D06F01; }
a { background-color: rgb(208,111,1); }
div.DivClassName
{
background-color: #D06F01;
}
.BgClassName
{
background-color: #D06F01;
}
</style>
border-color css
<style>
span { border-color: #D06F01; }
span { border-color: rgb(208,111,1); }
td.TdClassName
{
border-color: #D06F01;
}
.TagClassName
{
border-color: #D06F01;
}
</style>