Shades of Tango #D0722C
Tints of Tango #D0722C
RGB
CMYK
RGB Variations
Color information
#D0722C (or 0xD0722C) is known color: Tango. HEX triplet: D0, 72 and 2C. RGB value is (208,114,44). Sum of RGB (Red+Green+Blue) = 208+114+44=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D0722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0722C is #2F8DD3. Grayscale: #868686. Windows color (decimal): -3116500 or 2912976. OLE color: 2912976.
HSL color Cylindrical-coordinate representation of color #D0722C: hue angle of 25.61º 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 #D0722C is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 44 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.18 |
| HSL | 25.61º | 0.65% | 0.49% | - |
| HSV(B) | 25.61º | 0.79% | 0.82% | - |
| XYZ | 32.48 | 25.63 | 5.62 | - |
| YUV | 134.13 | 77.14 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 44 | 0 | 0.45 | 0.79 | 0.18 | 25.61 | 0.65 | 0.49 |
| Hex | D0 | 72 | 2C | 0 | 2D | 4F | 12 | 1A | 41 | 31 |
| Octal | 320 | 162 | 54 | 0 | 55 | 117 | 22 | 32 | 101 | 61 |
| Binary | 11010000 | 1110010 | 101100 | 0 | 101101 | 1001111 | 10010 | 11010 | 1000001 | 110001 |
Color Harmonies of #D0722C
Complementary color
Monochromatic Colors of #D0722C
Black with #D0722C
Text Example
Text Example
White with #D0722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0722C; }
p { color: rgb(208,114,44); }
H1.HeaderClassName
{
color: #D0722C;
}
.AnyTagClassName
{
color: #D0722C;
}
</style>
background-color css
<style>
a { background-color: #D0722C; }
a { background-color: rgb(208,114,44); }
div.DivClassName
{
background-color: #D0722C;
}
.BgClassName
{
background-color: #D0722C;
}
</style>
border-color css
<style>
span { border-color: #D0722C; }
span { border-color: rgb(208,114,44); }
td.TdClassName
{
border-color: #D0722C;
}
.TagClassName
{
border-color: #D0722C;
}
</style>