Shades of Tango #D06D32
Tints of Tango #D06D32
RGB
CMYK
RGB Variations
Color information
#D06D32 (or 0xD06D32) is known color: Tango. HEX triplet: D0, 6D and 32. RGB value is (208,109,50). Sum of RGB (Red+Green+Blue) = 208+109+50=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D32 is #2F92CD. Grayscale: #848484. Windows color (decimal): -3117774 or 3304912. OLE color: 3304912.
HSL color Cylindrical-coordinate representation of color #D06D32: hue angle of 22.41º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D06D32 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 50 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.18 |
| HSL | 22.41º | 0.63% | 0.51% | - |
| HSV(B) | 22.41º | 0.76% | 0.82% | - |
| XYZ | 32.06 | 24.58 | 6.07 | - |
| YUV | 131.88 | 81.8 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 50 | 0 | 0.48 | 0.76 | 0.18 | 22.41 | 0.63 | 0.51 |
| Hex | D0 | 6D | 32 | 0 | 30 | 4C | 12 | 16 | 3F | 33 |
| Octal | 320 | 155 | 62 | 0 | 60 | 114 | 22 | 26 | 77 | 63 |
| Binary | 11010000 | 1101101 | 110010 | 0 | 110000 | 1001100 | 10010 | 10110 | 111111 | 110011 |
Color Harmonies of #D06D32
Complementary color
Monochromatic Colors of #D06D32
Black with #D06D32
Text Example
Text Example
White with #D06D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D32; }
p { color: rgb(208,109,50); }
H1.HeaderClassName
{
color: #D06D32;
}
.AnyTagClassName
{
color: #D06D32;
}
</style>
background-color css
<style>
a { background-color: #D06D32; }
a { background-color: rgb(208,109,50); }
div.DivClassName
{
background-color: #D06D32;
}
.BgClassName
{
background-color: #D06D32;
}
</style>
border-color css
<style>
span { border-color: #D06D32; }
span { border-color: rgb(208,109,50); }
td.TdClassName
{
border-color: #D06D32;
}
.TagClassName
{
border-color: #D06D32;
}
</style>