Shades of Tango #D7702D
Tints of Tango #D7702D
RGB
CMYK
RGB Variations
Color information
#D7702D (or 0xD7702D) is known color: Tango. HEX triplet: D7, 70 and 2D. RGB value is (215,112,45). Sum of RGB (Red+Green+Blue) = 215+112+45=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D7702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7702D is #288FD2. Grayscale: #878787. Windows color (decimal): -2658259 or 2978007. OLE color: 2978007.
HSL color Cylindrical-coordinate representation of color #D7702D: hue angle of 23.65º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7702D is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 45 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.16 |
| HSL | 23.65º | 0.68% | 0.51% | - |
| HSV(B) | 23.65º | 0.79% | 0.84% | - |
| XYZ | 34.29 | 26.22 | 5.74 | - |
| YUV | 135.16 | 77.12 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 45 | 0 | 0.48 | 0.79 | 0.16 | 23.65 | 0.68 | 0.51 |
| Hex | D7 | 70 | 2D | 0 | 30 | 4F | 10 | 18 | 44 | 33 |
| Octal | 327 | 160 | 55 | 0 | 60 | 117 | 20 | 30 | 104 | 63 |
| Binary | 11010111 | 1110000 | 101101 | 0 | 110000 | 1001111 | 10000 | 11000 | 1000100 | 110011 |
Color Harmonies of #D7702D
Complementary color
Monochromatic Colors of #D7702D
Black with #D7702D
Text Example
Text Example
White with #D7702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7702D; }
p { color: rgb(215,112,45); }
H1.HeaderClassName
{
color: #D7702D;
}
.AnyTagClassName
{
color: #D7702D;
}
</style>
background-color css
<style>
a { background-color: #D7702D; }
a { background-color: rgb(215,112,45); }
div.DivClassName
{
background-color: #D7702D;
}
.BgClassName
{
background-color: #D7702D;
}
</style>
border-color css
<style>
span { border-color: #D7702D; }
span { border-color: rgb(215,112,45); }
td.TdClassName
{
border-color: #D7702D;
}
.TagClassName
{
border-color: #D7702D;
}
</style>