Shades of Tango #D06D2C
Tints of Tango #D06D2C
RGB
CMYK
RGB Variations
Color information
#D06D2C (or 0xD06D2C) is known color: Tango. HEX triplet: D0, 6D and 2C. RGB value is (208,109,44). Sum of RGB (Red+Green+Blue) = 208+109+44=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D2C is #2F92D3. Grayscale: #838383. Windows color (decimal): -3117780 or 2911696. OLE color: 2911696.
HSL color Cylindrical-coordinate representation of color #D06D2C: hue angle of 23.78º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D06D2C is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 44 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.18 |
| HSL | 23.78º | 0.65% | 0.49% | - |
| HSV(B) | 23.78º | 0.79% | 0.82% | - |
| XYZ | 31.94 | 24.53 | 5.43 | - |
| YUV | 131.19 | 78.8 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 44 | 0 | 0.48 | 0.79 | 0.18 | 23.78 | 0.65 | 0.49 |
| Hex | D0 | 6D | 2C | 0 | 30 | 4F | 12 | 18 | 41 | 31 |
| Octal | 320 | 155 | 54 | 0 | 60 | 117 | 22 | 30 | 101 | 61 |
| Binary | 11010000 | 1101101 | 101100 | 0 | 110000 | 1001111 | 10010 | 11000 | 1000001 | 110001 |
Color Harmonies of #D06D2C
Complementary color
Monochromatic Colors of #D06D2C
Black with #D06D2C
Text Example
Text Example
White with #D06D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D2C; }
p { color: rgb(208,109,44); }
H1.HeaderClassName
{
color: #D06D2C;
}
.AnyTagClassName
{
color: #D06D2C;
}
</style>
background-color css
<style>
a { background-color: #D06D2C; }
a { background-color: rgb(208,109,44); }
div.DivClassName
{
background-color: #D06D2C;
}
.BgClassName
{
background-color: #D06D2C;
}
</style>
border-color css
<style>
span { border-color: #D06D2C; }
span { border-color: rgb(208,109,44); }
td.TdClassName
{
border-color: #D06D2C;
}
.TagClassName
{
border-color: #D06D2C;
}
</style>