Shades of Copper #D78E6F
Tints of Copper #D78E6F
RGB
CMYK
RGB Variations
Color information
#D78E6F (or 0xD78E6F) is known color: Copper. HEX triplet: D7, 8E and 6F. RGB value is (215,142,111). Sum of RGB (Red+Green+Blue) = 215+142+111=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78E6F is #287190. Grayscale: #A0A0A0. Windows color (decimal): -2650513 or 7311063. OLE color: 7311063.
HSL color Cylindrical-coordinate representation of color #D78E6F: hue angle of 17.88º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D78E6F is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 142 | 111 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.16 |
| HSL | 17.88º | 0.57% | 0.64% | - |
| HSV(B) | 17.88º | 0.48% | 0.84% | - |
| XYZ | 40.57 | 34.94 | 19.65 | - |
| YUV | 160.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 111 | 0 | 0.34 | 0.48 | 0.16 | 17.88 | 0.57 | 0.64 |
| Hex | D7 | 8E | 6F | 0 | 22 | 30 | 10 | 12 | 39 | 40 |
| Octal | 327 | 216 | 157 | 0 | 42 | 60 | 20 | 22 | 71 | 100 |
| Binary | 11010111 | 10001110 | 1101111 | 0 | 100010 | 110000 | 10000 | 10010 | 111001 | 1000000 |
Color Harmonies of #D78E6F
Complementary color
Monochromatic Colors of #D78E6F
Black with #D78E6F
Text Example
Text Example
White with #D78E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78E6F; }
p { color: rgb(215,142,111); }
H1.HeaderClassName
{
color: #D78E6F;
}
.AnyTagClassName
{
color: #D78E6F;
}
</style>
background-color css
<style>
a { background-color: #D78E6F; }
a { background-color: rgb(215,142,111); }
div.DivClassName
{
background-color: #D78E6F;
}
.BgClassName
{
background-color: #D78E6F;
}
</style>
border-color css
<style>
span { border-color: #D78E6F; }
span { border-color: rgb(215,142,111); }
td.TdClassName
{
border-color: #D78E6F;
}
.TagClassName
{
border-color: #D78E6F;
}
</style>