Shades of Tango #D06F3B
Tints of Tango #D06F3B
RGB
CMYK
RGB Variations
Color information
#D06F3B (or 0xD06F3B) is known color: Tango. HEX triplet: D0, 6F and 3B. RGB value is (208,111,59). Sum of RGB (Red+Green+Blue) = 208+111+59=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F3B is #2F90C4. Grayscale: #868686. Windows color (decimal): -3117253 or 3895248. OLE color: 3895248.
HSL color Cylindrical-coordinate representation of color #D06F3B: hue angle of 20.94º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D06F3B is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 59 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.18 |
| HSL | 20.94º | 0.61% | 0.52% | - |
| HSV(B) | 20.94º | 0.72% | 0.82% | - |
| XYZ | 32.49 | 25.09 | 7.27 | - |
| YUV | 134.08 | 85.64 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 59 | 0 | 0.47 | 0.72 | 0.18 | 20.94 | 0.61 | 0.52 |
| Hex | D0 | 6F | 3B | 0 | 2F | 48 | 12 | 15 | 3D | 34 |
| Octal | 320 | 157 | 73 | 0 | 57 | 110 | 22 | 25 | 75 | 64 |
| Binary | 11010000 | 1101111 | 111011 | 0 | 101111 | 1001000 | 10010 | 10101 | 111101 | 110100 |
Color Harmonies of #D06F3B
Complementary color
Monochromatic Colors of #D06F3B
Black with #D06F3B
Text Example
Text Example
White with #D06F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F3B; }
p { color: rgb(208,111,59); }
H1.HeaderClassName
{
color: #D06F3B;
}
.AnyTagClassName
{
color: #D06F3B;
}
</style>
background-color css
<style>
a { background-color: #D06F3B; }
a { background-color: rgb(208,111,59); }
div.DivClassName
{
background-color: #D06F3B;
}
.BgClassName
{
background-color: #D06F3B;
}
</style>
border-color css
<style>
span { border-color: #D06F3B; }
span { border-color: rgb(208,111,59); }
td.TdClassName
{
border-color: #D06F3B;
}
.TagClassName
{
border-color: #D06F3B;
}
</style>