Shades of Tango #D06F39
Tints of Tango #D06F39
RGB
CMYK
RGB Variations
Color information
#D06F39 (or 0xD06F39) is known color: Tango. HEX triplet: D0, 6F and 39. RGB value is (208,111,57). Sum of RGB (Red+Green+Blue) = 208+111+57=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 57 (22.66% from 255 or 15.16% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F39 is #2F90C6. Grayscale: #868686. Windows color (decimal): -3117255 or 3764176. OLE color: 3764176.
HSL color Cylindrical-coordinate representation of color #D06F39: hue angle of 21.46º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D06F39 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 57 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.18 |
| HSL | 21.46º | 0.62% | 0.52% | - |
| HSV(B) | 21.46º | 0.73% | 0.82% | - |
| XYZ | 32.44 | 25.07 | 7 | - |
| YUV | 133.85 | 84.64 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 57 | 0 | 0.47 | 0.73 | 0.18 | 21.46 | 0.62 | 0.52 |
| Hex | D0 | 6F | 39 | 0 | 2F | 49 | 12 | 15 | 3E | 34 |
| Octal | 320 | 157 | 71 | 0 | 57 | 111 | 22 | 25 | 76 | 64 |
| Binary | 11010000 | 1101111 | 111001 | 0 | 101111 | 1001001 | 10010 | 10101 | 111110 | 110100 |
Color Harmonies of #D06F39
Complementary color
Monochromatic Colors of #D06F39
Black with #D06F39
Text Example
Text Example
White with #D06F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F39; }
p { color: rgb(208,111,57); }
H1.HeaderClassName
{
color: #D06F39;
}
.AnyTagClassName
{
color: #D06F39;
}
</style>
background-color css
<style>
a { background-color: #D06F39; }
a { background-color: rgb(208,111,57); }
div.DivClassName
{
background-color: #D06F39;
}
.BgClassName
{
background-color: #D06F39;
}
</style>
border-color css
<style>
span { border-color: #D06F39; }
span { border-color: rgb(208,111,57); }
td.TdClassName
{
border-color: #D06F39;
}
.TagClassName
{
border-color: #D06F39;
}
</style>