Shades of Copper #D9876C
Tints of Copper #D9876C
RGB
CMYK
RGB Variations
Color information
#D9876C (or 0xD9876C) is known color: Copper. HEX triplet: D9, 87 and 6C. RGB value is (217,135,108). Sum of RGB (Red+Green+Blue) = 217+135+108=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9876C is #267893. Grayscale: #9C9C9C. Windows color (decimal): -2521236 or 7112665. OLE color: 7112665.
HSL color Cylindrical-coordinate representation of color #D9876C: hue angle of 14.86º degrees, saturation: 0.59, 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 #D9876C is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 135 | 108 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.15 |
| HSL | 14.86º | 0.59% | 0.64% | - |
| HSV(B) | 14.86º | 0.5% | 0.85% | - |
| XYZ | 39.99 | 33.16 | 18.48 | - |
| YUV | 156.44 | 100.67 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 135 | 108 | 0 | 0.38 | 0.50 | 0.15 | 14.86 | 0.59 | 0.64 |
| Hex | D9 | 87 | 6C | 0 | 26 | 32 | F | F | 3B | 40 |
| Octal | 331 | 207 | 154 | 0 | 46 | 62 | 17 | 17 | 73 | 100 |
| Binary | 11011001 | 10000111 | 1101100 | 0 | 100110 | 110010 | 1111 | 1111 | 111011 | 1000000 |
Color Harmonies of #D9876C
Complementary color
Monochromatic Colors of #D9876C
Black with #D9876C
Text Example
Text Example
White with #D9876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9876C; }
p { color: rgb(217,135,108); }
H1.HeaderClassName
{
color: #D9876C;
}
.AnyTagClassName
{
color: #D9876C;
}
</style>
background-color css
<style>
a { background-color: #D9876C; }
a { background-color: rgb(217,135,108); }
div.DivClassName
{
background-color: #D9876C;
}
.BgClassName
{
background-color: #D9876C;
}
</style>
border-color css
<style>
span { border-color: #D9876C; }
span { border-color: rgb(217,135,108); }
td.TdClassName
{
border-color: #D9876C;
}
.TagClassName
{
border-color: #D9876C;
}
</style>