Shades of Mango Tango #D16D02
Tints of Mango Tango #D16D02
RGB
CMYK
RGB Variations
Color information
#D16D02 (or 0xD16D02) is known color: Mango Tango. HEX triplet: D1, 6D and 02. RGB value is (209,109,2). Sum of RGB (Red+Green+Blue) = 209+109+2=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16D02 is #2E92FD. Grayscale: #7F7F7F. Windows color (decimal): -3052286 or 159185. OLE color: 159185.
HSL color Cylindrical-coordinate representation of color #D16D02: hue angle of 31.01º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D16D02 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 2 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.18 |
| HSL | 31.01º | 0.98% | 0.41% | - |
| HSV(B) | 31.01º | 0.99% | 0.82% | - |
| XYZ | 31.77 | 24.5 | 3.11 | - |
| YUV | 126.7 | 57.63 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 2 | 0 | 0.48 | 0.99 | 0.18 | 31.01 | 0.98 | 0.41 |
| Hex | D1 | 6D | 2 | 0 | 30 | 63 | 12 | 1F | 62 | 29 |
| Octal | 321 | 155 | 2 | 0 | 60 | 143 | 22 | 37 | 142 | 51 |
| Binary | 11010001 | 1101101 | 10 | 0 | 110000 | 1100011 | 10010 | 11111 | 1100010 | 101001 |
Color Harmonies of #D16D02
Complementary color
Monochromatic Colors of #D16D02
Black with #D16D02
Text Example
Text Example
White with #D16D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16D02; }
p { color: rgb(209,109,2); }
H1.HeaderClassName
{
color: #D16D02;
}
.AnyTagClassName
{
color: #D16D02;
}
</style>
background-color css
<style>
a { background-color: #D16D02; }
a { background-color: rgb(209,109,2); }
div.DivClassName
{
background-color: #D16D02;
}
.BgClassName
{
background-color: #D16D02;
}
</style>
border-color css
<style>
span { border-color: #D16D02; }
span { border-color: rgb(209,109,2); }
td.TdClassName
{
border-color: #D16D02;
}
.TagClassName
{
border-color: #D16D02;
}
</style>