Shades of Mango Tango #D27C00
Tints of Mango Tango #D27C00
RGB
CMYK
RGB Variations
Color information
#D27C00 (or 0xD27C00) is known color: Mango Tango. HEX triplet: D2, 7C and 00. RGB value is (210,124,0). Sum of RGB (Red+Green+Blue) = 210+124+0=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27C00 is #2D83FF. Grayscale: #888888. Windows color (decimal): -2982912 or 31954. OLE color: 31954.
HSL color Cylindrical-coordinate representation of color #D27C00: hue angle of 35.43º 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 #D27C00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.18 |
| HSL | 35.43º | 1% | 0.41% | - |
| HSV(B) | 35.43º | 1% | 0.82% | - |
| XYZ | 33.79 | 28.12 | 3.65 | - |
| YUV | 135.58 | 51.49 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 0 | 0 | 0.41 | 1 | 0.18 | 35.43 | 1 | 0.41 |
| Hex | D2 | 7C | 0 | 0 | 29 | 64 | 12 | 23 | 64 | 29 |
| Octal | 322 | 174 | 0 | 0 | 51 | 144 | 22 | 43 | 144 | 51 |
| Binary | 11010010 | 1111100 | 0 | 0 | 101001 | 1100100 | 10010 | 100011 | 1100100 | 101001 |
Color Harmonies of #D27C00
Complementary color
Monochromatic Colors of #D27C00
Black with #D27C00
Text Example
Text Example
White with #D27C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C00; }
p { color: rgb(210,124,0); }
H1.HeaderClassName
{
color: #D27C00;
}
.AnyTagClassName
{
color: #D27C00;
}
</style>
background-color css
<style>
a { background-color: #D27C00; }
a { background-color: rgb(210,124,0); }
div.DivClassName
{
background-color: #D27C00;
}
.BgClassName
{
background-color: #D27C00;
}
</style>
border-color css
<style>
span { border-color: #D27C00; }
span { border-color: rgb(210,124,0); }
td.TdClassName
{
border-color: #D27C00;
}
.TagClassName
{
border-color: #D27C00;
}
</style>