Shades of Mango Tango #D97F0D
Tints of Mango Tango #D97F0D
RGB
CMYK
RGB Variations
Color information
#D97F0D (or 0xD97F0D) is known color: Mango Tango. HEX triplet: D9, 7F and 0D. RGB value is (217,127,13). Sum of RGB (Red+Green+Blue) = 217+127+13=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97F0D is #2680F2. Grayscale: #8D8D8D. Windows color (decimal): -2523379 or 884697. OLE color: 884697.
HSL color Cylindrical-coordinate representation of color #D97F0D: hue angle of 33.53º 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 #D97F0D is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 127 | 13 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.15 |
| HSL | 33.53º | 0.89% | 0.45% | - |
| HSV(B) | 33.53º | 0.94% | 0.85% | - |
| XYZ | 36.28 | 29.96 | 4.25 | - |
| YUV | 140.91 | 55.82 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 127 | 13 | 0 | 0.41 | 0.94 | 0.15 | 33.53 | 0.89 | 0.45 |
| Hex | D9 | 7F | D | 0 | 29 | 5E | F | 22 | 59 | 2D |
| Octal | 331 | 177 | 15 | 0 | 51 | 136 | 17 | 42 | 131 | 55 |
| Binary | 11011001 | 1111111 | 1101 | 0 | 101001 | 1011110 | 1111 | 100010 | 1011001 | 101101 |
Color Harmonies of #D97F0D
Complementary color
Monochromatic Colors of #D97F0D
Black with #D97F0D
Text Example
Text Example
White with #D97F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97F0D; }
p { color: rgb(217,127,13); }
H1.HeaderClassName
{
color: #D97F0D;
}
.AnyTagClassName
{
color: #D97F0D;
}
</style>
background-color css
<style>
a { background-color: #D97F0D; }
a { background-color: rgb(217,127,13); }
div.DivClassName
{
background-color: #D97F0D;
}
.BgClassName
{
background-color: #D97F0D;
}
</style>
border-color css
<style>
span { border-color: #D97F0D; }
span { border-color: rgb(217,127,13); }
td.TdClassName
{
border-color: #D97F0D;
}
.TagClassName
{
border-color: #D97F0D;
}
</style>