Shades of Mango Tango #DC690B
Tints of Mango Tango #DC690B
RGB
CMYK
RGB Variations
Color information
#DC690B (or 0xDC690B) is known color: Mango Tango. HEX triplet: DC, 69 and 0B. RGB value is (220,105,11). Sum of RGB (Red+Green+Blue) = 220+105+11=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC690B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC690B is #2396F4. Grayscale: #818181. Windows color (decimal): -2332405 or 747996. OLE color: 747996.
HSL color Cylindrical-coordinate representation of color #DC690B: hue angle of 26.99º 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 #DC690B is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 11 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.14 |
| HSL | 26.99º | 0.9% | 0.45% | - |
| HSV(B) | 26.99º | 0.95% | 0.86% | - |
| XYZ | 34.63 | 25.34 | 3.38 | - |
| YUV | 128.67 | 61.6 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 11 | 0 | 0.52 | 0.95 | 0.14 | 26.99 | 0.9 | 0.45 |
| Hex | DC | 69 | B | 0 | 34 | 5F | E | 1B | 5A | 2D |
| Octal | 334 | 151 | 13 | 0 | 64 | 137 | 16 | 33 | 132 | 55 |
| Binary | 11011100 | 1101001 | 1011 | 0 | 110100 | 1011111 | 1110 | 11011 | 1011010 | 101101 |
Color Harmonies of #DC690B
Complementary color
Monochromatic Colors of #DC690B
Black with #DC690B
Text Example
Text Example
White with #DC690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC690B; }
p { color: rgb(220,105,11); }
H1.HeaderClassName
{
color: #DC690B;
}
.AnyTagClassName
{
color: #DC690B;
}
</style>
background-color css
<style>
a { background-color: #DC690B; }
a { background-color: rgb(220,105,11); }
div.DivClassName
{
background-color: #DC690B;
}
.BgClassName
{
background-color: #DC690B;
}
</style>
border-color css
<style>
span { border-color: #DC690B; }
span { border-color: rgb(220,105,11); }
td.TdClassName
{
border-color: #DC690B;
}
.TagClassName
{
border-color: #DC690B;
}
</style>