Shades of Mango Tango #D27A03
Tints of Mango Tango #D27A03
RGB
CMYK
RGB Variations
Color information
#D27A03 (or 0xD27A03) is known color: Mango Tango. HEX triplet: D2, 7A and 03. RGB value is (210,122,3). Sum of RGB (Red+Green+Blue) = 210+122+3=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27A03 is #2D85FC. Grayscale: #878787. Windows color (decimal): -2983421 or 228050. OLE color: 228050.
HSL color Cylindrical-coordinate representation of color #D27A03: hue angle of 34.49º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D27A03 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 3 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.18 |
| HSL | 34.49º | 0.97% | 0.42% | - |
| HSV(B) | 34.49º | 0.99% | 0.82% | - |
| XYZ | 33.55 | 27.63 | 3.65 | - |
| YUV | 134.75 | 53.65 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 3 | 0 | 0.42 | 0.99 | 0.18 | 34.49 | 0.97 | 0.42 |
| Hex | D2 | 7A | 3 | 0 | 2A | 63 | 12 | 22 | 61 | 2A |
| Octal | 322 | 172 | 3 | 0 | 52 | 143 | 22 | 42 | 141 | 52 |
| Binary | 11010010 | 1111010 | 11 | 0 | 101010 | 1100011 | 10010 | 100010 | 1100001 | 101010 |
Color Harmonies of #D27A03
Complementary color
Monochromatic Colors of #D27A03
Black with #D27A03
Text Example
Text Example
White with #D27A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A03; }
p { color: rgb(210,122,3); }
H1.HeaderClassName
{
color: #D27A03;
}
.AnyTagClassName
{
color: #D27A03;
}
</style>
background-color css
<style>
a { background-color: #D27A03; }
a { background-color: rgb(210,122,3); }
div.DivClassName
{
background-color: #D27A03;
}
.BgClassName
{
background-color: #D27A03;
}
</style>
border-color css
<style>
span { border-color: #D27A03; }
span { border-color: rgb(210,122,3); }
td.TdClassName
{
border-color: #D27A03;
}
.TagClassName
{
border-color: #D27A03;
}
</style>