Shades of Tango #D2702C
Tints of Tango #D2702C
RGB
CMYK
RGB Variations
Color information
#D2702C (or 0xD2702C) is known color: Tango. HEX triplet: D2, 70 and 2C. RGB value is (210,112,44). Sum of RGB (Red+Green+Blue) = 210+112+44=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D2702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2702C is #2D8FD3. Grayscale: #858585. Windows color (decimal): -2985940 or 2912466. OLE color: 2912466.
HSL color Cylindrical-coordinate representation of color #D2702C: hue angle of 24.58º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2702C is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 44 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.18 |
| HSL | 24.58º | 0.65% | 0.5% | - |
| HSV(B) | 24.58º | 0.79% | 0.82% | - |
| XYZ | 32.83 | 25.47 | 5.57 | - |
| YUV | 133.55 | 77.47 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 44 | 0 | 0.47 | 0.79 | 0.18 | 24.58 | 0.65 | 0.5 |
| Hex | D2 | 70 | 2C | 0 | 2F | 4F | 12 | 19 | 41 | 32 |
| Octal | 322 | 160 | 54 | 0 | 57 | 117 | 22 | 31 | 101 | 62 |
| Binary | 11010010 | 1110000 | 101100 | 0 | 101111 | 1001111 | 10010 | 11001 | 1000001 | 110010 |
Color Harmonies of #D2702C
Complementary color
Monochromatic Colors of #D2702C
Black with #D2702C
Text Example
Text Example
White with #D2702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2702C; }
p { color: rgb(210,112,44); }
H1.HeaderClassName
{
color: #D2702C;
}
.AnyTagClassName
{
color: #D2702C;
}
</style>
background-color css
<style>
a { background-color: #D2702C; }
a { background-color: rgb(210,112,44); }
div.DivClassName
{
background-color: #D2702C;
}
.BgClassName
{
background-color: #D2702C;
}
</style>
border-color css
<style>
span { border-color: #D2702C; }
span { border-color: rgb(210,112,44); }
td.TdClassName
{
border-color: #D2702C;
}
.TagClassName
{
border-color: #D2702C;
}
</style>