Shades of Mango Tango #D76A0A
Tints of Mango Tango #D76A0A
RGB
CMYK
RGB Variations
Color information
#D76A0A (or 0xD76A0A) is known color: Mango Tango. HEX triplet: D7, 6A and 0A. RGB value is (215,106,10). Sum of RGB (Red+Green+Blue) = 215+106+10=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76A0A is #2895F5. Grayscale: #808080. Windows color (decimal): -2659830 or 682711. OLE color: 682711.
HSL color Cylindrical-coordinate representation of color #D76A0A: hue angle of 28.1º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D76A0A is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 10 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.16 |
| HSL | 28.1º | 0.91% | 0.44% | - |
| HSV(B) | 28.1º | 0.95% | 0.84% | - |
| XYZ | 33.23 | 24.78 | 3.32 | - |
| YUV | 127.65 | 61.61 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 10 | 0 | 0.51 | 0.95 | 0.16 | 28.1 | 0.91 | 0.44 |
| Hex | D7 | 6A | A | 0 | 33 | 5F | 10 | 1C | 5B | 2C |
| Octal | 327 | 152 | 12 | 0 | 63 | 137 | 20 | 34 | 133 | 54 |
| Binary | 11010111 | 1101010 | 1010 | 0 | 110011 | 1011111 | 10000 | 11100 | 1011011 | 101100 |
Color Harmonies of #D76A0A
Complementary color
Monochromatic Colors of #D76A0A
Black with #D76A0A
Text Example
Text Example
White with #D76A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A0A; }
p { color: rgb(215,106,10); }
H1.HeaderClassName
{
color: #D76A0A;
}
.AnyTagClassName
{
color: #D76A0A;
}
</style>
background-color css
<style>
a { background-color: #D76A0A; }
a { background-color: rgb(215,106,10); }
div.DivClassName
{
background-color: #D76A0A;
}
.BgClassName
{
background-color: #D76A0A;
}
</style>
border-color css
<style>
span { border-color: #D76A0A; }
span { border-color: rgb(215,106,10); }
td.TdClassName
{
border-color: #D76A0A;
}
.TagClassName
{
border-color: #D76A0A;
}
</style>