Shades of Copper #D7856D
Tints of Copper #D7856D
RGB
CMYK
RGB Variations
Color information
#D7856D (or 0xD7856D) is known color: Copper. HEX triplet: D7, 85 and 6D. RGB value is (215,133,109). Sum of RGB (Red+Green+Blue) = 215+133+109=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D7856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7856D is #287A92. Grayscale: #9A9A9A. Windows color (decimal): -2652819 or 7177687. OLE color: 7177687.
HSL color Cylindrical-coordinate representation of color #D7856D: hue angle of 13.58º 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 #D7856D is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 133 | 109 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.16 |
| HSL | 13.58º | 0.57% | 0.64% | - |
| HSV(B) | 13.58º | 0.49% | 0.84% | - |
| XYZ | 39.17 | 32.33 | 18.64 | - |
| YUV | 154.78 | 102.17 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 109 | 0 | 0.38 | 0.49 | 0.16 | 13.58 | 0.57 | 0.64 |
| Hex | D7 | 85 | 6D | 0 | 26 | 31 | 10 | E | 39 | 40 |
| Octal | 327 | 205 | 155 | 0 | 46 | 61 | 20 | 16 | 71 | 100 |
| Binary | 11010111 | 10000101 | 1101101 | 0 | 100110 | 110001 | 10000 | 1110 | 111001 | 1000000 |
Color Harmonies of #D7856D
Complementary color
Monochromatic Colors of #D7856D
Black with #D7856D
Text Example
Text Example
White with #D7856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7856D; }
p { color: rgb(215,133,109); }
H1.HeaderClassName
{
color: #D7856D;
}
.AnyTagClassName
{
color: #D7856D;
}
</style>
background-color css
<style>
a { background-color: #D7856D; }
a { background-color: rgb(215,133,109); }
div.DivClassName
{
background-color: #D7856D;
}
.BgClassName
{
background-color: #D7856D;
}
</style>
border-color css
<style>
span { border-color: #D7856D; }
span { border-color: rgb(215,133,109); }
td.TdClassName
{
border-color: #D7856D;
}
.TagClassName
{
border-color: #D7856D;
}
</style>