Shades of Mango Tango #D27101
Tints of Mango Tango #D27101
RGB
CMYK
RGB Variations
Color information
#D27101 (or 0xD27101) is known color: Mango Tango. HEX triplet: D2, 71 and 01. RGB value is (210,113,1). Sum of RGB (Red+Green+Blue) = 210+113+1=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D27101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27101 is #2D8EFE. Grayscale: #818181. Windows color (decimal): -2985727 or 94674. OLE color: 94674.
HSL color Cylindrical-coordinate representation of color #D27101: hue angle of 32.15º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D27101 is Cyan = 0, Magento = 0.46, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 1 | - |
| CMYK | 0 | 0.46 | 1.00 | 0.18 |
| HSL | 32.15º | 0.99% | 0.41% | - |
| HSV(B) | 32.15º | 1% | 0.82% | - |
| XYZ | 32.49 | 25.51 | 3.24 | - |
| YUV | 129.24 | 55.64 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 1 | 0 | 0.46 | 1.00 | 0.18 | 32.15 | 0.99 | 0.41 |
| Hex | D2 | 71 | 1 | 0 | 2E | 64 | 12 | 20 | 63 | 29 |
| Octal | 322 | 161 | 1 | 0 | 56 | 144 | 22 | 40 | 143 | 51 |
| Binary | 11010010 | 1110001 | 1 | 0 | 101110 | 1100100 | 10010 | 100000 | 1100011 | 101001 |
Color Harmonies of #D27101
Complementary color
Monochromatic Colors of #D27101
Black with #D27101
Text Example
Text Example
White with #D27101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27101; }
p { color: rgb(210,113,1); }
H1.HeaderClassName
{
color: #D27101;
}
.AnyTagClassName
{
color: #D27101;
}
</style>
background-color css
<style>
a { background-color: #D27101; }
a { background-color: rgb(210,113,1); }
div.DivClassName
{
background-color: #D27101;
}
.BgClassName
{
background-color: #D27101;
}
</style>
border-color css
<style>
span { border-color: #D27101; }
span { border-color: rgb(210,113,1); }
td.TdClassName
{
border-color: #D27101;
}
.TagClassName
{
border-color: #D27101;
}
</style>