Shades of Mango Tango #D87D02
Tints of Mango Tango #D87D02
RGB
CMYK
RGB Variations
Color information
#D87D02 (or 0xD87D02) is known color: Mango Tango. HEX triplet: D8, 7D and 02. RGB value is (216,125,2). Sum of RGB (Red+Green+Blue) = 216+125+2=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87D02 is #2782FD. Grayscale: #8A8A8A. Windows color (decimal): -2589438 or 163288. OLE color: 163288.
HSL color Cylindrical-coordinate representation of color #D87D02: hue angle of 34.49º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D87D02 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.15 |
| HSL | 34.49º | 0.98% | 0.43% | - |
| HSV(B) | 34.49º | 0.99% | 0.85% | - |
| XYZ | 35.66 | 29.27 | 3.83 | - |
| YUV | 138.19 | 51.15 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 2 | 0 | 0.42 | 0.99 | 0.15 | 34.49 | 0.98 | 0.43 |
| Hex | D8 | 7D | 2 | 0 | 2A | 63 | F | 22 | 62 | 2B |
| Octal | 330 | 175 | 2 | 0 | 52 | 143 | 17 | 42 | 142 | 53 |
| Binary | 11011000 | 1111101 | 10 | 0 | 101010 | 1100011 | 1111 | 100010 | 1100010 | 101011 |
Color Harmonies of #D87D02
Complementary color
Monochromatic Colors of #D87D02
Black with #D87D02
Text Example
Text Example
White with #D87D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D02; }
p { color: rgb(216,125,2); }
H1.HeaderClassName
{
color: #D87D02;
}
.AnyTagClassName
{
color: #D87D02;
}
</style>
background-color css
<style>
a { background-color: #D87D02; }
a { background-color: rgb(216,125,2); }
div.DivClassName
{
background-color: #D87D02;
}
.BgClassName
{
background-color: #D87D02;
}
</style>
border-color css
<style>
span { border-color: #D87D02; }
span { border-color: rgb(216,125,2); }
td.TdClassName
{
border-color: #D87D02;
}
.TagClassName
{
border-color: #D87D02;
}
</style>