Shades of Mango Tango #D9700D
Tints of Mango Tango #D9700D
RGB
CMYK
RGB Variations
Color information
#D9700D (or 0xD9700D) is known color: Mango Tango. HEX triplet: D9, 70 and 0D. RGB value is (217,112,13). Sum of RGB (Red+Green+Blue) = 217+112+13=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D9700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9700D is #268FF2. Grayscale: #848484. Windows color (decimal): -2527219 or 880857. OLE color: 880857.
HSL color Cylindrical-coordinate representation of color #D9700D: hue angle of 29.12º 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 #D9700D is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 13 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.15 |
| HSL | 29.12º | 0.89% | 0.45% | - |
| HSV(B) | 29.12º | 0.94% | 0.85% | - |
| XYZ | 34.48 | 26.37 | 3.65 | - |
| YUV | 132.11 | 60.79 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 13 | 0 | 0.48 | 0.94 | 0.15 | 29.12 | 0.89 | 0.45 |
| Hex | D9 | 70 | D | 0 | 30 | 5E | F | 1D | 59 | 2D |
| Octal | 331 | 160 | 15 | 0 | 60 | 136 | 17 | 35 | 131 | 55 |
| Binary | 11011001 | 1110000 | 1101 | 0 | 110000 | 1011110 | 1111 | 11101 | 1011001 | 101101 |
Color Harmonies of #D9700D
Complementary color
Monochromatic Colors of #D9700D
Black with #D9700D
Text Example
Text Example
White with #D9700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9700D; }
p { color: rgb(217,112,13); }
H1.HeaderClassName
{
color: #D9700D;
}
.AnyTagClassName
{
color: #D9700D;
}
</style>
background-color css
<style>
a { background-color: #D9700D; }
a { background-color: rgb(217,112,13); }
div.DivClassName
{
background-color: #D9700D;
}
.BgClassName
{
background-color: #D9700D;
}
</style>
border-color css
<style>
span { border-color: #D9700D; }
span { border-color: rgb(217,112,13); }
td.TdClassName
{
border-color: #D9700D;
}
.TagClassName
{
border-color: #D9700D;
}
</style>