Shades of Tango #D2723B
Tints of Tango #D2723B
RGB
CMYK
RGB Variations
Color information
#D2723B (or 0xD2723B) is known color: Tango. HEX triplet: D2, 72 and 3B. RGB value is (210,114,59). Sum of RGB (Red+Green+Blue) = 210+114+59=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2723B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2723B is #2D8DC4. Grayscale: #888888. Windows color (decimal): -2985413 or 3896018. OLE color: 3896018.
HSL color Cylindrical-coordinate representation of color #D2723B: hue angle of 21.85º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2723B is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 59 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.18 |
| HSL | 21.85º | 0.63% | 0.53% | - |
| HSV(B) | 21.85º | 0.72% | 0.82% | - |
| XYZ | 33.39 | 26.05 | 7.41 | - |
| YUV | 136.43 | 84.3 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 59 | 0 | 0.46 | 0.72 | 0.18 | 21.85 | 0.63 | 0.53 |
| Hex | D2 | 72 | 3B | 0 | 2E | 48 | 12 | 16 | 3F | 35 |
| Octal | 322 | 162 | 73 | 0 | 56 | 110 | 22 | 26 | 77 | 65 |
| Binary | 11010010 | 1110010 | 111011 | 0 | 101110 | 1001000 | 10010 | 10110 | 111111 | 110101 |
Color Harmonies of #D2723B
Complementary color
Monochromatic Colors of #D2723B
Black with #D2723B
Text Example
Text Example
White with #D2723B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2723B; }
p { color: rgb(210,114,59); }
H1.HeaderClassName
{
color: #D2723B;
}
.AnyTagClassName
{
color: #D2723B;
}
</style>
background-color css
<style>
a { background-color: #D2723B; }
a { background-color: rgb(210,114,59); }
div.DivClassName
{
background-color: #D2723B;
}
.BgClassName
{
background-color: #D2723B;
}
</style>
border-color css
<style>
span { border-color: #D2723B; }
span { border-color: rgb(210,114,59); }
td.TdClassName
{
border-color: #D2723B;
}
.TagClassName
{
border-color: #D2723B;
}
</style>