Shades of Copper #D78D6D
Tints of Copper #D78D6D
RGB
CMYK
RGB Variations
Color information
#D78D6D (or 0xD78D6D) is known color: Copper. HEX triplet: D7, 8D and 6D. RGB value is (215,141,109). Sum of RGB (Red+Green+Blue) = 215+141+109=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78D6D is #287292. Grayscale: #9F9F9F. Windows color (decimal): -2650771 or 7179735. OLE color: 7179735.
HSL color Cylindrical-coordinate representation of color #D78D6D: hue angle of 18.11º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D78D6D is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 141 | 109 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.16 |
| HSL | 18.11º | 0.57% | 0.64% | - |
| HSV(B) | 18.11º | 0.49% | 0.84% | - |
| XYZ | 40.31 | 34.6 | 19.02 | - |
| YUV | 159.48 | 99.52 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 141 | 109 | 0 | 0.34 | 0.49 | 0.16 | 18.11 | 0.57 | 0.64 |
| Hex | D7 | 8D | 6D | 0 | 22 | 31 | 10 | 12 | 39 | 40 |
| Octal | 327 | 215 | 155 | 0 | 42 | 61 | 20 | 22 | 71 | 100 |
| Binary | 11010111 | 10001101 | 1101101 | 0 | 100010 | 110001 | 10000 | 10010 | 111001 | 1000000 |
Color Harmonies of #D78D6D
Complementary color
Monochromatic Colors of #D78D6D
Black with #D78D6D
Text Example
Text Example
White with #D78D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78D6D; }
p { color: rgb(215,141,109); }
H1.HeaderClassName
{
color: #D78D6D;
}
.AnyTagClassName
{
color: #D78D6D;
}
</style>
background-color css
<style>
a { background-color: #D78D6D; }
a { background-color: rgb(215,141,109); }
div.DivClassName
{
background-color: #D78D6D;
}
.BgClassName
{
background-color: #D78D6D;
}
</style>
border-color css
<style>
span { border-color: #D78D6D; }
span { border-color: rgb(215,141,109); }
td.TdClassName
{
border-color: #D78D6D;
}
.TagClassName
{
border-color: #D78D6D;
}
</style>