Shades of Mango Tango #DF820C
Tints of Mango Tango #DF820C
RGB
CMYK
RGB Variations
Color information
#DF820C (or 0xDF820C) is known color: Mango Tango. HEX triplet: DF, 82 and 0C. RGB value is (223,130,12). Sum of RGB (Red+Green+Blue) = 223+130+12=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF820C is #207DF3. Grayscale: #909090. Windows color (decimal): -2129396 or 819935. OLE color: 819935.
HSL color Cylindrical-coordinate representation of color #DF820C: hue angle of 33.55º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF820C is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 12 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.13 |
| HSL | 33.55º | 0.9% | 0.46% | - |
| HSV(B) | 33.55º | 0.95% | 0.87% | - |
| XYZ | 38.48 | 31.68 | 4.43 | - |
| YUV | 144.36 | 53.31 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 12 | 0 | 0.42 | 0.95 | 0.13 | 33.55 | 0.9 | 0.46 |
| Hex | DF | 82 | C | 0 | 2A | 5F | D | 22 | 5A | 2E |
| Octal | 337 | 202 | 14 | 0 | 52 | 137 | 15 | 42 | 132 | 56 |
| Binary | 11011111 | 10000010 | 1100 | 0 | 101010 | 1011111 | 1101 | 100010 | 1011010 | 101110 |
Color Harmonies of #DF820C
Complementary color
Monochromatic Colors of #DF820C
Black with #DF820C
Text Example
Text Example
White with #DF820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF820C; }
p { color: rgb(223,130,12); }
H1.HeaderClassName
{
color: #DF820C;
}
.AnyTagClassName
{
color: #DF820C;
}
</style>
background-color css
<style>
a { background-color: #DF820C; }
a { background-color: rgb(223,130,12); }
div.DivClassName
{
background-color: #DF820C;
}
.BgClassName
{
background-color: #DF820C;
}
</style>
border-color css
<style>
span { border-color: #DF820C; }
span { border-color: rgb(223,130,12); }
td.TdClassName
{
border-color: #DF820C;
}
.TagClassName
{
border-color: #DF820C;
}
</style>