Shades of Mango Tango #D78302
Tints of Mango Tango #D78302
RGB
CMYK
RGB Variations
Color information
#D78302 (or 0xD78302) is known color: Mango Tango. HEX triplet: D7, 83 and 02. RGB value is (215,131,2). Sum of RGB (Red+Green+Blue) = 215+131+2=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D78302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78302 is #287CFD. Grayscale: #8E8E8E. Windows color (decimal): -2653438 or 164823. OLE color: 164823.
HSL color Cylindrical-coordinate representation of color #D78302: hue angle of 36.34º 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 #D78302 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 131 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.16 |
| HSL | 36.34º | 0.98% | 0.43% | - |
| HSV(B) | 36.34º | 0.99% | 0.84% | - |
| XYZ | 36.15 | 30.68 | 4.07 | - |
| YUV | 141.41 | 49.33 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 131 | 2 | 0 | 0.39 | 0.99 | 0.16 | 36.34 | 0.98 | 0.43 |
| Hex | D7 | 83 | 2 | 0 | 27 | 63 | 10 | 24 | 62 | 2B |
| Octal | 327 | 203 | 2 | 0 | 47 | 143 | 20 | 44 | 142 | 53 |
| Binary | 11010111 | 10000011 | 10 | 0 | 100111 | 1100011 | 10000 | 100100 | 1100010 | 101011 |
Color Harmonies of #D78302
Complementary color
Monochromatic Colors of #D78302
Black with #D78302
Text Example
Text Example
White with #D78302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78302; }
p { color: rgb(215,131,2); }
H1.HeaderClassName
{
color: #D78302;
}
.AnyTagClassName
{
color: #D78302;
}
</style>
background-color css
<style>
a { background-color: #D78302; }
a { background-color: rgb(215,131,2); }
div.DivClassName
{
background-color: #D78302;
}
.BgClassName
{
background-color: #D78302;
}
</style>
border-color css
<style>
span { border-color: #D78302; }
span { border-color: rgb(215,131,2); }
td.TdClassName
{
border-color: #D78302;
}
.TagClassName
{
border-color: #D78302;
}
</style>