Shades of Mango Tango #DF670A
Tints of Mango Tango #DF670A
RGB
CMYK
RGB Variations
Color information
#DF670A (or 0xDF670A) is known color: Mango Tango. HEX triplet: DF, 67 and 0A. RGB value is (223,103,10). Sum of RGB (Red+Green+Blue) = 223+103+10=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF670A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF670A is #2098F5. Grayscale: #808080. Windows color (decimal): -2136310 or 681951. OLE color: 681951.
HSL color Cylindrical-coordinate representation of color #DF670A: hue angle of 26.2º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF670A is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 10 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.13 |
| HSL | 26.2º | 0.91% | 0.46% | - |
| HSV(B) | 26.2º | 0.96% | 0.87% | - |
| XYZ | 35.34 | 25.41 | 3.33 | - |
| YUV | 128.28 | 61.26 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 10 | 0 | 0.54 | 0.96 | 0.13 | 26.2 | 0.91 | 0.46 |
| Hex | DF | 67 | A | 0 | 36 | 60 | D | 1A | 5B | 2E |
| Octal | 337 | 147 | 12 | 0 | 66 | 140 | 15 | 32 | 133 | 56 |
| Binary | 11011111 | 1100111 | 1010 | 0 | 110110 | 1100000 | 1101 | 11010 | 1011011 | 101110 |
Color Harmonies of #DF670A
Complementary color
Monochromatic Colors of #DF670A
Black with #DF670A
Text Example
Text Example
White with #DF670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF670A; }
p { color: rgb(223,103,10); }
H1.HeaderClassName
{
color: #DF670A;
}
.AnyTagClassName
{
color: #DF670A;
}
</style>
background-color css
<style>
a { background-color: #DF670A; }
a { background-color: rgb(223,103,10); }
div.DivClassName
{
background-color: #DF670A;
}
.BgClassName
{
background-color: #DF670A;
}
</style>
border-color css
<style>
span { border-color: #DF670A; }
span { border-color: rgb(223,103,10); }
td.TdClassName
{
border-color: #DF670A;
}
.TagClassName
{
border-color: #DF670A;
}
</style>