Shades of Mango Tango #D76802
Tints of Mango Tango #D76802
RGB
CMYK
RGB Variations
Color information
#D76802 (or 0xD76802) is known color: Mango Tango. HEX triplet: D7, 68 and 02. RGB value is (215,104,2). Sum of RGB (Red+Green+Blue) = 215+104+2=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D76802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76802 is #2897FD. Grayscale: #7E7E7E. Windows color (decimal): -2660350 or 157911. OLE color: 157911.
HSL color Cylindrical-coordinate representation of color #D76802: hue angle of 28.73º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D76802 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.16 |
| HSL | 28.73º | 0.98% | 0.43% | - |
| HSV(B) | 28.73º | 0.99% | 0.84% | - |
| XYZ | 32.99 | 24.35 | 3.02 | - |
| YUV | 125.56 | 58.27 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 2 | 0 | 0.52 | 0.99 | 0.16 | 28.73 | 0.98 | 0.43 |
| Hex | D7 | 68 | 2 | 0 | 34 | 63 | 10 | 1D | 62 | 2B |
| Octal | 327 | 150 | 2 | 0 | 64 | 143 | 20 | 35 | 142 | 53 |
| Binary | 11010111 | 1101000 | 10 | 0 | 110100 | 1100011 | 10000 | 11101 | 1100010 | 101011 |
Color Harmonies of #D76802
Complementary color
Monochromatic Colors of #D76802
Black with #D76802
Text Example
Text Example
White with #D76802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76802; }
p { color: rgb(215,104,2); }
H1.HeaderClassName
{
color: #D76802;
}
.AnyTagClassName
{
color: #D76802;
}
</style>
background-color css
<style>
a { background-color: #D76802; }
a { background-color: rgb(215,104,2); }
div.DivClassName
{
background-color: #D76802;
}
.BgClassName
{
background-color: #D76802;
}
</style>
border-color css
<style>
span { border-color: #D76802; }
span { border-color: rgb(215,104,2); }
td.TdClassName
{
border-color: #D76802;
}
.TagClassName
{
border-color: #D76802;
}
</style>