Shades of Mango Tango #D76D07
Tints of Mango Tango #D76D07
RGB
CMYK
RGB Variations
Color information
#D76D07 (or 0xD76D07) is known color: Mango Tango. HEX triplet: D7, 6D and 07. RGB value is (215,109,7). Sum of RGB (Red+Green+Blue) = 215+109+7=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76D07 is #2892F8. Grayscale: #818181. Windows color (decimal): -2659065 or 486871. OLE color: 486871.
HSL color Cylindrical-coordinate representation of color #D76D07: hue angle of 29.42º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D76D07 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 7 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.16 |
| HSL | 29.42º | 0.94% | 0.44% | - |
| HSV(B) | 29.42º | 0.97% | 0.84% | - |
| XYZ | 33.53 | 25.4 | 3.34 | - |
| YUV | 129.07 | 59.12 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 7 | 0 | 0.49 | 0.97 | 0.16 | 29.42 | 0.94 | 0.44 |
| Hex | D7 | 6D | 7 | 0 | 31 | 61 | 10 | 1D | 5E | 2C |
| Octal | 327 | 155 | 7 | 0 | 61 | 141 | 20 | 35 | 136 | 54 |
| Binary | 11010111 | 1101101 | 111 | 0 | 110001 | 1100001 | 10000 | 11101 | 1011110 | 101100 |
Color Harmonies of #D76D07
Complementary color
Monochromatic Colors of #D76D07
Black with #D76D07
Text Example
Text Example
White with #D76D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D07; }
p { color: rgb(215,109,7); }
H1.HeaderClassName
{
color: #D76D07;
}
.AnyTagClassName
{
color: #D76D07;
}
</style>
background-color css
<style>
a { background-color: #D76D07; }
a { background-color: rgb(215,109,7); }
div.DivClassName
{
background-color: #D76D07;
}
.BgClassName
{
background-color: #D76D07;
}
</style>
border-color css
<style>
span { border-color: #D76D07; }
span { border-color: rgb(215,109,7); }
td.TdClassName
{
border-color: #D76D07;
}
.TagClassName
{
border-color: #D76D07;
}
</style>