Shades of Mango Tango #D78105
Tints of Mango Tango #D78105
RGB
CMYK
RGB Variations
Color information
#D78105 (or 0xD78105) is known color: Mango Tango. HEX triplet: D7, 81 and 05. RGB value is (215,129,5). Sum of RGB (Red+Green+Blue) = 215+129+5=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 5 (2.34% from 255 or 1.43% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D78105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D78105 is #287EFA. Grayscale: #8D8D8D. Windows color (decimal): -2653947 or 360919. OLE color: 360919.
HSL color Cylindrical-coordinate representation of color #D78105: hue angle of 35.43º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D78105 is Cyan = 0, Magento = 0.4, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 129 | 5 | - |
| CMYK | 0 | 0.4 | 0.98 | 0.16 |
| HSL | 35.43º | 0.95% | 0.43% | - |
| HSV(B) | 35.43º | 0.98% | 0.84% | - |
| XYZ | 35.9 | 30.16 | 4.07 | - |
| YUV | 140.58 | 51.49 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 5 | 0 | 0.4 | 0.98 | 0.16 | 35.43 | 0.95 | 0.43 |
| Hex | D7 | 81 | 5 | 0 | 28 | 62 | 10 | 23 | 5F | 2B |
| Octal | 327 | 201 | 5 | 0 | 50 | 142 | 20 | 43 | 137 | 53 |
| Binary | 11010111 | 10000001 | 101 | 0 | 101000 | 1100010 | 10000 | 100011 | 1011111 | 101011 |
Color Harmonies of #D78105
Complementary color
Monochromatic Colors of #D78105
Black with #D78105
Text Example
Text Example
White with #D78105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78105; }
p { color: rgb(215,129,5); }
H1.HeaderClassName
{
color: #D78105;
}
.AnyTagClassName
{
color: #D78105;
}
</style>
background-color css
<style>
a { background-color: #D78105; }
a { background-color: rgb(215,129,5); }
div.DivClassName
{
background-color: #D78105;
}
.BgClassName
{
background-color: #D78105;
}
</style>
border-color css
<style>
span { border-color: #D78105; }
span { border-color: rgb(215,129,5); }
td.TdClassName
{
border-color: #D78105;
}
.TagClassName
{
border-color: #D78105;
}
</style>