Shades of Mango Tango #DD680B
Tints of Mango Tango #DD680B
RGB
CMYK
RGB Variations
Color information
#DD680B (or 0xDD680B) is known color: Mango Tango. HEX triplet: DD, 68 and 0B. RGB value is (221,104,11). Sum of RGB (Red+Green+Blue) = 221+104+11=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD680B is #2297F4. Grayscale: #808080. Windows color (decimal): -2267125 or 747741. OLE color: 747741.
HSL color Cylindrical-coordinate representation of color #DD680B: hue angle of 26.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD680B is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 11 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.13 |
| HSL | 26.57º | 0.91% | 0.45% | - |
| HSV(B) | 26.57º | 0.95% | 0.87% | - |
| XYZ | 34.83 | 25.3 | 3.36 | - |
| YUV | 128.38 | 61.76 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 11 | 0 | 0.53 | 0.95 | 0.13 | 26.57 | 0.91 | 0.45 |
| Hex | DD | 68 | B | 0 | 35 | 5F | D | 1B | 5B | 2D |
| Octal | 335 | 150 | 13 | 0 | 65 | 137 | 15 | 33 | 133 | 55 |
| Binary | 11011101 | 1101000 | 1011 | 0 | 110101 | 1011111 | 1101 | 11011 | 1011011 | 101101 |
Color Harmonies of #DD680B
Complementary color
Monochromatic Colors of #DD680B
Black with #DD680B
Text Example
Text Example
White with #DD680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD680B; }
p { color: rgb(221,104,11); }
H1.HeaderClassName
{
color: #DD680B;
}
.AnyTagClassName
{
color: #DD680B;
}
</style>
background-color css
<style>
a { background-color: #DD680B; }
a { background-color: rgb(221,104,11); }
div.DivClassName
{
background-color: #DD680B;
}
.BgClassName
{
background-color: #DD680B;
}
</style>
border-color css
<style>
span { border-color: #DD680B; }
span { border-color: rgb(221,104,11); }
td.TdClassName
{
border-color: #DD680B;
}
.TagClassName
{
border-color: #DD680B;
}
</style>