Shades of Mango Tango #DF8108
Tints of Mango Tango #DF8108
RGB
CMYK
RGB Variations
Color information
#DF8108 (or 0xDF8108) is known color: Mango Tango. HEX triplet: DF, 81 and 08. RGB value is (223,129,8). Sum of RGB (Red+Green+Blue) = 223+129+8=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8108 is #207EF7. Grayscale: #8F8F8F. Windows color (decimal): -2129656 or 557535. OLE color: 557535.
HSL color Cylindrical-coordinate representation of color #DF8108: hue angle of 33.77º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF8108 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 8 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.13 |
| HSL | 33.77º | 0.93% | 0.45% | - |
| HSV(B) | 33.77º | 0.96% | 0.87% | - |
| XYZ | 38.33 | 31.41 | 4.27 | - |
| YUV | 143.31 | 51.64 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 8 | 0 | 0.42 | 0.96 | 0.13 | 33.77 | 0.93 | 0.45 |
| Hex | DF | 81 | 8 | 0 | 2A | 60 | D | 22 | 5D | 2D |
| Octal | 337 | 201 | 10 | 0 | 52 | 140 | 15 | 42 | 135 | 55 |
| Binary | 11011111 | 10000001 | 1000 | 0 | 101010 | 1100000 | 1101 | 100010 | 1011101 | 101101 |
Color Harmonies of #DF8108
Complementary color
Monochromatic Colors of #DF8108
Black with #DF8108
Text Example
Text Example
White with #DF8108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8108; }
p { color: rgb(223,129,8); }
H1.HeaderClassName
{
color: #DF8108;
}
.AnyTagClassName
{
color: #DF8108;
}
</style>
background-color css
<style>
a { background-color: #DF8108; }
a { background-color: rgb(223,129,8); }
div.DivClassName
{
background-color: #DF8108;
}
.BgClassName
{
background-color: #DF8108;
}
</style>
border-color css
<style>
span { border-color: #DF8108; }
span { border-color: rgb(223,129,8); }
td.TdClassName
{
border-color: #DF8108;
}
.TagClassName
{
border-color: #DF8108;
}
</style>