Shades of Mango Tango #D96A01
Tints of Mango Tango #D96A01
RGB
CMYK
RGB Variations
Color information
#D96A01 (or 0xD96A01) is known color: Mango Tango. HEX triplet: D9, 6A and 01. RGB value is (217,106,1). Sum of RGB (Red+Green+Blue) = 217+106+1=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96A01 is #2695FE. Grayscale: #7F7F7F. Windows color (decimal): -2528767 or 92889. OLE color: 92889.
HSL color Cylindrical-coordinate representation of color #D96A01: hue angle of 29.17º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D96A01 is Cyan = 0, Magento = 0.51, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 1 | - |
| CMYK | 0 | 0.51 | 1.00 | 0.15 |
| HSL | 29.17º | 0.99% | 0.43% | - |
| HSV(B) | 29.17º | 1% | 0.85% | - |
| XYZ | 33.77 | 25.06 | 3.09 | - |
| YUV | 127.22 | 56.77 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 1 | 0 | 0.51 | 1.00 | 0.15 | 29.17 | 0.99 | 0.43 |
| Hex | D9 | 6A | 1 | 0 | 33 | 64 | F | 1D | 63 | 2B |
| Octal | 331 | 152 | 1 | 0 | 63 | 144 | 17 | 35 | 143 | 53 |
| Binary | 11011001 | 1101010 | 1 | 0 | 110011 | 1100100 | 1111 | 11101 | 1100011 | 101011 |
Color Harmonies of #D96A01
Complementary color
Monochromatic Colors of #D96A01
Black with #D96A01
Text Example
Text Example
White with #D96A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A01; }
p { color: rgb(217,106,1); }
H1.HeaderClassName
{
color: #D96A01;
}
.AnyTagClassName
{
color: #D96A01;
}
</style>
background-color css
<style>
a { background-color: #D96A01; }
a { background-color: rgb(217,106,1); }
div.DivClassName
{
background-color: #D96A01;
}
.BgClassName
{
background-color: #D96A01;
}
</style>
border-color css
<style>
span { border-color: #D96A01; }
span { border-color: rgb(217,106,1); }
td.TdClassName
{
border-color: #D96A01;
}
.TagClassName
{
border-color: #D96A01;
}
</style>