Shades of Mango Tango #D97101
Tints of Mango Tango #D97101
RGB
CMYK
RGB Variations
Color information
#D97101 (or 0xD97101) is known color: Mango Tango. HEX triplet: D9, 71 and 01. RGB value is (217,113,1). Sum of RGB (Red+Green+Blue) = 217+113+1=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D97101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97101 is #268EFE. Grayscale: #838383. Windows color (decimal): -2526975 or 94681. OLE color: 94681.
HSL color Cylindrical-coordinate representation of color #D97101: hue angle of 31.11º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D97101 is Cyan = 0, Magento = 0.48, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 113 | 1 | - |
| CMYK | 0 | 0.48 | 1.00 | 0.15 |
| HSL | 31.11º | 0.99% | 0.43% | - |
| HSV(B) | 31.11º | 1% | 0.85% | - |
| XYZ | 34.53 | 26.56 | 3.34 | - |
| YUV | 131.33 | 54.46 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 1 | 0 | 0.48 | 1.00 | 0.15 | 31.11 | 0.99 | 0.43 |
| Hex | D9 | 71 | 1 | 0 | 30 | 64 | F | 1F | 63 | 2B |
| Octal | 331 | 161 | 1 | 0 | 60 | 144 | 17 | 37 | 143 | 53 |
| Binary | 11011001 | 1110001 | 1 | 0 | 110000 | 1100100 | 1111 | 11111 | 1100011 | 101011 |
Color Harmonies of #D97101
Complementary color
Monochromatic Colors of #D97101
Black with #D97101
Text Example
Text Example
White with #D97101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97101; }
p { color: rgb(217,113,1); }
H1.HeaderClassName
{
color: #D97101;
}
.AnyTagClassName
{
color: #D97101;
}
</style>
background-color css
<style>
a { background-color: #D97101; }
a { background-color: rgb(217,113,1); }
div.DivClassName
{
background-color: #D97101;
}
.BgClassName
{
background-color: #D97101;
}
</style>
border-color css
<style>
span { border-color: #D97101; }
span { border-color: rgb(217,113,1); }
td.TdClassName
{
border-color: #D97101;
}
.TagClassName
{
border-color: #D97101;
}
</style>