Shades of Copper #D5866D
Tints of Copper #D5866D
RGB
CMYK
RGB Variations
Color information
#D5866D (or 0xD5866D) is known color: Copper. HEX triplet: D5, 86 and 6D. RGB value is (213,134,109). Sum of RGB (Red+Green+Blue) = 213+134+109=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5866D is #2A7992. Grayscale: #9A9A9A. Windows color (decimal): -2783635 or 7177941. OLE color: 7177941.
HSL color Cylindrical-coordinate representation of color #D5866D: hue angle of 14.42º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5866D is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 134 | 109 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.16 |
| HSL | 14.42º | 0.55% | 0.63% | - |
| HSV(B) | 14.42º | 0.49% | 0.84% | - |
| XYZ | 38.73 | 32.3 | 18.66 | - |
| YUV | 154.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 109 | 0 | 0.37 | 0.49 | 0.16 | 14.42 | 0.55 | 0.63 |
| Hex | D5 | 86 | 6D | 0 | 25 | 31 | 10 | E | 37 | 3F |
| Octal | 325 | 206 | 155 | 0 | 45 | 61 | 20 | 16 | 67 | 77 |
| Binary | 11010101 | 10000110 | 1101101 | 0 | 100101 | 110001 | 10000 | 1110 | 110111 | 111111 |
Color Harmonies of #D5866D
Complementary color
Monochromatic Colors of #D5866D
Black with #D5866D
Text Example
Text Example
White with #D5866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5866D; }
p { color: rgb(213,134,109); }
H1.HeaderClassName
{
color: #D5866D;
}
.AnyTagClassName
{
color: #D5866D;
}
</style>
background-color css
<style>
a { background-color: #D5866D; }
a { background-color: rgb(213,134,109); }
div.DivClassName
{
background-color: #D5866D;
}
.BgClassName
{
background-color: #D5866D;
}
</style>
border-color css
<style>
span { border-color: #D5866D; }
span { border-color: rgb(213,134,109); }
td.TdClassName
{
border-color: #D5866D;
}
.TagClassName
{
border-color: #D5866D;
}
</style>