Shades of Mango Tango #D06D01
Tints of Mango Tango #D06D01
RGB
CMYK
RGB Variations
Color information
#D06D01 (or 0xD06D01) is known color: Mango Tango. HEX triplet: D0, 6D and 01. RGB value is (208,109,1). Sum of RGB (Red+Green+Blue) = 208+109+1=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06D01 is #2F92FE. Grayscale: #7E7E7E. Windows color (decimal): -3117823 or 93648. OLE color: 93648.
HSL color Cylindrical-coordinate representation of color #D06D01: hue angle of 31.3º 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 #D06D01 is Cyan = 0, Magento = 0.48, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 1 | - |
| CMYK | 0 | 0.48 | 1.00 | 0.18 |
| HSL | 31.3º | 0.99% | 0.41% | - |
| HSV(B) | 31.3º | 1% | 0.82% | - |
| XYZ | 31.49 | 24.35 | 3.07 | - |
| YUV | 126.29 | 57.3 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 1 | 0 | 0.48 | 1.00 | 0.18 | 31.3 | 0.99 | 0.41 |
| Hex | D0 | 6D | 1 | 0 | 30 | 64 | 12 | 1F | 63 | 29 |
| Octal | 320 | 155 | 1 | 0 | 60 | 144 | 22 | 37 | 143 | 51 |
| Binary | 11010000 | 1101101 | 1 | 0 | 110000 | 1100100 | 10010 | 11111 | 1100011 | 101001 |
Color Harmonies of #D06D01
Complementary color
Monochromatic Colors of #D06D01
Black with #D06D01
Text Example
Text Example
White with #D06D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D01; }
p { color: rgb(208,109,1); }
H1.HeaderClassName
{
color: #D06D01;
}
.AnyTagClassName
{
color: #D06D01;
}
</style>
background-color css
<style>
a { background-color: #D06D01; }
a { background-color: rgb(208,109,1); }
div.DivClassName
{
background-color: #D06D01;
}
.BgClassName
{
background-color: #D06D01;
}
</style>
border-color css
<style>
span { border-color: #D06D01; }
span { border-color: rgb(208,109,1); }
td.TdClassName
{
border-color: #D06D01;
}
.TagClassName
{
border-color: #D06D01;
}
</style>