Shades of Tango #D4722B
Tints of Tango #D4722B
RGB
CMYK
RGB Variations
Color information
#D4722B (or 0xD4722B) is known color: Tango. HEX triplet: D4, 72 and 2B. RGB value is (212,114,43). Sum of RGB (Red+Green+Blue) = 212+114+43=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D4722B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4722B is #2B8DD4. Grayscale: #878787. Windows color (decimal): -2854357 or 2847444. OLE color: 2847444.
HSL color Cylindrical-coordinate representation of color #D4722B: hue angle of 25.21º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4722B is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 114 | 43 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.17 |
| HSL | 25.21º | 0.66% | 0.5% | - |
| HSV(B) | 25.21º | 0.8% | 0.83% | - |
| XYZ | 33.6 | 26.21 | 5.57 | - |
| YUV | 135.21 | 75.97 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 43 | 0 | 0.46 | 0.80 | 0.17 | 25.21 | 0.66 | 0.5 |
| Hex | D4 | 72 | 2B | 0 | 2E | 50 | 11 | 19 | 42 | 32 |
| Octal | 324 | 162 | 53 | 0 | 56 | 120 | 21 | 31 | 102 | 62 |
| Binary | 11010100 | 1110010 | 101011 | 0 | 101110 | 1010000 | 10001 | 11001 | 1000010 | 110010 |
Color Harmonies of #D4722B
Complementary color
Monochromatic Colors of #D4722B
Black with #D4722B
Text Example
Text Example
White with #D4722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4722B; }
p { color: rgb(212,114,43); }
H1.HeaderClassName
{
color: #D4722B;
}
.AnyTagClassName
{
color: #D4722B;
}
</style>
background-color css
<style>
a { background-color: #D4722B; }
a { background-color: rgb(212,114,43); }
div.DivClassName
{
background-color: #D4722B;
}
.BgClassName
{
background-color: #D4722B;
}
</style>
border-color css
<style>
span { border-color: #D4722B; }
span { border-color: rgb(212,114,43); }
td.TdClassName
{
border-color: #D4722B;
}
.TagClassName
{
border-color: #D4722B;
}
</style>