Shades of Mango Tango #DF690C
Tints of Mango Tango #DF690C
RGB
CMYK
RGB Variations
Color information
#DF690C (or 0xDF690C) is known color: Mango Tango. HEX triplet: DF, 69 and 0C. RGB value is (223,105,12). Sum of RGB (Red+Green+Blue) = 223+105+12=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF690C is #2096F3. Grayscale: #828282. Windows color (decimal): -2135796 or 813535. OLE color: 813535.
HSL color Cylindrical-coordinate representation of color #DF690C: hue angle of 26.45º 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 #DF690C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.13 |
| HSL | 26.45º | 0.9% | 0.46% | - |
| HSV(B) | 26.45º | 0.95% | 0.87% | - |
| XYZ | 35.55 | 25.82 | 3.46 | - |
| YUV | 129.68 | 61.59 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 12 | 0 | 0.53 | 0.95 | 0.13 | 26.45 | 0.9 | 0.46 |
| Hex | DF | 69 | C | 0 | 35 | 5F | D | 1A | 5A | 2E |
| Octal | 337 | 151 | 14 | 0 | 65 | 137 | 15 | 32 | 132 | 56 |
| Binary | 11011111 | 1101001 | 1100 | 0 | 110101 | 1011111 | 1101 | 11010 | 1011010 | 101110 |
Color Harmonies of #DF690C
Complementary color
Monochromatic Colors of #DF690C
Black with #DF690C
Text Example
Text Example
White with #DF690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF690C; }
p { color: rgb(223,105,12); }
H1.HeaderClassName
{
color: #DF690C;
}
.AnyTagClassName
{
color: #DF690C;
}
</style>
background-color css
<style>
a { background-color: #DF690C; }
a { background-color: rgb(223,105,12); }
div.DivClassName
{
background-color: #DF690C;
}
.BgClassName
{
background-color: #DF690C;
}
</style>
border-color css
<style>
span { border-color: #DF690C; }
span { border-color: rgb(223,105,12); }
td.TdClassName
{
border-color: #DF690C;
}
.TagClassName
{
border-color: #DF690C;
}
</style>