Shades of Tango #D2702D
Tints of Tango #D2702D
RGB
CMYK
RGB Variations
Color information
#D2702D (or 0xD2702D) is known color: Tango. HEX triplet: D2, 70 and 2D. RGB value is (210,112,45). Sum of RGB (Red+Green+Blue) = 210+112+45=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D2702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2702D is #2D8FD2. Grayscale: #868686. Windows color (decimal): -2985939 or 2978002. OLE color: 2978002.
HSL color Cylindrical-coordinate representation of color #D2702D: hue angle of 24.36º 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 #D2702D is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 45 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.18 |
| HSL | 24.36º | 0.65% | 0.5% | - |
| HSV(B) | 24.36º | 0.79% | 0.82% | - |
| XYZ | 32.85 | 25.48 | 5.67 | - |
| YUV | 133.66 | 77.97 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 45 | 0 | 0.47 | 0.79 | 0.18 | 24.36 | 0.65 | 0.5 |
| Hex | D2 | 70 | 2D | 0 | 2F | 4F | 12 | 18 | 41 | 32 |
| Octal | 322 | 160 | 55 | 0 | 57 | 117 | 22 | 30 | 101 | 62 |
| Binary | 11010010 | 1110000 | 101101 | 0 | 101111 | 1001111 | 10010 | 11000 | 1000001 | 110010 |
Color Harmonies of #D2702D
Complementary color
Monochromatic Colors of #D2702D
Black with #D2702D
Text Example
Text Example
White with #D2702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2702D; }
p { color: rgb(210,112,45); }
H1.HeaderClassName
{
color: #D2702D;
}
.AnyTagClassName
{
color: #D2702D;
}
</style>
background-color css
<style>
a { background-color: #D2702D; }
a { background-color: rgb(210,112,45); }
div.DivClassName
{
background-color: #D2702D;
}
.BgClassName
{
background-color: #D2702D;
}
</style>
border-color css
<style>
span { border-color: #D2702D; }
span { border-color: rgb(210,112,45); }
td.TdClassName
{
border-color: #D2702D;
}
.TagClassName
{
border-color: #D2702D;
}
</style>