Shades of Copper #D3866E
Tints of Copper #D3866E
RGB
CMYK
RGB Variations
Color information
#D3866E (or 0xD3866E) is known color: Copper. HEX triplet: D3, 86 and 6E. RGB value is (211,134,110). Sum of RGB (Red+Green+Blue) = 211+134+110=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D3866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3866E is #2C7991. Grayscale: #9A9A9A. Windows color (decimal): -2914706 or 7243475. OLE color: 7243475.
HSL color Cylindrical-coordinate representation of color #D3866E: hue angle of 14.26º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3866E is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 134 | 110 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.17 |
| HSL | 14.26º | 0.53% | 0.63% | - |
| HSV(B) | 14.26º | 0.48% | 0.83% | - |
| XYZ | 38.2 | 32.02 | 18.92 | - |
| YUV | 154.29 | 103.01 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 134 | 110 | 0 | 0.36 | 0.48 | 0.17 | 14.26 | 0.53 | 0.63 |
| Hex | D3 | 86 | 6E | 0 | 24 | 30 | 11 | E | 35 | 3F |
| Octal | 323 | 206 | 156 | 0 | 44 | 60 | 21 | 16 | 65 | 77 |
| Binary | 11010011 | 10000110 | 1101110 | 0 | 100100 | 110000 | 10001 | 1110 | 110101 | 111111 |
Color Harmonies of #D3866E
Complementary color
Monochromatic Colors of #D3866E
Black with #D3866E
Text Example
Text Example
White with #D3866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3866E; }
p { color: rgb(211,134,110); }
H1.HeaderClassName
{
color: #D3866E;
}
.AnyTagClassName
{
color: #D3866E;
}
</style>
background-color css
<style>
a { background-color: #D3866E; }
a { background-color: rgb(211,134,110); }
div.DivClassName
{
background-color: #D3866E;
}
.BgClassName
{
background-color: #D3866E;
}
</style>
border-color css
<style>
span { border-color: #D3866E; }
span { border-color: rgb(211,134,110); }
td.TdClassName
{
border-color: #D3866E;
}
.TagClassName
{
border-color: #D3866E;
}
</style>