Shades of Copper #D8875F
Tints of Copper #D8875F
RGB
CMYK
RGB Variations
Color information
#D8875F (or 0xD8875F) is known color: Copper. HEX triplet: D8, 87 and 5F. RGB value is (216,135,95). Sum of RGB (Red+Green+Blue) = 216+135+95=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D8875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8875F is #2778A0. Grayscale: #9A9A9A. Windows color (decimal): -2586785 or 6260696. OLE color: 6260696.
HSL color Cylindrical-coordinate representation of color #D8875F: hue angle of 19.83º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8875F is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 135 | 95 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.15 |
| HSL | 19.83º | 0.61% | 0.61% | - |
| HSV(B) | 19.83º | 0.56% | 0.85% | - |
| XYZ | 39.05 | 32.75 | 15.09 | - |
| YUV | 154.66 | 94.34 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 135 | 95 | 0 | 0.38 | 0.56 | 0.15 | 19.83 | 0.61 | 0.61 |
| Hex | D8 | 87 | 5F | 0 | 26 | 38 | F | 14 | 3D | 3D |
| Octal | 330 | 207 | 137 | 0 | 46 | 70 | 17 | 24 | 75 | 75 |
| Binary | 11011000 | 10000111 | 1011111 | 0 | 100110 | 111000 | 1111 | 10100 | 111101 | 111101 |
Color Harmonies of #D8875F
Complementary color
Monochromatic Colors of #D8875F
Black with #D8875F
Text Example
Text Example
White with #D8875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8875F; }
p { color: rgb(216,135,95); }
H1.HeaderClassName
{
color: #D8875F;
}
.AnyTagClassName
{
color: #D8875F;
}
</style>
background-color css
<style>
a { background-color: #D8875F; }
a { background-color: rgb(216,135,95); }
div.DivClassName
{
background-color: #D8875F;
}
.BgClassName
{
background-color: #D8875F;
}
</style>
border-color css
<style>
span { border-color: #D8875F; }
span { border-color: rgb(216,135,95); }
td.TdClassName
{
border-color: #D8875F;
}
.TagClassName
{
border-color: #D8875F;
}
</style>