Shades of Tango #D0702E
Tints of Tango #D0702E
RGB
CMYK
RGB Variations
Color information
#D0702E (or 0xD0702E) is known color: Tango. HEX triplet: D0, 70 and 2E. RGB value is (208,112,46). Sum of RGB (Red+Green+Blue) = 208+112+46=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D0702E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0702E is #2F8FD1. Grayscale: #858585. Windows color (decimal): -3117010 or 3043536. OLE color: 3043536.
HSL color Cylindrical-coordinate representation of color #D0702E: hue angle of 24.44º 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 #D0702E is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 46 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.18 |
| HSL | 24.44º | 0.64% | 0.5% | - |
| HSV(B) | 24.44º | 0.78% | 0.82% | - |
| XYZ | 32.3 | 25.2 | 5.75 | - |
| YUV | 133.18 | 78.8 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 46 | 0 | 0.46 | 0.78 | 0.18 | 24.44 | 0.64 | 0.5 |
| Hex | D0 | 70 | 2E | 0 | 2E | 4E | 12 | 18 | 40 | 32 |
| Octal | 320 | 160 | 56 | 0 | 56 | 116 | 22 | 30 | 100 | 62 |
| Binary | 11010000 | 1110000 | 101110 | 0 | 101110 | 1001110 | 10010 | 11000 | 1000000 | 110010 |
Color Harmonies of #D0702E
Complementary color
Monochromatic Colors of #D0702E
Black with #D0702E
Text Example
Text Example
White with #D0702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0702E; }
p { color: rgb(208,112,46); }
H1.HeaderClassName
{
color: #D0702E;
}
.AnyTagClassName
{
color: #D0702E;
}
</style>
background-color css
<style>
a { background-color: #D0702E; }
a { background-color: rgb(208,112,46); }
div.DivClassName
{
background-color: #D0702E;
}
.BgClassName
{
background-color: #D0702E;
}
</style>
border-color css
<style>
span { border-color: #D0702E; }
span { border-color: rgb(208,112,46); }
td.TdClassName
{
border-color: #D0702E;
}
.TagClassName
{
border-color: #D0702E;
}
</style>