Shades of Mango Tango #D8770D
Tints of Mango Tango #D8770D
RGB
CMYK
RGB Variations
Color information
#D8770D (or 0xD8770D) is known color: Mango Tango. HEX triplet: D8, 77 and 0D. RGB value is (216,119,13). Sum of RGB (Red+Green+Blue) = 216+119+13=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D8770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8770D is #2788F2. Grayscale: #888888. Windows color (decimal): -2590963 or 882648. OLE color: 882648.
HSL color Cylindrical-coordinate representation of color #D8770D: hue angle of 31.33º 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 #D8770D is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 13 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.15 |
| HSL | 31.33º | 0.89% | 0.45% | - |
| HSV(B) | 31.33º | 0.94% | 0.85% | - |
| XYZ | 34.99 | 27.82 | 3.91 | - |
| YUV | 135.92 | 58.64 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 13 | 0 | 0.45 | 0.94 | 0.15 | 31.33 | 0.89 | 0.45 |
| Hex | D8 | 77 | D | 0 | 2D | 5E | F | 1F | 59 | 2D |
| Octal | 330 | 167 | 15 | 0 | 55 | 136 | 17 | 37 | 131 | 55 |
| Binary | 11011000 | 1110111 | 1101 | 0 | 101101 | 1011110 | 1111 | 11111 | 1011001 | 101101 |
Color Harmonies of #D8770D
Complementary color
Monochromatic Colors of #D8770D
Black with #D8770D
Text Example
Text Example
White with #D8770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8770D; }
p { color: rgb(216,119,13); }
H1.HeaderClassName
{
color: #D8770D;
}
.AnyTagClassName
{
color: #D8770D;
}
</style>
background-color css
<style>
a { background-color: #D8770D; }
a { background-color: rgb(216,119,13); }
div.DivClassName
{
background-color: #D8770D;
}
.BgClassName
{
background-color: #D8770D;
}
</style>
border-color css
<style>
span { border-color: #D8770D; }
span { border-color: rgb(216,119,13); }
td.TdClassName
{
border-color: #D8770D;
}
.TagClassName
{
border-color: #D8770D;
}
</style>