Shades of Copper #D78565
Tints of Copper #D78565
RGB
CMYK
RGB Variations
Color information
#D78565 (or 0xD78565) is known color: Copper. HEX triplet: D7, 85 and 65. RGB value is (215,133,101). Sum of RGB (Red+Green+Blue) = 215+133+101=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D78565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78565 is #287A9A. Grayscale: #9A9A9A. Windows color (decimal): -2652827 or 6653399. OLE color: 6653399.
HSL color Cylindrical-coordinate representation of color #D78565: hue angle of 16.84º 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 #D78565 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 133 | 101 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.16 |
| HSL | 16.84º | 0.59% | 0.62% | - |
| HSV(B) | 16.84º | 0.53% | 0.84% | - |
| XYZ | 38.76 | 32.16 | 16.48 | - |
| YUV | 153.87 | 98.17 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 101 | 0 | 0.38 | 0.53 | 0.16 | 16.84 | 0.59 | 0.62 |
| Hex | D7 | 85 | 65 | 0 | 26 | 35 | 10 | 11 | 3B | 3E |
| Octal | 327 | 205 | 145 | 0 | 46 | 65 | 20 | 21 | 73 | 76 |
| Binary | 11010111 | 10000101 | 1100101 | 0 | 100110 | 110101 | 10000 | 10001 | 111011 | 111110 |
Color Harmonies of #D78565
Complementary color
Monochromatic Colors of #D78565
Black with #D78565
Text Example
Text Example
White with #D78565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78565; }
p { color: rgb(215,133,101); }
H1.HeaderClassName
{
color: #D78565;
}
.AnyTagClassName
{
color: #D78565;
}
</style>
background-color css
<style>
a { background-color: #D78565; }
a { background-color: rgb(215,133,101); }
div.DivClassName
{
background-color: #D78565;
}
.BgClassName
{
background-color: #D78565;
}
</style>
border-color css
<style>
span { border-color: #D78565; }
span { border-color: rgb(215,133,101); }
td.TdClassName
{
border-color: #D78565;
}
.TagClassName
{
border-color: #D78565;
}
</style>