Shades of Mango Tango #DF650C
Tints of Mango Tango #DF650C
RGB
CMYK
RGB Variations
Color information
#DF650C (or 0xDF650C) is known color: Mango Tango. HEX triplet: DF, 65 and 0C. RGB value is (223,101,12). Sum of RGB (Red+Green+Blue) = 223+101+12=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF650C is #209AF3. Grayscale: #7F7F7F. Windows color (decimal): -2136820 or 812511. OLE color: 812511.
HSL color Cylindrical-coordinate representation of color #DF650C: hue angle of 25.31º 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 #DF650C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.13 |
| HSL | 25.31º | 0.9% | 0.46% | - |
| HSV(B) | 25.31º | 0.95% | 0.87% | - |
| XYZ | 35.15 | 25.02 | 3.32 | - |
| YUV | 127.33 | 62.92 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 12 | 0 | 0.55 | 0.95 | 0.13 | 25.31 | 0.9 | 0.46 |
| Hex | DF | 65 | C | 0 | 37 | 5F | D | 19 | 5A | 2E |
| Octal | 337 | 145 | 14 | 0 | 67 | 137 | 15 | 31 | 132 | 56 |
| Binary | 11011111 | 1100101 | 1100 | 0 | 110111 | 1011111 | 1101 | 11001 | 1011010 | 101110 |
Color Harmonies of #DF650C
Complementary color
Monochromatic Colors of #DF650C
Black with #DF650C
Text Example
Text Example
White with #DF650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF650C; }
p { color: rgb(223,101,12); }
H1.HeaderClassName
{
color: #DF650C;
}
.AnyTagClassName
{
color: #DF650C;
}
</style>
background-color css
<style>
a { background-color: #DF650C; }
a { background-color: rgb(223,101,12); }
div.DivClassName
{
background-color: #DF650C;
}
.BgClassName
{
background-color: #DF650C;
}
</style>
border-color css
<style>
span { border-color: #DF650C; }
span { border-color: rgb(223,101,12); }
td.TdClassName
{
border-color: #DF650C;
}
.TagClassName
{
border-color: #DF650C;
}
</style>