Shades of Copper #D78E6D
Tints of Copper #D78E6D
RGB
CMYK
RGB Variations
Color information
#D78E6D (or 0xD78E6D) is known color: Copper. HEX triplet: D7, 8E and 6D. RGB value is (215,142,109). Sum of RGB (Red+Green+Blue) = 215+142+109=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78E6D is #287192. Grayscale: #A0A0A0. Windows color (decimal): -2650515 or 7179991. OLE color: 7179991.
HSL color Cylindrical-coordinate representation of color #D78E6D: hue angle of 18.68º 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 #D78E6D is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 142 | 109 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.16 |
| HSL | 18.68º | 0.57% | 0.64% | - |
| HSV(B) | 18.68º | 0.49% | 0.84% | - |
| XYZ | 40.46 | 34.9 | 19.07 | - |
| YUV | 160.07 | 99.18 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 109 | 0 | 0.34 | 0.49 | 0.16 | 18.68 | 0.57 | 0.64 |
| Hex | D7 | 8E | 6D | 0 | 22 | 31 | 10 | 13 | 39 | 40 |
| Octal | 327 | 216 | 155 | 0 | 42 | 61 | 20 | 23 | 71 | 100 |
| Binary | 11010111 | 10001110 | 1101101 | 0 | 100010 | 110001 | 10000 | 10011 | 111001 | 1000000 |
Color Harmonies of #D78E6D
Complementary color
Monochromatic Colors of #D78E6D
Black with #D78E6D
Text Example
Text Example
White with #D78E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78E6D; }
p { color: rgb(215,142,109); }
H1.HeaderClassName
{
color: #D78E6D;
}
.AnyTagClassName
{
color: #D78E6D;
}
</style>
background-color css
<style>
a { background-color: #D78E6D; }
a { background-color: rgb(215,142,109); }
div.DivClassName
{
background-color: #D78E6D;
}
.BgClassName
{
background-color: #D78E6D;
}
</style>
border-color css
<style>
span { border-color: #D78E6D; }
span { border-color: rgb(215,142,109); }
td.TdClassName
{
border-color: #D78E6D;
}
.TagClassName
{
border-color: #D78E6D;
}
</style>