Shades of Mango Tango #D8760F
Tints of Mango Tango #D8760F
RGB
CMYK
RGB Variations
Color information
#D8760F (or 0xD8760F) is known color: Mango Tango. HEX triplet: D8, 76 and 0F. RGB value is (216,118,15). Sum of RGB (Red+Green+Blue) = 216+118+15=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D8760F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8760F is #2789F0. Grayscale: #888888. Windows color (decimal): -2591217 or 1013464. OLE color: 1013464.
HSL color Cylindrical-coordinate representation of color #D8760F: hue angle of 30.75º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8760F is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 15 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.15 |
| HSL | 30.75º | 0.87% | 0.45% | - |
| HSV(B) | 30.75º | 0.93% | 0.85% | - |
| XYZ | 34.88 | 27.59 | 3.94 | - |
| YUV | 135.56 | 59.97 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 15 | 0 | 0.45 | 0.93 | 0.15 | 30.75 | 0.87 | 0.45 |
| Hex | D8 | 76 | F | 0 | 2D | 5D | F | 1F | 57 | 2D |
| Octal | 330 | 166 | 17 | 0 | 55 | 135 | 17 | 37 | 127 | 55 |
| Binary | 11011000 | 1110110 | 1111 | 0 | 101101 | 1011101 | 1111 | 11111 | 1010111 | 101101 |
Color Harmonies of #D8760F
Complementary color
Monochromatic Colors of #D8760F
Black with #D8760F
Text Example
Text Example
White with #D8760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8760F; }
p { color: rgb(216,118,15); }
H1.HeaderClassName
{
color: #D8760F;
}
.AnyTagClassName
{
color: #D8760F;
}
</style>
background-color css
<style>
a { background-color: #D8760F; }
a { background-color: rgb(216,118,15); }
div.DivClassName
{
background-color: #D8760F;
}
.BgClassName
{
background-color: #D8760F;
}
</style>
border-color css
<style>
span { border-color: #D8760F; }
span { border-color: rgb(216,118,15); }
td.TdClassName
{
border-color: #D8760F;
}
.TagClassName
{
border-color: #D8760F;
}
</style>