Shades of Copper #D8896F
Tints of Copper #D8896F
RGB
CMYK
RGB Variations
Color information
#D8896F (or 0xD8896F) is known color: Copper. HEX triplet: D8, 89 and 6F. RGB value is (216,137,111). Sum of RGB (Red+Green+Blue) = 216+137+111=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D8896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8896F is #277690. Grayscale: #9D9D9D. Windows color (decimal): -2586257 or 7309784. OLE color: 7309784.
HSL color Cylindrical-coordinate representation of color #D8896F: hue angle of 14.86º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8896F is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 111 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.15 |
| HSL | 14.86º | 0.57% | 0.64% | - |
| HSV(B) | 14.86º | 0.49% | 0.85% | - |
| XYZ | 40.13 | 33.64 | 19.42 | - |
| YUV | 157.66 | 101.67 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 111 | 0 | 0.37 | 0.49 | 0.15 | 14.86 | 0.57 | 0.64 |
| Hex | D8 | 89 | 6F | 0 | 25 | 31 | F | F | 39 | 40 |
| Octal | 330 | 211 | 157 | 0 | 45 | 61 | 17 | 17 | 71 | 100 |
| Binary | 11011000 | 10001001 | 1101111 | 0 | 100101 | 110001 | 1111 | 1111 | 111001 | 1000000 |
Color Harmonies of #D8896F
Complementary color
Monochromatic Colors of #D8896F
Black with #D8896F
Text Example
Text Example
White with #D8896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8896F; }
p { color: rgb(216,137,111); }
H1.HeaderClassName
{
color: #D8896F;
}
.AnyTagClassName
{
color: #D8896F;
}
</style>
background-color css
<style>
a { background-color: #D8896F; }
a { background-color: rgb(216,137,111); }
div.DivClassName
{
background-color: #D8896F;
}
.BgClassName
{
background-color: #D8896F;
}
</style>
border-color css
<style>
span { border-color: #D8896F; }
span { border-color: rgb(216,137,111); }
td.TdClassName
{
border-color: #D8896F;
}
.TagClassName
{
border-color: #D8896F;
}
</style>