Shades of Tango #D06D2B
Tints of Tango #D06D2B
RGB
CMYK
RGB Variations
Color information
#D06D2B (or 0xD06D2B) is known color: Tango. HEX triplet: D0, 6D and 2B. RGB value is (208,109,43). Sum of RGB (Red+Green+Blue) = 208+109+43=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D2B is #2F92D4. Grayscale: #838383. Windows color (decimal): -3117781 or 2846160. OLE color: 2846160.
HSL color Cylindrical-coordinate representation of color #D06D2B: hue angle of 24º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D06D2B is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 43 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.18 |
| HSL | 24º | 0.66% | 0.49% | - |
| HSV(B) | 24º | 0.79% | 0.82% | - |
| XYZ | 31.92 | 24.52 | 5.34 | - |
| YUV | 131.08 | 78.3 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 43 | 0 | 0.48 | 0.79 | 0.18 | 24 | 0.66 | 0.49 |
| Hex | D0 | 6D | 2B | 0 | 30 | 4F | 12 | 18 | 42 | 31 |
| Octal | 320 | 155 | 53 | 0 | 60 | 117 | 22 | 30 | 102 | 61 |
| Binary | 11010000 | 1101101 | 101011 | 0 | 110000 | 1001111 | 10010 | 11000 | 1000010 | 110001 |
Color Harmonies of #D06D2B
Complementary color
Monochromatic Colors of #D06D2B
Black with #D06D2B
Text Example
Text Example
White with #D06D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D2B; }
p { color: rgb(208,109,43); }
H1.HeaderClassName
{
color: #D06D2B;
}
.AnyTagClassName
{
color: #D06D2B;
}
</style>
background-color css
<style>
a { background-color: #D06D2B; }
a { background-color: rgb(208,109,43); }
div.DivClassName
{
background-color: #D06D2B;
}
.BgClassName
{
background-color: #D06D2B;
}
</style>
border-color css
<style>
span { border-color: #D06D2B; }
span { border-color: rgb(208,109,43); }
td.TdClassName
{
border-color: #D06D2B;
}
.TagClassName
{
border-color: #D06D2B;
}
</style>