Shades of Tango #D06D2D
Tints of Tango #D06D2D
RGB
CMYK
RGB Variations
Color information
#D06D2D (or 0xD06D2D) is known color: Tango. HEX triplet: D0, 6D and 2D. RGB value is (208,109,45). Sum of RGB (Red+Green+Blue) = 208+109+45=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D2D is #2F92D2. Grayscale: #838383. Windows color (decimal): -3117779 or 2977232. OLE color: 2977232.
HSL color Cylindrical-coordinate representation of color #D06D2D: hue angle of 23.56º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D06D2D is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 45 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.18 |
| HSL | 23.56º | 0.64% | 0.5% | - |
| HSV(B) | 23.56º | 0.78% | 0.82% | - |
| XYZ | 31.95 | 24.54 | 5.53 | - |
| YUV | 131.31 | 79.3 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 45 | 0 | 0.48 | 0.78 | 0.18 | 23.56 | 0.64 | 0.5 |
| Hex | D0 | 6D | 2D | 0 | 30 | 4E | 12 | 18 | 40 | 32 |
| Octal | 320 | 155 | 55 | 0 | 60 | 116 | 22 | 30 | 100 | 62 |
| Binary | 11010000 | 1101101 | 101101 | 0 | 110000 | 1001110 | 10010 | 11000 | 1000000 | 110010 |
Color Harmonies of #D06D2D
Complementary color
Monochromatic Colors of #D06D2D
Black with #D06D2D
Text Example
Text Example
White with #D06D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D2D; }
p { color: rgb(208,109,45); }
H1.HeaderClassName
{
color: #D06D2D;
}
.AnyTagClassName
{
color: #D06D2D;
}
</style>
background-color css
<style>
a { background-color: #D06D2D; }
a { background-color: rgb(208,109,45); }
div.DivClassName
{
background-color: #D06D2D;
}
.BgClassName
{
background-color: #D06D2D;
}
</style>
border-color css
<style>
span { border-color: #D06D2D; }
span { border-color: rgb(208,109,45); }
td.TdClassName
{
border-color: #D06D2D;
}
.TagClassName
{
border-color: #D06D2D;
}
</style>