Shades of Copper #D78867
Tints of Copper #D78867
RGB
CMYK
RGB Variations
Color information
#D78867 (or 0xD78867) is known color: Copper. HEX triplet: D7, 88 and 67. RGB value is (215,136,103). Sum of RGB (Red+Green+Blue) = 215+136+103=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 103 (40.62% from 255 or 22.69% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D78867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78867 is #287798. Grayscale: #9C9C9C. Windows color (decimal): -2652057 or 6785239. OLE color: 6785239.
HSL color Cylindrical-coordinate representation of color #D78867: hue angle of 17.68º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D78867 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 103 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.16 |
| HSL | 17.68º | 0.58% | 0.62% | - |
| HSV(B) | 17.68º | 0.52% | 0.84% | - |
| XYZ | 39.28 | 33.03 | 17.14 | - |
| YUV | 155.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 103 | 0 | 0.37 | 0.52 | 0.16 | 17.68 | 0.58 | 0.62 |
| Hex | D7 | 88 | 67 | 0 | 25 | 34 | 10 | 12 | 3A | 3E |
| Octal | 327 | 210 | 147 | 0 | 45 | 64 | 20 | 22 | 72 | 76 |
| Binary | 11010111 | 10001000 | 1100111 | 0 | 100101 | 110100 | 10000 | 10010 | 111010 | 111110 |
Color Harmonies of #D78867
Complementary color
Monochromatic Colors of #D78867
Black with #D78867
Text Example
Text Example
White with #D78867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78867; }
p { color: rgb(215,136,103); }
H1.HeaderClassName
{
color: #D78867;
}
.AnyTagClassName
{
color: #D78867;
}
</style>
background-color css
<style>
a { background-color: #D78867; }
a { background-color: rgb(215,136,103); }
div.DivClassName
{
background-color: #D78867;
}
.BgClassName
{
background-color: #D78867;
}
</style>
border-color css
<style>
span { border-color: #D78867; }
span { border-color: rgb(215,136,103); }
td.TdClassName
{
border-color: #D78867;
}
.TagClassName
{
border-color: #D78867;
}
</style>