Shades of Mango Tango #D87B02
Tints of Mango Tango #D87B02
RGB
CMYK
RGB Variations
Color information
#D87B02 (or 0xD87B02) is known color: Mango Tango. HEX triplet: D8, 7B and 02. RGB value is (216,123,2). Sum of RGB (Red+Green+Blue) = 216+123+2=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87B02 is #2784FD. Grayscale: #898989. Windows color (decimal): -2589950 or 162776. OLE color: 162776.
HSL color Cylindrical-coordinate representation of color #D87B02: hue angle of 33.93º 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 #D87B02 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 2 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.15 |
| HSL | 33.93º | 0.98% | 0.43% | - |
| HSV(B) | 33.93º | 0.99% | 0.85% | - |
| XYZ | 35.41 | 28.77 | 3.74 | - |
| YUV | 137.01 | 51.81 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 2 | 0 | 0.43 | 0.99 | 0.15 | 33.93 | 0.98 | 0.43 |
| Hex | D8 | 7B | 2 | 0 | 2B | 63 | F | 22 | 62 | 2B |
| Octal | 330 | 173 | 2 | 0 | 53 | 143 | 17 | 42 | 142 | 53 |
| Binary | 11011000 | 1111011 | 10 | 0 | 101011 | 1100011 | 1111 | 100010 | 1100010 | 101011 |
Color Harmonies of #D87B02
Complementary color
Monochromatic Colors of #D87B02
Black with #D87B02
Text Example
Text Example
White with #D87B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87B02; }
p { color: rgb(216,123,2); }
H1.HeaderClassName
{
color: #D87B02;
}
.AnyTagClassName
{
color: #D87B02;
}
</style>
background-color css
<style>
a { background-color: #D87B02; }
a { background-color: rgb(216,123,2); }
div.DivClassName
{
background-color: #D87B02;
}
.BgClassName
{
background-color: #D87B02;
}
</style>
border-color css
<style>
span { border-color: #D87B02; }
span { border-color: rgb(216,123,2); }
td.TdClassName
{
border-color: #D87B02;
}
.TagClassName
{
border-color: #D87B02;
}
</style>