Shades of Copper #D78869
Tints of Copper #D78869
RGB
CMYK
RGB Variations
Color information
#D78869 (or 0xD78869) is known color: Copper. HEX triplet: D7, 88 and 69. RGB value is (215,136,105). Sum of RGB (Red+Green+Blue) = 215+136+105=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D78869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78869 is #287796. Grayscale: #9C9C9C. Windows color (decimal): -2652055 or 6916311. OLE color: 6916311.
HSL color Cylindrical-coordinate representation of color #D78869: hue angle of 16.91º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D78869 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 105 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.16 |
| HSL | 16.91º | 0.58% | 0.63% | - |
| HSV(B) | 16.91º | 0.51% | 0.84% | - |
| XYZ | 39.38 | 33.08 | 17.67 | - |
| YUV | 156.09 | 99.17 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 105 | 0 | 0.37 | 0.51 | 0.16 | 16.91 | 0.58 | 0.63 |
| Hex | D7 | 88 | 69 | 0 | 25 | 33 | 10 | 11 | 3A | 3F |
| Octal | 327 | 210 | 151 | 0 | 45 | 63 | 20 | 21 | 72 | 77 |
| Binary | 11010111 | 10001000 | 1101001 | 0 | 100101 | 110011 | 10000 | 10001 | 111010 | 111111 |
Color Harmonies of #D78869
Complementary color
Monochromatic Colors of #D78869
Black with #D78869
Text Example
Text Example
White with #D78869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78869; }
p { color: rgb(215,136,105); }
H1.HeaderClassName
{
color: #D78869;
}
.AnyTagClassName
{
color: #D78869;
}
</style>
background-color css
<style>
a { background-color: #D78869; }
a { background-color: rgb(215,136,105); }
div.DivClassName
{
background-color: #D78869;
}
.BgClassName
{
background-color: #D78869;
}
</style>
border-color css
<style>
span { border-color: #D78869; }
span { border-color: rgb(215,136,105); }
td.TdClassName
{
border-color: #D78869;
}
.TagClassName
{
border-color: #D78869;
}
</style>