Shades of Tango #D2702B
Tints of Tango #D2702B
RGB
CMYK
RGB Variations
Color information
#D2702B (or 0xD2702B) is known color: Tango. HEX triplet: D2, 70 and 2B. RGB value is (210,112,43). Sum of RGB (Red+Green+Blue) = 210+112+43=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D2702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2702B is #2D8FD4. Grayscale: #858585. Windows color (decimal): -2985941 or 2846930. OLE color: 2846930.
HSL color Cylindrical-coordinate representation of color #D2702B: hue angle of 24.79º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2702B is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 43 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.18 |
| HSL | 24.79º | 0.66% | 0.5% | - |
| HSV(B) | 24.79º | 0.8% | 0.82% | - |
| XYZ | 32.81 | 25.46 | 5.47 | - |
| YUV | 133.44 | 76.97 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 43 | 0 | 0.47 | 0.80 | 0.18 | 24.79 | 0.66 | 0.5 |
| Hex | D2 | 70 | 2B | 0 | 2F | 50 | 12 | 19 | 42 | 32 |
| Octal | 322 | 160 | 53 | 0 | 57 | 120 | 22 | 31 | 102 | 62 |
| Binary | 11010010 | 1110000 | 101011 | 0 | 101111 | 1010000 | 10010 | 11001 | 1000010 | 110010 |
Color Harmonies of #D2702B
Complementary color
Monochromatic Colors of #D2702B
Black with #D2702B
Text Example
Text Example
White with #D2702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2702B; }
p { color: rgb(210,112,43); }
H1.HeaderClassName
{
color: #D2702B;
}
.AnyTagClassName
{
color: #D2702B;
}
</style>
background-color css
<style>
a { background-color: #D2702B; }
a { background-color: rgb(210,112,43); }
div.DivClassName
{
background-color: #D2702B;
}
.BgClassName
{
background-color: #D2702B;
}
</style>
border-color css
<style>
span { border-color: #D2702B; }
span { border-color: rgb(210,112,43); }
td.TdClassName
{
border-color: #D2702B;
}
.TagClassName
{
border-color: #D2702B;
}
</style>