Shades of Mango Tango #D27A0A
Tints of Mango Tango #D27A0A
RGB
CMYK
RGB Variations
Color information
#D27A0A (or 0xD27A0A) is known color: Mango Tango. HEX triplet: D2, 7A and 0A. RGB value is (210,122,10). Sum of RGB (Red+Green+Blue) = 210+122+10=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27A0A is #2D85F5. Grayscale: #888888. Windows color (decimal): -2983414 or 686802. OLE color: 686802.
HSL color Cylindrical-coordinate representation of color #D27A0A: hue angle of 33.6º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D27A0A is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 10 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.18 |
| HSL | 33.6º | 0.91% | 0.43% | - |
| HSV(B) | 33.6º | 0.95% | 0.82% | - |
| XYZ | 33.59 | 27.64 | 3.85 | - |
| YUV | 135.54 | 57.15 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 10 | 0 | 0.42 | 0.95 | 0.18 | 33.6 | 0.91 | 0.43 |
| Hex | D2 | 7A | A | 0 | 2A | 5F | 12 | 22 | 5B | 2B |
| Octal | 322 | 172 | 12 | 0 | 52 | 137 | 22 | 42 | 133 | 53 |
| Binary | 11010010 | 1111010 | 1010 | 0 | 101010 | 1011111 | 10010 | 100010 | 1011011 | 101011 |
Color Harmonies of #D27A0A
Complementary color
Monochromatic Colors of #D27A0A
Black with #D27A0A
Text Example
Text Example
White with #D27A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A0A; }
p { color: rgb(210,122,10); }
H1.HeaderClassName
{
color: #D27A0A;
}
.AnyTagClassName
{
color: #D27A0A;
}
</style>
background-color css
<style>
a { background-color: #D27A0A; }
a { background-color: rgb(210,122,10); }
div.DivClassName
{
background-color: #D27A0A;
}
.BgClassName
{
background-color: #D27A0A;
}
</style>
border-color css
<style>
span { border-color: #D27A0A; }
span { border-color: rgb(210,122,10); }
td.TdClassName
{
border-color: #D27A0A;
}
.TagClassName
{
border-color: #D27A0A;
}
</style>