Shades of Mango Tango #D66E01
Tints of Mango Tango #D66E01
RGB
CMYK
RGB Variations
Color information
#D66E01 (or 0xD66E01) is known color: Mango Tango. HEX triplet: D6, 6E and 01. RGB value is (214,110,1). Sum of RGB (Red+Green+Blue) = 214+110+1=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66E01 is #2991FE. Grayscale: #818181. Windows color (decimal): -2724351 or 93910. OLE color: 93910.
HSL color Cylindrical-coordinate representation of color #D66E01: hue angle of 30.7º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D66E01 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 110 | 1 | - |
| CMYK | 0 | 0.49 | 1.00 | 0.16 |
| HSL | 30.7º | 0.99% | 0.42% | - |
| HSV(B) | 30.7º | 1% | 0.84% | - |
| XYZ | 33.31 | 25.45 | 3.19 | - |
| YUV | 128.67 | 55.96 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 110 | 1 | 0 | 0.49 | 1.00 | 0.16 | 30.7 | 0.99 | 0.42 |
| Hex | D6 | 6E | 1 | 0 | 31 | 64 | 10 | 1F | 63 | 2A |
| Octal | 326 | 156 | 1 | 0 | 61 | 144 | 20 | 37 | 143 | 52 |
| Binary | 11010110 | 1101110 | 1 | 0 | 110001 | 1100100 | 10000 | 11111 | 1100011 | 101010 |
Color Harmonies of #D66E01
Complementary color
Monochromatic Colors of #D66E01
Black with #D66E01
Text Example
Text Example
White with #D66E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66E01; }
p { color: rgb(214,110,1); }
H1.HeaderClassName
{
color: #D66E01;
}
.AnyTagClassName
{
color: #D66E01;
}
</style>
background-color css
<style>
a { background-color: #D66E01; }
a { background-color: rgb(214,110,1); }
div.DivClassName
{
background-color: #D66E01;
}
.BgClassName
{
background-color: #D66E01;
}
</style>
border-color css
<style>
span { border-color: #D66E01; }
span { border-color: rgb(214,110,1); }
td.TdClassName
{
border-color: #D66E01;
}
.TagClassName
{
border-color: #D66E01;
}
</style>