Shades of Mango Tango #D78002
Tints of Mango Tango #D78002
RGB
CMYK
RGB Variations
Color information
#D78002 (or 0xD78002) is known color: Mango Tango. HEX triplet: D7, 80 and 02. RGB value is (215,128,2). Sum of RGB (Red+Green+Blue) = 215+128+2=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D78002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78002 is #287FFD. Grayscale: #8C8C8C. Windows color (decimal): -2654206 or 164055. OLE color: 164055.
HSL color Cylindrical-coordinate representation of color #D78002: hue angle of 35.49º 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 #D78002 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.16 |
| HSL | 35.49º | 0.98% | 0.43% | - |
| HSV(B) | 35.49º | 0.99% | 0.84% | - |
| XYZ | 35.75 | 29.89 | 3.94 | - |
| YUV | 139.65 | 50.32 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 2 | 0 | 0.40 | 0.99 | 0.16 | 35.49 | 0.98 | 0.43 |
| Hex | D7 | 80 | 2 | 0 | 28 | 63 | 10 | 23 | 62 | 2B |
| Octal | 327 | 200 | 2 | 0 | 50 | 143 | 20 | 43 | 142 | 53 |
| Binary | 11010111 | 10000000 | 10 | 0 | 101000 | 1100011 | 10000 | 100011 | 1100010 | 101011 |
Color Harmonies of #D78002
Complementary color
Monochromatic Colors of #D78002
Black with #D78002
Text Example
Text Example
White with #D78002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78002; }
p { color: rgb(215,128,2); }
H1.HeaderClassName
{
color: #D78002;
}
.AnyTagClassName
{
color: #D78002;
}
</style>
background-color css
<style>
a { background-color: #D78002; }
a { background-color: rgb(215,128,2); }
div.DivClassName
{
background-color: #D78002;
}
.BgClassName
{
background-color: #D78002;
}
</style>
border-color css
<style>
span { border-color: #D78002; }
span { border-color: rgb(215,128,2); }
td.TdClassName
{
border-color: #D78002;
}
.TagClassName
{
border-color: #D78002;
}
</style>