Shades of Tango #D06F3A
Tints of Tango #D06F3A
RGB
CMYK
RGB Variations
Color information
#D06F3A (or 0xD06F3A) is known color: Tango. HEX triplet: D0, 6F and 3A. RGB value is (208,111,58). Sum of RGB (Red+Green+Blue) = 208+111+58=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F3A is #2F90C5. Grayscale: #868686. Windows color (decimal): -3117254 or 3829712. OLE color: 3829712.
HSL color Cylindrical-coordinate representation of color #D06F3A: hue angle of 21.2º 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 #D06F3A is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 58 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.18 |
| HSL | 21.2º | 0.61% | 0.52% | - |
| HSV(B) | 21.2º | 0.72% | 0.82% | - |
| XYZ | 32.46 | 25.08 | 7.13 | - |
| YUV | 133.96 | 85.14 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 58 | 0 | 0.47 | 0.72 | 0.18 | 21.2 | 0.61 | 0.52 |
| Hex | D0 | 6F | 3A | 0 | 2F | 48 | 12 | 15 | 3D | 34 |
| Octal | 320 | 157 | 72 | 0 | 57 | 110 | 22 | 25 | 75 | 64 |
| Binary | 11010000 | 1101111 | 111010 | 0 | 101111 | 1001000 | 10010 | 10101 | 111101 | 110100 |
Color Harmonies of #D06F3A
Complementary color
Monochromatic Colors of #D06F3A
Black with #D06F3A
Text Example
Text Example
White with #D06F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F3A; }
p { color: rgb(208,111,58); }
H1.HeaderClassName
{
color: #D06F3A;
}
.AnyTagClassName
{
color: #D06F3A;
}
</style>
background-color css
<style>
a { background-color: #D06F3A; }
a { background-color: rgb(208,111,58); }
div.DivClassName
{
background-color: #D06F3A;
}
.BgClassName
{
background-color: #D06F3A;
}
</style>
border-color css
<style>
span { border-color: #D06F3A; }
span { border-color: rgb(208,111,58); }
td.TdClassName
{
border-color: #D06F3A;
}
.TagClassName
{
border-color: #D06F3A;
}
</style>