Shades of Mango Tango #DC650B
Tints of Mango Tango #DC650B
RGB
CMYK
RGB Variations
Color information
#DC650B (or 0xDC650B) is known color: Mango Tango. HEX triplet: DC, 65 and 0B. RGB value is (220,101,11). Sum of RGB (Red+Green+Blue) = 220+101+11=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC650B is #239AF4. Grayscale: #7E7E7E. Windows color (decimal): -2333429 or 746972. OLE color: 746972.
HSL color Cylindrical-coordinate representation of color #DC650B: hue angle of 25.84º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC650B is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 11 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.14 |
| HSL | 25.84º | 0.9% | 0.45% | - |
| HSV(B) | 25.84º | 0.95% | 0.86% | - |
| XYZ | 34.23 | 24.55 | 3.25 | - |
| YUV | 126.32 | 62.92 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 11 | 0 | 0.54 | 0.95 | 0.14 | 25.84 | 0.9 | 0.45 |
| Hex | DC | 65 | B | 0 | 36 | 5F | E | 1A | 5A | 2D |
| Octal | 334 | 145 | 13 | 0 | 66 | 137 | 16 | 32 | 132 | 55 |
| Binary | 11011100 | 1100101 | 1011 | 0 | 110110 | 1011111 | 1110 | 11010 | 1011010 | 101101 |
Color Harmonies of #DC650B
Complementary color
Monochromatic Colors of #DC650B
Black with #DC650B
Text Example
Text Example
White with #DC650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC650B; }
p { color: rgb(220,101,11); }
H1.HeaderClassName
{
color: #DC650B;
}
.AnyTagClassName
{
color: #DC650B;
}
</style>
background-color css
<style>
a { background-color: #DC650B; }
a { background-color: rgb(220,101,11); }
div.DivClassName
{
background-color: #DC650B;
}
.BgClassName
{
background-color: #DC650B;
}
</style>
border-color css
<style>
span { border-color: #DC650B; }
span { border-color: rgb(220,101,11); }
td.TdClassName
{
border-color: #DC650B;
}
.TagClassName
{
border-color: #DC650B;
}
</style>