Shades of Mango Tango #DD650B
Tints of Mango Tango #DD650B
RGB
CMYK
RGB Variations
Color information
#DD650B (or 0xDD650B) is known color: Mango Tango. HEX triplet: DD, 65 and 0B. RGB value is (221,101,11). Sum of RGB (Red+Green+Blue) = 221+101+11=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD650B is #229AF4. Grayscale: #7F7F7F. Windows color (decimal): -2267893 or 746973. OLE color: 746973.
HSL color Cylindrical-coordinate representation of color #DD650B: hue angle of 25.71º 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 #DD650B is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 11 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.13 |
| HSL | 25.71º | 0.91% | 0.45% | - |
| HSV(B) | 25.71º | 0.95% | 0.87% | - |
| XYZ | 34.53 | 24.7 | 3.26 | - |
| YUV | 126.62 | 62.76 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 11 | 0 | 0.54 | 0.95 | 0.13 | 25.71 | 0.91 | 0.45 |
| Hex | DD | 65 | B | 0 | 36 | 5F | D | 1A | 5B | 2D |
| Octal | 335 | 145 | 13 | 0 | 66 | 137 | 15 | 32 | 133 | 55 |
| Binary | 11011101 | 1100101 | 1011 | 0 | 110110 | 1011111 | 1101 | 11010 | 1011011 | 101101 |
Color Harmonies of #DD650B
Complementary color
Monochromatic Colors of #DD650B
Black with #DD650B
Text Example
Text Example
White with #DD650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD650B; }
p { color: rgb(221,101,11); }
H1.HeaderClassName
{
color: #DD650B;
}
.AnyTagClassName
{
color: #DD650B;
}
</style>
background-color css
<style>
a { background-color: #DD650B; }
a { background-color: rgb(221,101,11); }
div.DivClassName
{
background-color: #DD650B;
}
.BgClassName
{
background-color: #DD650B;
}
</style>
border-color css
<style>
span { border-color: #DD650B; }
span { border-color: rgb(221,101,11); }
td.TdClassName
{
border-color: #DD650B;
}
.TagClassName
{
border-color: #DD650B;
}
</style>