Shades of Copper #D78864
Tints of Copper #D78864
RGB
CMYK
RGB Variations
Color information
#D78864 (or 0xD78864) is known color: Copper. HEX triplet: D7, 88 and 64. RGB value is (215,136,100). Sum of RGB (Red+Green+Blue) = 215+136+100=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D78864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78864 is #28779B. Grayscale: #9B9B9B. Windows color (decimal): -2652060 or 6588631. OLE color: 6588631.
HSL color Cylindrical-coordinate representation of color #D78864: hue angle of 18.78º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D78864 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 100 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.16 |
| HSL | 18.78º | 0.59% | 0.62% | - |
| HSV(B) | 18.78º | 0.53% | 0.84% | - |
| XYZ | 39.13 | 32.98 | 16.36 | - |
| YUV | 155.52 | 96.67 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 100 | 0 | 0.37 | 0.53 | 0.16 | 18.78 | 0.59 | 0.62 |
| Hex | D7 | 88 | 64 | 0 | 25 | 35 | 10 | 13 | 3B | 3E |
| Octal | 327 | 210 | 144 | 0 | 45 | 65 | 20 | 23 | 73 | 76 |
| Binary | 11010111 | 10001000 | 1100100 | 0 | 100101 | 110101 | 10000 | 10011 | 111011 | 111110 |
Color Harmonies of #D78864
Complementary color
Monochromatic Colors of #D78864
Black with #D78864
Text Example
Text Example
White with #D78864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78864; }
p { color: rgb(215,136,100); }
H1.HeaderClassName
{
color: #D78864;
}
.AnyTagClassName
{
color: #D78864;
}
</style>
background-color css
<style>
a { background-color: #D78864; }
a { background-color: rgb(215,136,100); }
div.DivClassName
{
background-color: #D78864;
}
.BgClassName
{
background-color: #D78864;
}
</style>
border-color css
<style>
span { border-color: #D78864; }
span { border-color: rgb(215,136,100); }
td.TdClassName
{
border-color: #D78864;
}
.TagClassName
{
border-color: #D78864;
}
</style>