Shades of Mango Tango #D27A00
Tints of Mango Tango #D27A00
RGB
CMYK
RGB Variations
Color information
#D27A00 (or 0xD27A00) is known color: Mango Tango. HEX triplet: D2, 7A and 00. RGB value is (210,122,0). Sum of RGB (Red+Green+Blue) = 210+122+0=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27A00 is #2D85FF. Grayscale: #868686. Windows color (decimal): -2983424 or 31442. OLE color: 31442.
HSL color Cylindrical-coordinate representation of color #D27A00: hue angle of 34.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 #D27A00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.18 |
| HSL | 34.86º | 1% | 0.41% | - |
| HSV(B) | 34.86º | 1% | 0.82% | - |
| XYZ | 33.54 | 27.62 | 3.56 | - |
| YUV | 134.4 | 52.15 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 0 | 0 | 0.42 | 1 | 0.18 | 34.86 | 1 | 0.41 |
| Hex | D2 | 7A | 0 | 0 | 2A | 64 | 12 | 23 | 64 | 29 |
| Octal | 322 | 172 | 0 | 0 | 52 | 144 | 22 | 43 | 144 | 51 |
| Binary | 11010010 | 1111010 | 0 | 0 | 101010 | 1100100 | 10010 | 100011 | 1100100 | 101001 |
Color Harmonies of #D27A00
Complementary color
Monochromatic Colors of #D27A00
Black with #D27A00
Text Example
Text Example
White with #D27A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A00; }
p { color: rgb(210,122,0); }
H1.HeaderClassName
{
color: #D27A00;
}
.AnyTagClassName
{
color: #D27A00;
}
</style>
background-color css
<style>
a { background-color: #D27A00; }
a { background-color: rgb(210,122,0); }
div.DivClassName
{
background-color: #D27A00;
}
.BgClassName
{
background-color: #D27A00;
}
</style>
border-color css
<style>
span { border-color: #D27A00; }
span { border-color: rgb(210,122,0); }
td.TdClassName
{
border-color: #D27A00;
}
.TagClassName
{
border-color: #D27A00;
}
</style>