Shades of Copper #D8896D
Tints of Copper #D8896D
RGB
CMYK
RGB Variations
Color information
#D8896D (or 0xD8896D) is known color: Copper. HEX triplet: D8, 89 and 6D. RGB value is (216,137,109). Sum of RGB (Red+Green+Blue) = 216+137+109=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D8896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8896D is #277692. Grayscale: #9D9D9D. Windows color (decimal): -2586259 or 7178712. OLE color: 7178712.
HSL color Cylindrical-coordinate representation of color #D8896D: hue angle of 15.7º 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 #D8896D is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 137 | 109 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.15 |
| HSL | 15.7º | 0.58% | 0.64% | - |
| HSV(B) | 15.7º | 0.5% | 0.85% | - |
| XYZ | 40.02 | 33.59 | 18.84 | - |
| YUV | 157.43 | 100.67 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 137 | 109 | 0 | 0.37 | 0.50 | 0.15 | 15.7 | 0.58 | 0.64 |
| Hex | D8 | 89 | 6D | 0 | 25 | 32 | F | 10 | 3A | 40 |
| Octal | 330 | 211 | 155 | 0 | 45 | 62 | 17 | 20 | 72 | 100 |
| Binary | 11011000 | 10001001 | 1101101 | 0 | 100101 | 110010 | 1111 | 10000 | 111010 | 1000000 |
Color Harmonies of #D8896D
Complementary color
Monochromatic Colors of #D8896D
Black with #D8896D
Text Example
Text Example
White with #D8896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8896D; }
p { color: rgb(216,137,109); }
H1.HeaderClassName
{
color: #D8896D;
}
.AnyTagClassName
{
color: #D8896D;
}
</style>
background-color css
<style>
a { background-color: #D8896D; }
a { background-color: rgb(216,137,109); }
div.DivClassName
{
background-color: #D8896D;
}
.BgClassName
{
background-color: #D8896D;
}
</style>
border-color css
<style>
span { border-color: #D8896D; }
span { border-color: rgb(216,137,109); }
td.TdClassName
{
border-color: #D8896D;
}
.TagClassName
{
border-color: #D8896D;
}
</style>