Shades of Tango #D06E2A
Tints of Tango #D06E2A
RGB
CMYK
RGB Variations
Color information
#D06E2A (or 0xD06E2A) is known color: Tango. HEX triplet: D0, 6E and 2A. RGB value is (208,110,42). Sum of RGB (Red+Green+Blue) = 208+110+42=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06E2A is #2F91D5. Grayscale: #838383. Windows color (decimal): -3117526 or 2780880. OLE color: 2780880.
HSL color Cylindrical-coordinate representation of color #D06E2A: hue angle of 24.58º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D06E2A is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 42 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.18 |
| HSL | 24.58º | 0.66% | 0.49% | - |
| HSV(B) | 24.58º | 0.8% | 0.82% | - |
| XYZ | 32.01 | 24.73 | 5.28 | - |
| YUV | 131.55 | 77.47 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 42 | 0 | 0.47 | 0.80 | 0.18 | 24.58 | 0.66 | 0.49 |
| Hex | D0 | 6E | 2A | 0 | 2F | 50 | 12 | 19 | 42 | 31 |
| Octal | 320 | 156 | 52 | 0 | 57 | 120 | 22 | 31 | 102 | 61 |
| Binary | 11010000 | 1101110 | 101010 | 0 | 101111 | 1010000 | 10010 | 11001 | 1000010 | 110001 |
Color Harmonies of #D06E2A
Complementary color
Monochromatic Colors of #D06E2A
Black with #D06E2A
Text Example
Text Example
White with #D06E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06E2A; }
p { color: rgb(208,110,42); }
H1.HeaderClassName
{
color: #D06E2A;
}
.AnyTagClassName
{
color: #D06E2A;
}
</style>
background-color css
<style>
a { background-color: #D06E2A; }
a { background-color: rgb(208,110,42); }
div.DivClassName
{
background-color: #D06E2A;
}
.BgClassName
{
background-color: #D06E2A;
}
</style>
border-color css
<style>
span { border-color: #D06E2A; }
span { border-color: rgb(208,110,42); }
td.TdClassName
{
border-color: #D06E2A;
}
.TagClassName
{
border-color: #D06E2A;
}
</style>