Shades of Copper #D78C66
Tints of Copper #D78C66
RGB
CMYK
RGB Variations
Color information
#D78C66 (or 0xD78C66) is known color: Copper. HEX triplet: D7, 8C and 66. RGB value is (215,140,102). Sum of RGB (Red+Green+Blue) = 215+140+102=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78C66 is #287399. Grayscale: #9E9E9E. Windows color (decimal): -2651034 or 6720727. OLE color: 6720727.
HSL color Cylindrical-coordinate representation of color #D78C66: hue angle of 20.18º 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 #D78C66 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 140 | 102 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.16 |
| HSL | 20.18º | 0.59% | 0.62% | - |
| HSV(B) | 20.18º | 0.53% | 0.84% | - |
| XYZ | 39.8 | 34.16 | 17.07 | - |
| YUV | 158.09 | 96.35 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 140 | 102 | 0 | 0.35 | 0.53 | 0.16 | 20.18 | 0.59 | 0.62 |
| Hex | D7 | 8C | 66 | 0 | 23 | 35 | 10 | 14 | 3B | 3E |
| Octal | 327 | 214 | 146 | 0 | 43 | 65 | 20 | 24 | 73 | 76 |
| Binary | 11010111 | 10001100 | 1100110 | 0 | 100011 | 110101 | 10000 | 10100 | 111011 | 111110 |
Color Harmonies of #D78C66
Complementary color
Monochromatic Colors of #D78C66
Black with #D78C66
Text Example
Text Example
White with #D78C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78C66; }
p { color: rgb(215,140,102); }
H1.HeaderClassName
{
color: #D78C66;
}
.AnyTagClassName
{
color: #D78C66;
}
</style>
background-color css
<style>
a { background-color: #D78C66; }
a { background-color: rgb(215,140,102); }
div.DivClassName
{
background-color: #D78C66;
}
.BgClassName
{
background-color: #D78C66;
}
</style>
border-color css
<style>
span { border-color: #D78C66; }
span { border-color: rgb(215,140,102); }
td.TdClassName
{
border-color: #D78C66;
}
.TagClassName
{
border-color: #D78C66;
}
</style>