Shades of Mango Tango #D37F06
Tints of Mango Tango #D37F06
RGB
CMYK
RGB Variations
Color information
#D37F06 (or 0xD37F06) is known color: Mango Tango. HEX triplet: D3, 7F and 06. RGB value is (211,127,6). Sum of RGB (Red+Green+Blue) = 211+127+6=344 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.34% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37F06 is #2C80F9. Grayscale: #8A8A8A. Windows color (decimal): -2916602 or 425939. OLE color: 425939.
HSL color Cylindrical-coordinate representation of color #D37F06: hue angle of 35.41º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D37F06 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 127 | 6 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.17 |
| HSL | 35.41º | 0.94% | 0.43% | - |
| HSV(B) | 35.41º | 0.97% | 0.83% | - |
| XYZ | 34.49 | 29.04 | 3.96 | - |
| YUV | 138.32 | 53.33 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 6 | 0 | 0.40 | 0.97 | 0.17 | 35.41 | 0.94 | 0.43 |
| Hex | D3 | 7F | 6 | 0 | 28 | 61 | 11 | 23 | 5E | 2B |
| Octal | 323 | 177 | 6 | 0 | 50 | 141 | 21 | 43 | 136 | 53 |
| Binary | 11010011 | 1111111 | 110 | 0 | 101000 | 1100001 | 10001 | 100011 | 1011110 | 101011 |
Color Harmonies of #D37F06
Complementary color
Monochromatic Colors of #D37F06
Black with #D37F06
Text Example
Text Example
White with #D37F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37F06; }
p { color: rgb(211,127,6); }
H1.HeaderClassName
{
color: #D37F06;
}
.AnyTagClassName
{
color: #D37F06;
}
</style>
background-color css
<style>
a { background-color: #D37F06; }
a { background-color: rgb(211,127,6); }
div.DivClassName
{
background-color: #D37F06;
}
.BgClassName
{
background-color: #D37F06;
}
</style>
border-color css
<style>
span { border-color: #D37F06; }
span { border-color: rgb(211,127,6); }
td.TdClassName
{
border-color: #D37F06;
}
.TagClassName
{
border-color: #D37F06;
}
</style>