Shades of Mango Tango #D9730C
Tints of Mango Tango #D9730C
RGB
CMYK
RGB Variations
Color information
#D9730C (or 0xD9730C) is known color: Mango Tango. HEX triplet: D9, 73 and 0C. RGB value is (217,115,12). Sum of RGB (Red+Green+Blue) = 217+115+12=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9730C is #268CF3. Grayscale: #868686. Windows color (decimal): -2526452 or 816089. OLE color: 816089.
HSL color Cylindrical-coordinate representation of color #D9730C: hue angle of 30.15º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9730C is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 115 | 12 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.15 |
| HSL | 30.15º | 0.9% | 0.45% | - |
| HSV(B) | 30.15º | 0.94% | 0.85% | - |
| XYZ | 34.81 | 27.04 | 3.73 | - |
| YUV | 133.76 | 59.29 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 12 | 0 | 0.47 | 0.94 | 0.15 | 30.15 | 0.9 | 0.45 |
| Hex | D9 | 73 | C | 0 | 2F | 5E | F | 1E | 5A | 2D |
| Octal | 331 | 163 | 14 | 0 | 57 | 136 | 17 | 36 | 132 | 55 |
| Binary | 11011001 | 1110011 | 1100 | 0 | 101111 | 1011110 | 1111 | 11110 | 1011010 | 101101 |
Color Harmonies of #D9730C
Complementary color
Monochromatic Colors of #D9730C
Black with #D9730C
Text Example
Text Example
White with #D9730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9730C; }
p { color: rgb(217,115,12); }
H1.HeaderClassName
{
color: #D9730C;
}
.AnyTagClassName
{
color: #D9730C;
}
</style>
background-color css
<style>
a { background-color: #D9730C; }
a { background-color: rgb(217,115,12); }
div.DivClassName
{
background-color: #D9730C;
}
.BgClassName
{
background-color: #D9730C;
}
</style>
border-color css
<style>
span { border-color: #D9730C; }
span { border-color: rgb(217,115,12); }
td.TdClassName
{
border-color: #D9730C;
}
.TagClassName
{
border-color: #D9730C;
}
</style>