Shades of Copper #D78C6D
Tints of Copper #D78C6D
RGB
CMYK
RGB Variations
Color information
#D78C6D (or 0xD78C6D) is known color: Copper. HEX triplet: D7, 8C and 6D. RGB value is (215,140,109). Sum of RGB (Red+Green+Blue) = 215+140+109=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78C6D is #287392. Grayscale: #9F9F9F. Windows color (decimal): -2651027 or 7179479. OLE color: 7179479.
HSL color Cylindrical-coordinate representation of color #D78C6D: hue angle of 17.55º 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 #D78C6D is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 140 | 109 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.16 |
| HSL | 17.55º | 0.57% | 0.64% | - |
| HSV(B) | 17.55º | 0.49% | 0.84% | - |
| XYZ | 40.16 | 34.31 | 18.97 | - |
| YUV | 158.89 | 99.85 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 140 | 109 | 0 | 0.35 | 0.49 | 0.16 | 17.55 | 0.57 | 0.64 |
| Hex | D7 | 8C | 6D | 0 | 23 | 31 | 10 | 12 | 39 | 40 |
| Octal | 327 | 214 | 155 | 0 | 43 | 61 | 20 | 22 | 71 | 100 |
| Binary | 11010111 | 10001100 | 1101101 | 0 | 100011 | 110001 | 10000 | 10010 | 111001 | 1000000 |
Color Harmonies of #D78C6D
Complementary color
Monochromatic Colors of #D78C6D
Black with #D78C6D
Text Example
Text Example
White with #D78C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78C6D; }
p { color: rgb(215,140,109); }
H1.HeaderClassName
{
color: #D78C6D;
}
.AnyTagClassName
{
color: #D78C6D;
}
</style>
background-color css
<style>
a { background-color: #D78C6D; }
a { background-color: rgb(215,140,109); }
div.DivClassName
{
background-color: #D78C6D;
}
.BgClassName
{
background-color: #D78C6D;
}
</style>
border-color css
<style>
span { border-color: #D78C6D; }
span { border-color: rgb(215,140,109); }
td.TdClassName
{
border-color: #D78C6D;
}
.TagClassName
{
border-color: #D78C6D;
}
</style>