Shades of Mango Tango #D27F08
Tints of Mango Tango #D27F08
RGB
CMYK
RGB Variations
Color information
#D27F08 (or 0xD27F08) is known color: Mango Tango. HEX triplet: D2, 7F and 08. RGB value is (210,127,8). Sum of RGB (Red+Green+Blue) = 210+127+8=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27F08 is #2D80F7. Grayscale: #8A8A8A. Windows color (decimal): -2982136 or 557010. OLE color: 557010.
HSL color Cylindrical-coordinate representation of color #D27F08: hue angle of 35.35º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D27F08 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 8 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.18 |
| HSL | 35.35º | 0.93% | 0.43% | - |
| HSV(B) | 35.35º | 0.96% | 0.82% | - |
| XYZ | 34.21 | 28.9 | 4 | - |
| YUV | 138.25 | 54.5 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 8 | 0 | 0.40 | 0.96 | 0.18 | 35.35 | 0.93 | 0.43 |
| Hex | D2 | 7F | 8 | 0 | 28 | 60 | 12 | 23 | 5D | 2B |
| Octal | 322 | 177 | 10 | 0 | 50 | 140 | 22 | 43 | 135 | 53 |
| Binary | 11010010 | 1111111 | 1000 | 0 | 101000 | 1100000 | 10010 | 100011 | 1011101 | 101011 |
Color Harmonies of #D27F08
Complementary color
Monochromatic Colors of #D27F08
Black with #D27F08
Text Example
Text Example
White with #D27F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F08; }
p { color: rgb(210,127,8); }
H1.HeaderClassName
{
color: #D27F08;
}
.AnyTagClassName
{
color: #D27F08;
}
</style>
background-color css
<style>
a { background-color: #D27F08; }
a { background-color: rgb(210,127,8); }
div.DivClassName
{
background-color: #D27F08;
}
.BgClassName
{
background-color: #D27F08;
}
</style>
border-color css
<style>
span { border-color: #D27F08; }
span { border-color: rgb(210,127,8); }
td.TdClassName
{
border-color: #D27F08;
}
.TagClassName
{
border-color: #D27F08;
}
</style>