Shades of Tango #D0712C
Tints of Tango #D0712C
RGB
CMYK
RGB Variations
Color information
#D0712C (or 0xD0712C) is known color: Tango. HEX triplet: D0, 71 and 2C. RGB value is (208,113,44). Sum of RGB (Red+Green+Blue) = 208+113+44=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D0712C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0712C is #2F8ED3. Grayscale: #858585. Windows color (decimal): -3116756 or 2912720. OLE color: 2912720.
HSL color Cylindrical-coordinate representation of color #D0712C: hue angle of 25.24º degrees, saturation: 0.65, 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 #D0712C is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 44 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.18 |
| HSL | 25.24º | 0.65% | 0.49% | - |
| HSV(B) | 25.24º | 0.79% | 0.82% | - |
| XYZ | 32.37 | 25.4 | 5.58 | - |
| YUV | 133.54 | 77.47 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 44 | 0 | 0.46 | 0.79 | 0.18 | 25.24 | 0.65 | 0.49 |
| Hex | D0 | 71 | 2C | 0 | 2E | 4F | 12 | 19 | 41 | 31 |
| Octal | 320 | 161 | 54 | 0 | 56 | 117 | 22 | 31 | 101 | 61 |
| Binary | 11010000 | 1110001 | 101100 | 0 | 101110 | 1001111 | 10010 | 11001 | 1000001 | 110001 |
Color Harmonies of #D0712C
Complementary color
Monochromatic Colors of #D0712C
Black with #D0712C
Text Example
Text Example
White with #D0712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0712C; }
p { color: rgb(208,113,44); }
H1.HeaderClassName
{
color: #D0712C;
}
.AnyTagClassName
{
color: #D0712C;
}
</style>
background-color css
<style>
a { background-color: #D0712C; }
a { background-color: rgb(208,113,44); }
div.DivClassName
{
background-color: #D0712C;
}
.BgClassName
{
background-color: #D0712C;
}
</style>
border-color css
<style>
span { border-color: #D0712C; }
span { border-color: rgb(208,113,44); }
td.TdClassName
{
border-color: #D0712C;
}
.TagClassName
{
border-color: #D0712C;
}
</style>