Shades of Tango #D5722D
Tints of Tango #D5722D
RGB
CMYK
RGB Variations
Color information
#D5722D (or 0xD5722D) is known color: Tango. HEX triplet: D5, 72 and 2D. RGB value is (213,114,45). Sum of RGB (Red+Green+Blue) = 213+114+45=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5722D is #2A8DD2. Grayscale: #888888. Windows color (decimal): -2788819 or 2978517. OLE color: 2978517.
HSL color Cylindrical-coordinate representation of color #D5722D: hue angle of 24.64º 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 #D5722D is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 45 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.16 |
| HSL | 24.64º | 0.67% | 0.51% | - |
| HSV(B) | 24.64º | 0.79% | 0.84% | - |
| XYZ | 33.93 | 26.37 | 5.78 | - |
| YUV | 135.74 | 76.8 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 45 | 0 | 0.46 | 0.79 | 0.16 | 24.64 | 0.67 | 0.51 |
| Hex | D5 | 72 | 2D | 0 | 2E | 4F | 10 | 19 | 43 | 33 |
| Octal | 325 | 162 | 55 | 0 | 56 | 117 | 20 | 31 | 103 | 63 |
| Binary | 11010101 | 1110010 | 101101 | 0 | 101110 | 1001111 | 10000 | 11001 | 1000011 | 110011 |
Color Harmonies of #D5722D
Complementary color
Monochromatic Colors of #D5722D
Black with #D5722D
Text Example
Text Example
White with #D5722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5722D; }
p { color: rgb(213,114,45); }
H1.HeaderClassName
{
color: #D5722D;
}
.AnyTagClassName
{
color: #D5722D;
}
</style>
background-color css
<style>
a { background-color: #D5722D; }
a { background-color: rgb(213,114,45); }
div.DivClassName
{
background-color: #D5722D;
}
.BgClassName
{
background-color: #D5722D;
}
</style>
border-color css
<style>
span { border-color: #D5722D; }
span { border-color: rgb(213,114,45); }
td.TdClassName
{
border-color: #D5722D;
}
.TagClassName
{
border-color: #D5722D;
}
</style>