Shades of Mango Tango #D27300
Tints of Mango Tango #D27300
RGB
CMYK
RGB Variations
Color information
#D27300 (or 0xD27300) is known color: Mango Tango. HEX triplet: D2, 73 and 00. RGB value is (210,115,0). Sum of RGB (Red+Green+Blue) = 210+115+0=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D27300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27300 is #2D8CFF. Grayscale: #828282. Windows color (decimal): -2985216 or 29650. OLE color: 29650.
HSL color Cylindrical-coordinate representation of color #D27300: hue angle of 32.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D27300 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.18 |
| HSL | 32.86º | 1% | 0.41% | - |
| HSV(B) | 32.86º | 1% | 0.82% | - |
| XYZ | 32.71 | 25.96 | 3.29 | - |
| YUV | 130.3 | 54.47 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 0 | 0 | 0.45 | 1 | 0.18 | 32.86 | 1 | 0.41 |
| Hex | D2 | 73 | 0 | 0 | 2D | 64 | 12 | 21 | 64 | 29 |
| Octal | 322 | 163 | 0 | 0 | 55 | 144 | 22 | 41 | 144 | 51 |
| Binary | 11010010 | 1110011 | 0 | 0 | 101101 | 1100100 | 10010 | 100001 | 1100100 | 101001 |
Color Harmonies of #D27300
Complementary color
Monochromatic Colors of #D27300
Black with #D27300
Text Example
Text Example
White with #D27300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27300; }
p { color: rgb(210,115,0); }
H1.HeaderClassName
{
color: #D27300;
}
.AnyTagClassName
{
color: #D27300;
}
</style>
background-color css
<style>
a { background-color: #D27300; }
a { background-color: rgb(210,115,0); }
div.DivClassName
{
background-color: #D27300;
}
.BgClassName
{
background-color: #D27300;
}
</style>
border-color css
<style>
span { border-color: #D27300; }
span { border-color: rgb(210,115,0); }
td.TdClassName
{
border-color: #D27300;
}
.TagClassName
{
border-color: #D27300;
}
</style>