Shades of Mango Tango #D27A05
Tints of Mango Tango #D27A05
RGB
CMYK
RGB Variations
Color information
#D27A05 (or 0xD27A05) is known color: Mango Tango. HEX triplet: D2, 7A and 05. RGB value is (210,122,5). Sum of RGB (Red+Green+Blue) = 210+122+5=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27A05 is #2D85FA. Grayscale: #878787. Windows color (decimal): -2983419 or 359122. OLE color: 359122.
HSL color Cylindrical-coordinate representation of color #D27A05: hue angle of 34.24º 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 #D27A05 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.18 |
| HSL | 34.24º | 0.95% | 0.42% | - |
| HSV(B) | 34.24º | 0.98% | 0.82% | - |
| XYZ | 33.57 | 27.63 | 3.71 | - |
| YUV | 134.97 | 54.65 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 5 | 0 | 0.42 | 0.98 | 0.18 | 34.24 | 0.95 | 0.42 |
| Hex | D2 | 7A | 5 | 0 | 2A | 62 | 12 | 22 | 5F | 2A |
| Octal | 322 | 172 | 5 | 0 | 52 | 142 | 22 | 42 | 137 | 52 |
| Binary | 11010010 | 1111010 | 101 | 0 | 101010 | 1100010 | 10010 | 100010 | 1011111 | 101010 |
Color Harmonies of #D27A05
Complementary color
Monochromatic Colors of #D27A05
Black with #D27A05
Text Example
Text Example
White with #D27A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A05; }
p { color: rgb(210,122,5); }
H1.HeaderClassName
{
color: #D27A05;
}
.AnyTagClassName
{
color: #D27A05;
}
</style>
background-color css
<style>
a { background-color: #D27A05; }
a { background-color: rgb(210,122,5); }
div.DivClassName
{
background-color: #D27A05;
}
.BgClassName
{
background-color: #D27A05;
}
</style>
border-color css
<style>
span { border-color: #D27A05; }
span { border-color: rgb(210,122,5); }
td.TdClassName
{
border-color: #D27A05;
}
.TagClassName
{
border-color: #D27A05;
}
</style>