Shades of Mango Tango #DF6803
Tints of Mango Tango #DF6803
RGB
CMYK
RGB Variations
Color information
#DF6803 (or 0xDF6803) is known color: Mango Tango. HEX triplet: DF, 68 and 03. RGB value is (223,104,3). Sum of RGB (Red+Green+Blue) = 223+104+3=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6803 is #2097FC. Grayscale: #808080. Windows color (decimal): -2136061 or 223455. OLE color: 223455.
HSL color Cylindrical-coordinate representation of color #DF6803: hue angle of 27.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF6803 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 3 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.13 |
| HSL | 27.55º | 0.97% | 0.44% | - |
| HSV(B) | 27.55º | 0.99% | 0.87% | - |
| XYZ | 35.4 | 25.6 | 3.16 | - |
| YUV | 128.07 | 57.42 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 3 | 0 | 0.53 | 0.99 | 0.13 | 27.55 | 0.97 | 0.44 |
| Hex | DF | 68 | 3 | 0 | 35 | 63 | D | 1C | 61 | 2C |
| Octal | 337 | 150 | 3 | 0 | 65 | 143 | 15 | 34 | 141 | 54 |
| Binary | 11011111 | 1101000 | 11 | 0 | 110101 | 1100011 | 1101 | 11100 | 1100001 | 101100 |
Color Harmonies of #DF6803
Complementary color
Monochromatic Colors of #DF6803
Black with #DF6803
Text Example
Text Example
White with #DF6803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6803; }
p { color: rgb(223,104,3); }
H1.HeaderClassName
{
color: #DF6803;
}
.AnyTagClassName
{
color: #DF6803;
}
</style>
background-color css
<style>
a { background-color: #DF6803; }
a { background-color: rgb(223,104,3); }
div.DivClassName
{
background-color: #DF6803;
}
.BgClassName
{
background-color: #DF6803;
}
</style>
border-color css
<style>
span { border-color: #DF6803; }
span { border-color: rgb(223,104,3); }
td.TdClassName
{
border-color: #DF6803;
}
.TagClassName
{
border-color: #DF6803;
}
</style>