Shades of Mango Tango #D96C0A
Tints of Mango Tango #D96C0A
RGB
CMYK
RGB Variations
Color information
#D96C0A (or 0xD96C0A) is known color: Mango Tango. HEX triplet: D9, 6C and 0A. RGB value is (217,108,10). Sum of RGB (Red+Green+Blue) = 217+108+10=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96C0A is #2693F5. Grayscale: #818181. Windows color (decimal): -2528246 or 683225. OLE color: 683225.
HSL color Cylindrical-coordinate representation of color #D96C0A: hue angle of 28.41º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D96C0A is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 10 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.15 |
| HSL | 28.41º | 0.91% | 0.45% | - |
| HSV(B) | 28.41º | 0.95% | 0.85% | - |
| XYZ | 34.03 | 25.5 | 3.42 | - |
| YUV | 129.42 | 60.61 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 10 | 0 | 0.50 | 0.95 | 0.15 | 28.41 | 0.91 | 0.45 |
| Hex | D9 | 6C | A | 0 | 32 | 5F | F | 1C | 5B | 2D |
| Octal | 331 | 154 | 12 | 0 | 62 | 137 | 17 | 34 | 133 | 55 |
| Binary | 11011001 | 1101100 | 1010 | 0 | 110010 | 1011111 | 1111 | 11100 | 1011011 | 101101 |
Color Harmonies of #D96C0A
Complementary color
Monochromatic Colors of #D96C0A
Black with #D96C0A
Text Example
Text Example
White with #D96C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C0A; }
p { color: rgb(217,108,10); }
H1.HeaderClassName
{
color: #D96C0A;
}
.AnyTagClassName
{
color: #D96C0A;
}
</style>
background-color css
<style>
a { background-color: #D96C0A; }
a { background-color: rgb(217,108,10); }
div.DivClassName
{
background-color: #D96C0A;
}
.BgClassName
{
background-color: #D96C0A;
}
</style>
border-color css
<style>
span { border-color: #D96C0A; }
span { border-color: rgb(217,108,10); }
td.TdClassName
{
border-color: #D96C0A;
}
.TagClassName
{
border-color: #D96C0A;
}
</style>