Shades of Copper #D2866F
Tints of Copper #D2866F
RGB
CMYK
RGB Variations
Color information
#D2866F (or 0xD2866F) is known color: Copper. HEX triplet: D2, 86 and 6F. RGB value is (210,134,111). Sum of RGB (Red+Green+Blue) = 210+134+111=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D2866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2866F is #2D7990. Grayscale: #9A9A9A. Windows color (decimal): -2980241 or 7309010. OLE color: 7309010.
HSL color Cylindrical-coordinate representation of color #D2866F: hue angle of 13.94º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2866F is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 111 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.18 |
| HSL | 13.94º | 0.52% | 0.63% | - |
| HSV(B) | 13.94º | 0.47% | 0.82% | - |
| XYZ | 37.97 | 31.9 | 19.19 | - |
| YUV | 154.1 | 103.68 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 111 | 0 | 0.36 | 0.47 | 0.18 | 13.94 | 0.52 | 0.63 |
| Hex | D2 | 86 | 6F | 0 | 24 | 2F | 12 | E | 34 | 3F |
| Octal | 322 | 206 | 157 | 0 | 44 | 57 | 22 | 16 | 64 | 77 |
| Binary | 11010010 | 10000110 | 1101111 | 0 | 100100 | 101111 | 10010 | 1110 | 110100 | 111111 |
Color Harmonies of #D2866F
Complementary color
Monochromatic Colors of #D2866F
Black with #D2866F
Text Example
Text Example
White with #D2866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2866F; }
p { color: rgb(210,134,111); }
H1.HeaderClassName
{
color: #D2866F;
}
.AnyTagClassName
{
color: #D2866F;
}
</style>
background-color css
<style>
a { background-color: #D2866F; }
a { background-color: rgb(210,134,111); }
div.DivClassName
{
background-color: #D2866F;
}
.BgClassName
{
background-color: #D2866F;
}
</style>
border-color css
<style>
span { border-color: #D2866F; }
span { border-color: rgb(210,134,111); }
td.TdClassName
{
border-color: #D2866F;
}
.TagClassName
{
border-color: #D2866F;
}
</style>