Shades of Copper #D7866C
Tints of Copper #D7866C
RGB
CMYK
RGB Variations
Color information
#D7866C (or 0xD7866C) is known color: Copper. HEX triplet: D7, 86 and 6C. RGB value is (215,134,108). Sum of RGB (Red+Green+Blue) = 215+134+108=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D7866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7866C is #287993. Grayscale: #9B9B9B. Windows color (decimal): -2652564 or 7112407. OLE color: 7112407.
HSL color Cylindrical-coordinate representation of color #D7866C: hue angle of 14.58º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7866C is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 134 | 108 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.16 |
| HSL | 14.58º | 0.57% | 0.63% | - |
| HSV(B) | 14.58º | 0.5% | 0.84% | - |
| XYZ | 39.26 | 32.58 | 18.41 | - |
| YUV | 155.26 | 101.34 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 134 | 108 | 0 | 0.38 | 0.50 | 0.16 | 14.58 | 0.57 | 0.63 |
| Hex | D7 | 86 | 6C | 0 | 26 | 32 | 10 | F | 39 | 3F |
| Octal | 327 | 206 | 154 | 0 | 46 | 62 | 20 | 17 | 71 | 77 |
| Binary | 11010111 | 10000110 | 1101100 | 0 | 100110 | 110010 | 10000 | 1111 | 111001 | 111111 |
Color Harmonies of #D7866C
Complementary color
Monochromatic Colors of #D7866C
Black with #D7866C
Text Example
Text Example
White with #D7866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7866C; }
p { color: rgb(215,134,108); }
H1.HeaderClassName
{
color: #D7866C;
}
.AnyTagClassName
{
color: #D7866C;
}
</style>
background-color css
<style>
a { background-color: #D7866C; }
a { background-color: rgb(215,134,108); }
div.DivClassName
{
background-color: #D7866C;
}
.BgClassName
{
background-color: #D7866C;
}
</style>
border-color css
<style>
span { border-color: #D7866C; }
span { border-color: rgb(215,134,108); }
td.TdClassName
{
border-color: #D7866C;
}
.TagClassName
{
border-color: #D7866C;
}
</style>