Shades of Tango #D06F38
Tints of Tango #D06F38
RGB
CMYK
RGB Variations
Color information
#D06F38 (or 0xD06F38) is known color: Tango. HEX triplet: D0, 6F and 38. RGB value is (208,111,56). Sum of RGB (Red+Green+Blue) = 208+111+56=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F38 is #2F90C7. Grayscale: #868686. Windows color (decimal): -3117256 or 3698640. OLE color: 3698640.
HSL color Cylindrical-coordinate representation of color #D06F38: hue angle of 21.71º 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 #D06F38 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 56 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.18 |
| HSL | 21.71º | 0.62% | 0.52% | - |
| HSV(B) | 21.71º | 0.73% | 0.82% | - |
| XYZ | 32.41 | 25.06 | 6.87 | - |
| YUV | 133.73 | 84.14 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 56 | 0 | 0.47 | 0.73 | 0.18 | 21.71 | 0.62 | 0.52 |
| Hex | D0 | 6F | 38 | 0 | 2F | 49 | 12 | 16 | 3E | 34 |
| Octal | 320 | 157 | 70 | 0 | 57 | 111 | 22 | 26 | 76 | 64 |
| Binary | 11010000 | 1101111 | 111000 | 0 | 101111 | 1001001 | 10010 | 10110 | 111110 | 110100 |
Color Harmonies of #D06F38
Complementary color
Monochromatic Colors of #D06F38
Black with #D06F38
Text Example
Text Example
White with #D06F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F38; }
p { color: rgb(208,111,56); }
H1.HeaderClassName
{
color: #D06F38;
}
.AnyTagClassName
{
color: #D06F38;
}
</style>
background-color css
<style>
a { background-color: #D06F38; }
a { background-color: rgb(208,111,56); }
div.DivClassName
{
background-color: #D06F38;
}
.BgClassName
{
background-color: #D06F38;
}
</style>
border-color css
<style>
span { border-color: #D06F38; }
span { border-color: rgb(208,111,56); }
td.TdClassName
{
border-color: #D06F38;
}
.TagClassName
{
border-color: #D06F38;
}
</style>