Shades of Copper #D78F69
Tints of Copper #D78F69
RGB
CMYK
RGB Variations
Color information
#D78F69 (or 0xD78F69) is known color: Copper. HEX triplet: D7, 8F and 69. RGB value is (215,143,105). Sum of RGB (Red+Green+Blue) = 215+143+105=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D78F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78F69 is #287096. Grayscale: #A0A0A0. Windows color (decimal): -2650263 or 6918103. OLE color: 6918103.
HSL color Cylindrical-coordinate representation of color #D78F69: hue angle of 20.73º 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 #D78F69 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 143 | 105 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.16 |
| HSL | 20.73º | 0.58% | 0.63% | - |
| HSV(B) | 20.73º | 0.51% | 0.84% | - |
| XYZ | 40.4 | 35.11 | 18.01 | - |
| YUV | 160.2 | 96.85 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 143 | 105 | 0 | 0.33 | 0.51 | 0.16 | 20.73 | 0.58 | 0.63 |
| Hex | D7 | 8F | 69 | 0 | 21 | 33 | 10 | 15 | 3A | 3F |
| Octal | 327 | 217 | 151 | 0 | 41 | 63 | 20 | 25 | 72 | 77 |
| Binary | 11010111 | 10001111 | 1101001 | 0 | 100001 | 110011 | 10000 | 10101 | 111010 | 111111 |
Color Harmonies of #D78F69
Complementary color
Monochromatic Colors of #D78F69
Black with #D78F69
Text Example
Text Example
White with #D78F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78F69; }
p { color: rgb(215,143,105); }
H1.HeaderClassName
{
color: #D78F69;
}
.AnyTagClassName
{
color: #D78F69;
}
</style>
background-color css
<style>
a { background-color: #D78F69; }
a { background-color: rgb(215,143,105); }
div.DivClassName
{
background-color: #D78F69;
}
.BgClassName
{
background-color: #D78F69;
}
</style>
border-color css
<style>
span { border-color: #D78F69; }
span { border-color: rgb(215,143,105); }
td.TdClassName
{
border-color: #D78F69;
}
.TagClassName
{
border-color: #D78F69;
}
</style>