Shades of Copper #D8866C
Tints of Copper #D8866C
RGB
CMYK
RGB Variations
Color information
#D8866C (or 0xD8866C) is known color: Copper. HEX triplet: D8, 86 and 6C. RGB value is (216,134,108). Sum of RGB (Red+Green+Blue) = 216+134+108=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D8866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8866C is #277993. Grayscale: #9B9B9B. Windows color (decimal): -2587028 or 7112408. OLE color: 7112408.
HSL color Cylindrical-coordinate representation of color #D8866C: hue angle of 14.44º 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 #D8866C is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 134 | 108 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.15 |
| HSL | 14.44º | 0.58% | 0.64% | - |
| HSV(B) | 14.44º | 0.5% | 0.85% | - |
| XYZ | 39.55 | 32.73 | 18.42 | - |
| YUV | 155.55 | 101.17 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 134 | 108 | 0 | 0.38 | 0.50 | 0.15 | 14.44 | 0.58 | 0.64 |
| Hex | D8 | 86 | 6C | 0 | 26 | 32 | F | E | 3A | 40 |
| Octal | 330 | 206 | 154 | 0 | 46 | 62 | 17 | 16 | 72 | 100 |
| Binary | 11011000 | 10000110 | 1101100 | 0 | 100110 | 110010 | 1111 | 1110 | 111010 | 1000000 |
Color Harmonies of #D8866C
Complementary color
Monochromatic Colors of #D8866C
Black with #D8866C
Text Example
Text Example
White with #D8866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8866C; }
p { color: rgb(216,134,108); }
H1.HeaderClassName
{
color: #D8866C;
}
.AnyTagClassName
{
color: #D8866C;
}
</style>
background-color css
<style>
a { background-color: #D8866C; }
a { background-color: rgb(216,134,108); }
div.DivClassName
{
background-color: #D8866C;
}
.BgClassName
{
background-color: #D8866C;
}
</style>
border-color css
<style>
span { border-color: #D8866C; }
span { border-color: rgb(216,134,108); }
td.TdClassName
{
border-color: #D8866C;
}
.TagClassName
{
border-color: #D8866C;
}
</style>