Shades of Copper #D78E6E
Tints of Copper #D78E6E
RGB
CMYK
RGB Variations
Color information
#D78E6E (or 0xD78E6E) is known color: Copper. HEX triplet: D7, 8E and 6E. RGB value is (215,142,110). Sum of RGB (Red+Green+Blue) = 215+142+110=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78E6E is #287191. Grayscale: #A0A0A0. Windows color (decimal): -2650514 or 7245527. OLE color: 7245527.
HSL color Cylindrical-coordinate representation of color #D78E6E: hue angle of 18.29º 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 #D78E6E is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 142 | 110 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.16 |
| HSL | 18.29º | 0.57% | 0.64% | - |
| HSV(B) | 18.29º | 0.49% | 0.84% | - |
| XYZ | 40.51 | 34.92 | 19.36 | - |
| YUV | 160.18 | 99.68 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 110 | 0 | 0.34 | 0.49 | 0.16 | 18.29 | 0.57 | 0.64 |
| Hex | D7 | 8E | 6E | 0 | 22 | 31 | 10 | 12 | 39 | 40 |
| Octal | 327 | 216 | 156 | 0 | 42 | 61 | 20 | 22 | 71 | 100 |
| Binary | 11010111 | 10001110 | 1101110 | 0 | 100010 | 110001 | 10000 | 10010 | 111001 | 1000000 |
Color Harmonies of #D78E6E
Complementary color
Monochromatic Colors of #D78E6E
Black with #D78E6E
Text Example
Text Example
White with #D78E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78E6E; }
p { color: rgb(215,142,110); }
H1.HeaderClassName
{
color: #D78E6E;
}
.AnyTagClassName
{
color: #D78E6E;
}
</style>
background-color css
<style>
a { background-color: #D78E6E; }
a { background-color: rgb(215,142,110); }
div.DivClassName
{
background-color: #D78E6E;
}
.BgClassName
{
background-color: #D78E6E;
}
</style>
border-color css
<style>
span { border-color: #D78E6E; }
span { border-color: rgb(215,142,110); }
td.TdClassName
{
border-color: #D78E6E;
}
.TagClassName
{
border-color: #D78E6E;
}
</style>