Shades of Mango Tango #DC6305
Tints of Mango Tango #DC6305
RGB
CMYK
RGB Variations
Color information
#DC6305 (or 0xDC6305) is known color: Mango Tango. HEX triplet: DC, 63 and 05. RGB value is (220,99,5). Sum of RGB (Red+Green+Blue) = 220+99+5=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6305 is #239CFA. Grayscale: #7C7C7C. Windows color (decimal): -2333947 or 353244. OLE color: 353244.
HSL color Cylindrical-coordinate representation of color #DC6305: hue angle of 26.23º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC6305 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 5 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.14 |
| HSL | 26.23º | 0.96% | 0.44% | - |
| HSV(B) | 26.23º | 0.98% | 0.86% | - |
| XYZ | 34 | 24.15 | 3.01 | - |
| YUV | 124.46 | 60.59 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 5 | 0 | 0.55 | 0.98 | 0.14 | 26.23 | 0.96 | 0.44 |
| Hex | DC | 63 | 5 | 0 | 37 | 62 | E | 1A | 60 | 2C |
| Octal | 334 | 143 | 5 | 0 | 67 | 142 | 16 | 32 | 140 | 54 |
| Binary | 11011100 | 1100011 | 101 | 0 | 110111 | 1100010 | 1110 | 11010 | 1100000 | 101100 |
Color Harmonies of #DC6305
Complementary color
Monochromatic Colors of #DC6305
Black with #DC6305
Text Example
Text Example
White with #DC6305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6305; }
p { color: rgb(220,99,5); }
H1.HeaderClassName
{
color: #DC6305;
}
.AnyTagClassName
{
color: #DC6305;
}
</style>
background-color css
<style>
a { background-color: #DC6305; }
a { background-color: rgb(220,99,5); }
div.DivClassName
{
background-color: #DC6305;
}
.BgClassName
{
background-color: #DC6305;
}
</style>
border-color css
<style>
span { border-color: #DC6305; }
span { border-color: rgb(220,99,5); }
td.TdClassName
{
border-color: #DC6305;
}
.TagClassName
{
border-color: #DC6305;
}
</style>