Shades of Tango #D3722C
Tints of Tango #D3722C
RGB
CMYK
RGB Variations
Color information
#D3722C (or 0xD3722C) is known color: Tango. HEX triplet: D3, 72 and 2C. RGB value is (211,114,44). Sum of RGB (Red+Green+Blue) = 211+114+44=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D3722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3722C is #2C8DD3. Grayscale: #878787. Windows color (decimal): -2919892 or 2912979. OLE color: 2912979.
HSL color Cylindrical-coordinate representation of color #D3722C: hue angle of 25.15º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D3722C is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 44 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.17 |
| HSL | 25.15º | 0.65% | 0.5% | - |
| HSV(B) | 25.15º | 0.79% | 0.83% | - |
| XYZ | 33.34 | 26.07 | 5.66 | - |
| YUV | 135.02 | 76.64 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 44 | 0 | 0.46 | 0.79 | 0.17 | 25.15 | 0.65 | 0.5 |
| Hex | D3 | 72 | 2C | 0 | 2E | 4F | 11 | 19 | 41 | 32 |
| Octal | 323 | 162 | 54 | 0 | 56 | 117 | 21 | 31 | 101 | 62 |
| Binary | 11010011 | 1110010 | 101100 | 0 | 101110 | 1001111 | 10001 | 11001 | 1000001 | 110010 |
Color Harmonies of #D3722C
Complementary color
Monochromatic Colors of #D3722C
Black with #D3722C
Text Example
Text Example
White with #D3722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3722C; }
p { color: rgb(211,114,44); }
H1.HeaderClassName
{
color: #D3722C;
}
.AnyTagClassName
{
color: #D3722C;
}
</style>
background-color css
<style>
a { background-color: #D3722C; }
a { background-color: rgb(211,114,44); }
div.DivClassName
{
background-color: #D3722C;
}
.BgClassName
{
background-color: #D3722C;
}
</style>
border-color css
<style>
span { border-color: #D3722C; }
span { border-color: rgb(211,114,44); }
td.TdClassName
{
border-color: #D3722C;
}
.TagClassName
{
border-color: #D3722C;
}
</style>