Shades of Copper #D2876D
Tints of Copper #D2876D
RGB
CMYK
RGB Variations
Color information
#D2876D (or 0xD2876D) is known color: Copper. HEX triplet: D2, 87 and 6D. RGB value is (210,135,109). Sum of RGB (Red+Green+Blue) = 210+135+109=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2876D is #2D7892. Grayscale: #9A9A9A. Windows color (decimal): -2979987 or 7178194. OLE color: 7178194.
HSL color Cylindrical-coordinate representation of color #D2876D: hue angle of 15.45º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2876D is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 109 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.18 |
| HSL | 15.45º | 0.53% | 0.63% | - |
| HSV(B) | 15.45º | 0.48% | 0.82% | - |
| XYZ | 38 | 32.13 | 18.67 | - |
| YUV | 154.46 | 102.35 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 109 | 0 | 0.36 | 0.48 | 0.18 | 15.45 | 0.53 | 0.63 |
| Hex | D2 | 87 | 6D | 0 | 24 | 30 | 12 | F | 35 | 3F |
| Octal | 322 | 207 | 155 | 0 | 44 | 60 | 22 | 17 | 65 | 77 |
| Binary | 11010010 | 10000111 | 1101101 | 0 | 100100 | 110000 | 10010 | 1111 | 110101 | 111111 |
Color Harmonies of #D2876D
Complementary color
Monochromatic Colors of #D2876D
Black with #D2876D
Text Example
Text Example
White with #D2876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2876D; }
p { color: rgb(210,135,109); }
H1.HeaderClassName
{
color: #D2876D;
}
.AnyTagClassName
{
color: #D2876D;
}
</style>
background-color css
<style>
a { background-color: #D2876D; }
a { background-color: rgb(210,135,109); }
div.DivClassName
{
background-color: #D2876D;
}
.BgClassName
{
background-color: #D2876D;
}
</style>
border-color css
<style>
span { border-color: #D2876D; }
span { border-color: rgb(210,135,109); }
td.TdClassName
{
border-color: #D2876D;
}
.TagClassName
{
border-color: #D2876D;
}
</style>