Shades of Mango Tango #D76F07
Tints of Mango Tango #D76F07
RGB
CMYK
RGB Variations
Color information
#D76F07 (or 0xD76F07) is known color: Mango Tango. HEX triplet: D7, 6F and 07. RGB value is (215,111,7). Sum of RGB (Red+Green+Blue) = 215+111+7=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76F07 is #2890F8. Grayscale: #828282. Windows color (decimal): -2658553 or 487383. OLE color: 487383.
HSL color Cylindrical-coordinate representation of color #D76F07: hue angle of 30º 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 #D76F07 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 7 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.16 |
| HSL | 30º | 0.94% | 0.44% | - |
| HSV(B) | 30º | 0.97% | 0.84% | - |
| XYZ | 33.75 | 25.83 | 3.41 | - |
| YUV | 130.24 | 58.46 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 7 | 0 | 0.48 | 0.97 | 0.16 | 30 | 0.94 | 0.44 |
| Hex | D7 | 6F | 7 | 0 | 30 | 61 | 10 | 1E | 5E | 2C |
| Octal | 327 | 157 | 7 | 0 | 60 | 141 | 20 | 36 | 136 | 54 |
| Binary | 11010111 | 1101111 | 111 | 0 | 110000 | 1100001 | 10000 | 11110 | 1011110 | 101100 |
Color Harmonies of #D76F07
Complementary color
Monochromatic Colors of #D76F07
Black with #D76F07
Text Example
Text Example
White with #D76F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76F07; }
p { color: rgb(215,111,7); }
H1.HeaderClassName
{
color: #D76F07;
}
.AnyTagClassName
{
color: #D76F07;
}
</style>
background-color css
<style>
a { background-color: #D76F07; }
a { background-color: rgb(215,111,7); }
div.DivClassName
{
background-color: #D76F07;
}
.BgClassName
{
background-color: #D76F07;
}
</style>
border-color css
<style>
span { border-color: #D76F07; }
span { border-color: rgb(215,111,7); }
td.TdClassName
{
border-color: #D76F07;
}
.TagClassName
{
border-color: #D76F07;
}
</style>