Shades of Tango #D6722D
Tints of Tango #D6722D
RGB
CMYK
RGB Variations
Color information
#D6722D (or 0xD6722D) is known color: Tango. HEX triplet: D6, 72 and 2D. RGB value is (214,114,45). Sum of RGB (Red+Green+Blue) = 214+114+45=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6722D is #298DD2. Grayscale: #888888. Windows color (decimal): -2723283 or 2978518. OLE color: 2978518.
HSL color Cylindrical-coordinate representation of color #D6722D: hue angle of 24.5º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6722D is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 45 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.16 |
| HSL | 24.5º | 0.67% | 0.51% | - |
| HSV(B) | 24.5º | 0.79% | 0.84% | - |
| XYZ | 34.22 | 26.52 | 5.8 | - |
| YUV | 136.03 | 76.63 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 45 | 0 | 0.47 | 0.79 | 0.16 | 24.5 | 0.67 | 0.51 |
| Hex | D6 | 72 | 2D | 0 | 2F | 4F | 10 | 18 | 43 | 33 |
| Octal | 326 | 162 | 55 | 0 | 57 | 117 | 20 | 30 | 103 | 63 |
| Binary | 11010110 | 1110010 | 101101 | 0 | 101111 | 1001111 | 10000 | 11000 | 1000011 | 110011 |
Color Harmonies of #D6722D
Complementary color
Monochromatic Colors of #D6722D
Black with #D6722D
Text Example
Text Example
White with #D6722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6722D; }
p { color: rgb(214,114,45); }
H1.HeaderClassName
{
color: #D6722D;
}
.AnyTagClassName
{
color: #D6722D;
}
</style>
background-color css
<style>
a { background-color: #D6722D; }
a { background-color: rgb(214,114,45); }
div.DivClassName
{
background-color: #D6722D;
}
.BgClassName
{
background-color: #D6722D;
}
</style>
border-color css
<style>
span { border-color: #D6722D; }
span { border-color: rgb(214,114,45); }
td.TdClassName
{
border-color: #D6722D;
}
.TagClassName
{
border-color: #D6722D;
}
</style>