Shades of Mango Tango #D9740D
Tints of Mango Tango #D9740D
RGB
CMYK
RGB Variations
Color information
#D9740D (or 0xD9740D) is known color: Mango Tango. HEX triplet: D9, 74 and 0D. RGB value is (217,116,13). Sum of RGB (Red+Green+Blue) = 217+116+13=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D9740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9740D is #268BF2. Grayscale: #868686. Windows color (decimal): -2526195 or 881881. OLE color: 881881.
HSL color Cylindrical-coordinate representation of color #D9740D: hue angle of 30.29º degrees, saturation: 0.89, 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 #D9740D is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 116 | 13 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.15 |
| HSL | 30.29º | 0.89% | 0.45% | - |
| HSV(B) | 30.29º | 0.94% | 0.85% | - |
| XYZ | 34.93 | 27.27 | 3.8 | - |
| YUV | 134.46 | 59.46 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 116 | 13 | 0 | 0.47 | 0.94 | 0.15 | 30.29 | 0.89 | 0.45 |
| Hex | D9 | 74 | D | 0 | 2F | 5E | F | 1E | 59 | 2D |
| Octal | 331 | 164 | 15 | 0 | 57 | 136 | 17 | 36 | 131 | 55 |
| Binary | 11011001 | 1110100 | 1101 | 0 | 101111 | 1011110 | 1111 | 11110 | 1011001 | 101101 |
Color Harmonies of #D9740D
Complementary color
Monochromatic Colors of #D9740D
Black with #D9740D
Text Example
Text Example
White with #D9740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9740D; }
p { color: rgb(217,116,13); }
H1.HeaderClassName
{
color: #D9740D;
}
.AnyTagClassName
{
color: #D9740D;
}
</style>
background-color css
<style>
a { background-color: #D9740D; }
a { background-color: rgb(217,116,13); }
div.DivClassName
{
background-color: #D9740D;
}
.BgClassName
{
background-color: #D9740D;
}
</style>
border-color css
<style>
span { border-color: #D9740D; }
span { border-color: rgb(217,116,13); }
td.TdClassName
{
border-color: #D9740D;
}
.TagClassName
{
border-color: #D9740D;
}
</style>