Shades of Tango #D06F2B
Tints of Tango #D06F2B
RGB
CMYK
RGB Variations
Color information
#D06F2B (or 0xD06F2B) is known color: Tango. HEX triplet: D0, 6F and 2B. RGB value is (208,111,43). Sum of RGB (Red+Green+Blue) = 208+111+43=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F2B is #2F90D4. Grayscale: #848484. Windows color (decimal): -3117269 or 2846672. OLE color: 2846672.
HSL color Cylindrical-coordinate representation of color #D06F2B: hue angle of 24.73º 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 #D06F2B is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 43 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.18 |
| HSL | 24.73º | 0.66% | 0.49% | - |
| HSV(B) | 24.73º | 0.79% | 0.82% | - |
| XYZ | 32.13 | 24.95 | 5.41 | - |
| YUV | 132.25 | 77.64 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 43 | 0 | 0.47 | 0.79 | 0.18 | 24.73 | 0.66 | 0.49 |
| Hex | D0 | 6F | 2B | 0 | 2F | 4F | 12 | 19 | 42 | 31 |
| Octal | 320 | 157 | 53 | 0 | 57 | 117 | 22 | 31 | 102 | 61 |
| Binary | 11010000 | 1101111 | 101011 | 0 | 101111 | 1001111 | 10010 | 11001 | 1000010 | 110001 |
Color Harmonies of #D06F2B
Complementary color
Monochromatic Colors of #D06F2B
Black with #D06F2B
Text Example
Text Example
White with #D06F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F2B; }
p { color: rgb(208,111,43); }
H1.HeaderClassName
{
color: #D06F2B;
}
.AnyTagClassName
{
color: #D06F2B;
}
</style>
background-color css
<style>
a { background-color: #D06F2B; }
a { background-color: rgb(208,111,43); }
div.DivClassName
{
background-color: #D06F2B;
}
.BgClassName
{
background-color: #D06F2B;
}
</style>
border-color css
<style>
span { border-color: #D06F2B; }
span { border-color: rgb(208,111,43); }
td.TdClassName
{
border-color: #D06F2B;
}
.TagClassName
{
border-color: #D06F2B;
}
</style>