Shades of Mango Tango #DC6B02
Tints of Mango Tango #DC6B02
RGB
CMYK
RGB Variations
Color information
#DC6B02 (or 0xDC6B02) is known color: Mango Tango. HEX triplet: DC, 6B and 02. RGB value is (220,107,2). Sum of RGB (Red+Green+Blue) = 220+107+2=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6B02 is #2394FD. Grayscale: #818181. Windows color (decimal): -2331902 or 158684. OLE color: 158684.
HSL color Cylindrical-coordinate representation of color #DC6B02: hue angle of 28.9º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC6B02 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.14 |
| HSL | 28.9º | 0.98% | 0.44% | - |
| HSV(B) | 28.9º | 0.99% | 0.86% | - |
| XYZ | 34.78 | 25.74 | 3.19 | - |
| YUV | 128.82 | 56.44 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 2 | 0 | 0.51 | 0.99 | 0.14 | 28.9 | 0.98 | 0.44 |
| Hex | DC | 6B | 2 | 0 | 33 | 63 | E | 1D | 62 | 2C |
| Octal | 334 | 153 | 2 | 0 | 63 | 143 | 16 | 35 | 142 | 54 |
| Binary | 11011100 | 1101011 | 10 | 0 | 110011 | 1100011 | 1110 | 11101 | 1100010 | 101100 |
Color Harmonies of #DC6B02
Complementary color
Monochromatic Colors of #DC6B02
Black with #DC6B02
Text Example
Text Example
White with #DC6B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B02; }
p { color: rgb(220,107,2); }
H1.HeaderClassName
{
color: #DC6B02;
}
.AnyTagClassName
{
color: #DC6B02;
}
</style>
background-color css
<style>
a { background-color: #DC6B02; }
a { background-color: rgb(220,107,2); }
div.DivClassName
{
background-color: #DC6B02;
}
.BgClassName
{
background-color: #DC6B02;
}
</style>
border-color css
<style>
span { border-color: #DC6B02; }
span { border-color: rgb(220,107,2); }
td.TdClassName
{
border-color: #DC6B02;
}
.TagClassName
{
border-color: #DC6B02;
}
</style>