Shades of Tango #D0713A
Tints of Tango #D0713A
RGB
CMYK
RGB Variations
Color information
#D0713A (or 0xD0713A) is known color: Tango. HEX triplet: D0, 71 and 3A. RGB value is (208,113,58). Sum of RGB (Red+Green+Blue) = 208+113+58=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D0713A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0713A is #2F8EC5. Grayscale: #878787. Windows color (decimal): -3116742 or 3830224. OLE color: 3830224.
HSL color Cylindrical-coordinate representation of color #D0713A: hue angle of 22º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0713A is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 58 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.18 |
| HSL | 22º | 0.61% | 0.52% | - |
| HSV(B) | 22º | 0.72% | 0.82% | - |
| XYZ | 32.68 | 25.53 | 7.21 | - |
| YUV | 135.14 | 84.47 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 58 | 0 | 0.46 | 0.72 | 0.18 | 22 | 0.61 | 0.52 |
| Hex | D0 | 71 | 3A | 0 | 2E | 48 | 12 | 16 | 3D | 34 |
| Octal | 320 | 161 | 72 | 0 | 56 | 110 | 22 | 26 | 75 | 64 |
| Binary | 11010000 | 1110001 | 111010 | 0 | 101110 | 1001000 | 10010 | 10110 | 111101 | 110100 |
Color Harmonies of #D0713A
Complementary color
Monochromatic Colors of #D0713A
Black with #D0713A
Text Example
Text Example
White with #D0713A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0713A; }
p { color: rgb(208,113,58); }
H1.HeaderClassName
{
color: #D0713A;
}
.AnyTagClassName
{
color: #D0713A;
}
</style>
background-color css
<style>
a { background-color: #D0713A; }
a { background-color: rgb(208,113,58); }
div.DivClassName
{
background-color: #D0713A;
}
.BgClassName
{
background-color: #D0713A;
}
</style>
border-color css
<style>
span { border-color: #D0713A; }
span { border-color: rgb(208,113,58); }
td.TdClassName
{
border-color: #D0713A;
}
.TagClassName
{
border-color: #D0713A;
}
</style>