Shades of Mango Tango #D27105
Tints of Mango Tango #D27105
RGB
CMYK
RGB Variations
Color information
#D27105 (or 0xD27105) is known color: Mango Tango. HEX triplet: D2, 71 and 05. RGB value is (210,113,5). Sum of RGB (Red+Green+Blue) = 210+113+5=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D27105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27105 is #2D8EFA. Grayscale: #828282. Windows color (decimal): -2985723 or 356818. OLE color: 356818.
HSL color Cylindrical-coordinate representation of color #D27105: hue angle of 31.61º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D27105 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 5 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.18 |
| HSL | 31.61º | 0.95% | 0.42% | - |
| HSV(B) | 31.61º | 0.98% | 0.82% | - |
| XYZ | 32.51 | 25.52 | 3.36 | - |
| YUV | 129.69 | 57.64 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 5 | 0 | 0.46 | 0.98 | 0.18 | 31.61 | 0.95 | 0.42 |
| Hex | D2 | 71 | 5 | 0 | 2E | 62 | 12 | 20 | 5F | 2A |
| Octal | 322 | 161 | 5 | 0 | 56 | 142 | 22 | 40 | 137 | 52 |
| Binary | 11010010 | 1110001 | 101 | 0 | 101110 | 1100010 | 10010 | 100000 | 1011111 | 101010 |
Color Harmonies of #D27105
Complementary color
Monochromatic Colors of #D27105
Black with #D27105
Text Example
Text Example
White with #D27105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27105; }
p { color: rgb(210,113,5); }
H1.HeaderClassName
{
color: #D27105;
}
.AnyTagClassName
{
color: #D27105;
}
</style>
background-color css
<style>
a { background-color: #D27105; }
a { background-color: rgb(210,113,5); }
div.DivClassName
{
background-color: #D27105;
}
.BgClassName
{
background-color: #D27105;
}
</style>
border-color css
<style>
span { border-color: #D27105; }
span { border-color: rgb(210,113,5); }
td.TdClassName
{
border-color: #D27105;
}
.TagClassName
{
border-color: #D27105;
}
</style>