Shades of Copper #D8876C
Tints of Copper #D8876C
RGB
CMYK
RGB Variations
Color information
#D8876C (or 0xD8876C) is known color: Copper. HEX triplet: D8, 87 and 6C. RGB value is (216,135,108). Sum of RGB (Red+Green+Blue) = 216+135+108=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D8876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8876C is #277893. Grayscale: #9C9C9C. Windows color (decimal): -2586772 or 7112664. OLE color: 7112664.
HSL color Cylindrical-coordinate representation of color #D8876C: hue angle of 15º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8876C is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 135 | 108 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.15 |
| HSL | 15º | 0.58% | 0.64% | - |
| HSV(B) | 15º | 0.5% | 0.85% | - |
| XYZ | 39.69 | 33.01 | 18.47 | - |
| YUV | 156.14 | 100.84 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 135 | 108 | 0 | 0.38 | 0.50 | 0.15 | 15 | 0.58 | 0.64 |
| Hex | D8 | 87 | 6C | 0 | 26 | 32 | F | F | 3A | 40 |
| Octal | 330 | 207 | 154 | 0 | 46 | 62 | 17 | 17 | 72 | 100 |
| Binary | 11011000 | 10000111 | 1101100 | 0 | 100110 | 110010 | 1111 | 1111 | 111010 | 1000000 |
Color Harmonies of #D8876C
Complementary color
Monochromatic Colors of #D8876C
Black with #D8876C
Text Example
Text Example
White with #D8876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8876C; }
p { color: rgb(216,135,108); }
H1.HeaderClassName
{
color: #D8876C;
}
.AnyTagClassName
{
color: #D8876C;
}
</style>
background-color css
<style>
a { background-color: #D8876C; }
a { background-color: rgb(216,135,108); }
div.DivClassName
{
background-color: #D8876C;
}
.BgClassName
{
background-color: #D8876C;
}
</style>
border-color css
<style>
span { border-color: #D8876C; }
span { border-color: rgb(216,135,108); }
td.TdClassName
{
border-color: #D8876C;
}
.TagClassName
{
border-color: #D8876C;
}
</style>