Shades of Mango Tango #D8750D
Tints of Mango Tango #D8750D
RGB
CMYK
RGB Variations
Color information
#D8750D (or 0xD8750D) is known color: Mango Tango. HEX triplet: D8, 75 and 0D. RGB value is (216,117,13). Sum of RGB (Red+Green+Blue) = 216+117+13=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8750D is #278AF2. Grayscale: #878787. Windows color (decimal): -2591475 or 882136. OLE color: 882136.
HSL color Cylindrical-coordinate representation of color #D8750D: hue angle of 30.74º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8750D is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 13 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.15 |
| HSL | 30.74º | 0.89% | 0.45% | - |
| HSV(B) | 30.74º | 0.94% | 0.85% | - |
| XYZ | 34.75 | 27.35 | 3.83 | - |
| YUV | 134.75 | 59.3 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 13 | 0 | 0.46 | 0.94 | 0.15 | 30.74 | 0.89 | 0.45 |
| Hex | D8 | 75 | D | 0 | 2E | 5E | F | 1F | 59 | 2D |
| Octal | 330 | 165 | 15 | 0 | 56 | 136 | 17 | 37 | 131 | 55 |
| Binary | 11011000 | 1110101 | 1101 | 0 | 101110 | 1011110 | 1111 | 11111 | 1011001 | 101101 |
Color Harmonies of #D8750D
Complementary color
Monochromatic Colors of #D8750D
Black with #D8750D
Text Example
Text Example
White with #D8750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8750D; }
p { color: rgb(216,117,13); }
H1.HeaderClassName
{
color: #D8750D;
}
.AnyTagClassName
{
color: #D8750D;
}
</style>
background-color css
<style>
a { background-color: #D8750D; }
a { background-color: rgb(216,117,13); }
div.DivClassName
{
background-color: #D8750D;
}
.BgClassName
{
background-color: #D8750D;
}
</style>
border-color css
<style>
span { border-color: #D8750D; }
span { border-color: rgb(216,117,13); }
td.TdClassName
{
border-color: #D8750D;
}
.TagClassName
{
border-color: #D8750D;
}
</style>