Shades of Mango Tango #D87D0A
Tints of Mango Tango #D87D0A
RGB
CMYK
RGB Variations
Color information
#D87D0A (or 0xD87D0A) is known color: Mango Tango. HEX triplet: D8, 7D and 0A. RGB value is (216,125,10). Sum of RGB (Red+Green+Blue) = 216+125+10=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87D0A is #2782F5. Grayscale: #8B8B8B. Windows color (decimal): -2589430 or 687576. OLE color: 687576.
HSL color Cylindrical-coordinate representation of color #D87D0A: hue angle of 33.5º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D87D0A is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 10 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.15 |
| HSL | 33.5º | 0.91% | 0.44% | - |
| HSV(B) | 33.5º | 0.95% | 0.85% | - |
| XYZ | 35.71 | 29.29 | 4.06 | - |
| YUV | 139.1 | 55.15 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 10 | 0 | 0.42 | 0.95 | 0.15 | 33.5 | 0.91 | 0.44 |
| Hex | D8 | 7D | A | 0 | 2A | 5F | F | 21 | 5B | 2C |
| Octal | 330 | 175 | 12 | 0 | 52 | 137 | 17 | 41 | 133 | 54 |
| Binary | 11011000 | 1111101 | 1010 | 0 | 101010 | 1011111 | 1111 | 100001 | 1011011 | 101100 |
Color Harmonies of #D87D0A
Complementary color
Monochromatic Colors of #D87D0A
Black with #D87D0A
Text Example
Text Example
White with #D87D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D0A; }
p { color: rgb(216,125,10); }
H1.HeaderClassName
{
color: #D87D0A;
}
.AnyTagClassName
{
color: #D87D0A;
}
</style>
background-color css
<style>
a { background-color: #D87D0A; }
a { background-color: rgb(216,125,10); }
div.DivClassName
{
background-color: #D87D0A;
}
.BgClassName
{
background-color: #D87D0A;
}
</style>
border-color css
<style>
span { border-color: #D87D0A; }
span { border-color: rgb(216,125,10); }
td.TdClassName
{
border-color: #D87D0A;
}
.TagClassName
{
border-color: #D87D0A;
}
</style>