Shades of Mango Tango #D86D02
Tints of Mango Tango #D86D02
RGB
CMYK
RGB Variations
Color information
#D86D02 (or 0xD86D02) is known color: Mango Tango. HEX triplet: D8, 6D and 02. RGB value is (216,109,2). Sum of RGB (Red+Green+Blue) = 216+109+2=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86D02 is #2792FD. Grayscale: #818181. Windows color (decimal): -2593534 or 159192. OLE color: 159192.
HSL color Cylindrical-coordinate representation of color #D86D02: hue angle of 30º 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 #D86D02 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 2 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.15 |
| HSL | 30º | 0.98% | 0.43% | - |
| HSV(B) | 30º | 0.99% | 0.85% | - |
| XYZ | 33.8 | 25.54 | 3.21 | - |
| YUV | 128.8 | 56.45 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 2 | 0 | 0.50 | 0.99 | 0.15 | 30 | 0.98 | 0.43 |
| Hex | D8 | 6D | 2 | 0 | 32 | 63 | F | 1E | 62 | 2B |
| Octal | 330 | 155 | 2 | 0 | 62 | 143 | 17 | 36 | 142 | 53 |
| Binary | 11011000 | 1101101 | 10 | 0 | 110010 | 1100011 | 1111 | 11110 | 1100010 | 101011 |
Color Harmonies of #D86D02
Complementary color
Monochromatic Colors of #D86D02
Black with #D86D02
Text Example
Text Example
White with #D86D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D02; }
p { color: rgb(216,109,2); }
H1.HeaderClassName
{
color: #D86D02;
}
.AnyTagClassName
{
color: #D86D02;
}
</style>
background-color css
<style>
a { background-color: #D86D02; }
a { background-color: rgb(216,109,2); }
div.DivClassName
{
background-color: #D86D02;
}
.BgClassName
{
background-color: #D86D02;
}
</style>
border-color css
<style>
span { border-color: #D86D02; }
span { border-color: rgb(216,109,2); }
td.TdClassName
{
border-color: #D86D02;
}
.TagClassName
{
border-color: #D86D02;
}
</style>