Shades of Tango #D2722C
Tints of Tango #D2722C
RGB
CMYK
RGB Variations
Color information
#D2722C (or 0xD2722C) is known color: Tango. HEX triplet: D2, 72 and 2C. RGB value is (210,114,44). Sum of RGB (Red+Green+Blue) = 210+114+44=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2722C is #2D8DD3. Grayscale: #878787. Windows color (decimal): -2985428 or 2912978. OLE color: 2912978.
HSL color Cylindrical-coordinate representation of color #D2722C: hue angle of 25.3º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2722C is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 44 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.18 |
| HSL | 25.3º | 0.65% | 0.5% | - |
| HSV(B) | 25.3º | 0.79% | 0.82% | - |
| XYZ | 33.05 | 25.92 | 5.64 | - |
| YUV | 134.72 | 76.8 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 44 | 0 | 0.46 | 0.79 | 0.18 | 25.3 | 0.65 | 0.5 |
| Hex | D2 | 72 | 2C | 0 | 2E | 4F | 12 | 19 | 41 | 32 |
| Octal | 322 | 162 | 54 | 0 | 56 | 117 | 22 | 31 | 101 | 62 |
| Binary | 11010010 | 1110010 | 101100 | 0 | 101110 | 1001111 | 10010 | 11001 | 1000001 | 110010 |
Color Harmonies of #D2722C
Complementary color
Monochromatic Colors of #D2722C
Black with #D2722C
Text Example
Text Example
White with #D2722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2722C; }
p { color: rgb(210,114,44); }
H1.HeaderClassName
{
color: #D2722C;
}
.AnyTagClassName
{
color: #D2722C;
}
</style>
background-color css
<style>
a { background-color: #D2722C; }
a { background-color: rgb(210,114,44); }
div.DivClassName
{
background-color: #D2722C;
}
.BgClassName
{
background-color: #D2722C;
}
</style>
border-color css
<style>
span { border-color: #D2722C; }
span { border-color: rgb(210,114,44); }
td.TdClassName
{
border-color: #D2722C;
}
.TagClassName
{
border-color: #D2722C;
}
</style>