Shades of Mango Tango #DF670D
Tints of Mango Tango #DF670D
RGB
CMYK
RGB Variations
Color information
#DF670D (or 0xDF670D) is known color: Mango Tango. HEX triplet: DF, 67 and 0D. RGB value is (223,103,13). Sum of RGB (Red+Green+Blue) = 223+103+13=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF670D is #2098F2. Grayscale: #818181. Windows color (decimal): -2136307 or 878559. OLE color: 878559.
HSL color Cylindrical-coordinate representation of color #DF670D: hue angle of 25.71º 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 #DF670D is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 13 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.13 |
| HSL | 25.71º | 0.89% | 0.46% | - |
| HSV(B) | 25.71º | 0.94% | 0.87% | - |
| XYZ | 35.35 | 25.42 | 3.42 | - |
| YUV | 128.62 | 62.76 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 13 | 0 | 0.54 | 0.94 | 0.13 | 25.71 | 0.89 | 0.46 |
| Hex | DF | 67 | D | 0 | 36 | 5E | D | 1A | 59 | 2E |
| Octal | 337 | 147 | 15 | 0 | 66 | 136 | 15 | 32 | 131 | 56 |
| Binary | 11011111 | 1100111 | 1101 | 0 | 110110 | 1011110 | 1101 | 11010 | 1011001 | 101110 |
Color Harmonies of #DF670D
Complementary color
Monochromatic Colors of #DF670D
Black with #DF670D
Text Example
Text Example
White with #DF670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF670D; }
p { color: rgb(223,103,13); }
H1.HeaderClassName
{
color: #DF670D;
}
.AnyTagClassName
{
color: #DF670D;
}
</style>
background-color css
<style>
a { background-color: #DF670D; }
a { background-color: rgb(223,103,13); }
div.DivClassName
{
background-color: #DF670D;
}
.BgClassName
{
background-color: #DF670D;
}
</style>
border-color css
<style>
span { border-color: #DF670D; }
span { border-color: rgb(223,103,13); }
td.TdClassName
{
border-color: #DF670D;
}
.TagClassName
{
border-color: #DF670D;
}
</style>