Shades of Mango Tango #DF810D
Tints of Mango Tango #DF810D
RGB
CMYK
RGB Variations
Color information
#DF810D (or 0xDF810D) is known color: Mango Tango. HEX triplet: DF, 81 and 0D. RGB value is (223,129,13). Sum of RGB (Red+Green+Blue) = 223+129+13=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF810D is #207EF2. Grayscale: #909090. Windows color (decimal): -2129651 or 885215. OLE color: 885215.
HSL color Cylindrical-coordinate representation of color #DF810D: hue angle of 33.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF810D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 13 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.13 |
| HSL | 33.14º | 0.89% | 0.46% | - |
| HSV(B) | 33.14º | 0.94% | 0.87% | - |
| XYZ | 38.35 | 31.42 | 4.42 | - |
| YUV | 143.88 | 54.14 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 13 | 0 | 0.42 | 0.94 | 0.13 | 33.14 | 0.89 | 0.46 |
| Hex | DF | 81 | D | 0 | 2A | 5E | D | 21 | 59 | 2E |
| Octal | 337 | 201 | 15 | 0 | 52 | 136 | 15 | 41 | 131 | 56 |
| Binary | 11011111 | 10000001 | 1101 | 0 | 101010 | 1011110 | 1101 | 100001 | 1011001 | 101110 |
Color Harmonies of #DF810D
Complementary color
Monochromatic Colors of #DF810D
Black with #DF810D
Text Example
Text Example
White with #DF810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF810D; }
p { color: rgb(223,129,13); }
H1.HeaderClassName
{
color: #DF810D;
}
.AnyTagClassName
{
color: #DF810D;
}
</style>
background-color css
<style>
a { background-color: #DF810D; }
a { background-color: rgb(223,129,13); }
div.DivClassName
{
background-color: #DF810D;
}
.BgClassName
{
background-color: #DF810D;
}
</style>
border-color css
<style>
span { border-color: #DF810D; }
span { border-color: rgb(223,129,13); }
td.TdClassName
{
border-color: #DF810D;
}
.TagClassName
{
border-color: #DF810D;
}
</style>