Shades of Tango #D06C3C
Tints of Tango #D06C3C
RGB
CMYK
RGB Variations
Color information
#D06C3C (or 0xD06C3C) is known color: Tango. HEX triplet: D0, 6C and 3C. RGB value is (208,108,60). Sum of RGB (Red+Green+Blue) = 208+108+60=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06C3C is #2F93C3. Grayscale: #848484. Windows color (decimal): -3118020 or 3960016. OLE color: 3960016.
HSL color Cylindrical-coordinate representation of color #D06C3C: hue angle of 19.46º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D06C3C is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 60 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.18 |
| HSL | 19.46º | 0.61% | 0.53% | - |
| HSV(B) | 19.46º | 0.71% | 0.82% | - |
| XYZ | 32.19 | 24.46 | 7.3 | - |
| YUV | 132.43 | 87.13 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 60 | 0 | 0.48 | 0.71 | 0.18 | 19.46 | 0.61 | 0.53 |
| Hex | D0 | 6C | 3C | 0 | 30 | 47 | 12 | 13 | 3D | 35 |
| Octal | 320 | 154 | 74 | 0 | 60 | 107 | 22 | 23 | 75 | 65 |
| Binary | 11010000 | 1101100 | 111100 | 0 | 110000 | 1000111 | 10010 | 10011 | 111101 | 110101 |
Color Harmonies of #D06C3C
Complementary color
Monochromatic Colors of #D06C3C
Black with #D06C3C
Text Example
Text Example
White with #D06C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06C3C; }
p { color: rgb(208,108,60); }
H1.HeaderClassName
{
color: #D06C3C;
}
.AnyTagClassName
{
color: #D06C3C;
}
</style>
background-color css
<style>
a { background-color: #D06C3C; }
a { background-color: rgb(208,108,60); }
div.DivClassName
{
background-color: #D06C3C;
}
.BgClassName
{
background-color: #D06C3C;
}
</style>
border-color css
<style>
span { border-color: #D06C3C; }
span { border-color: rgb(208,108,60); }
td.TdClassName
{
border-color: #D06C3C;
}
.TagClassName
{
border-color: #D06C3C;
}
</style>