Shades of Copper #D78667
Tints of Copper #D78667
RGB
CMYK
RGB Variations
Color information
#D78667 (or 0xD78667) is known color: Copper. HEX triplet: D7, 86 and 67. RGB value is (215,134,103). Sum of RGB (Red+Green+Blue) = 215+134+103=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D78667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78667 is #287998. Grayscale: #9A9A9A. Windows color (decimal): -2652569 or 6784727. OLE color: 6784727.
HSL color Cylindrical-coordinate representation of color #D78667: hue angle of 16.61º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D78667 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 134 | 103 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.16 |
| HSL | 16.61º | 0.58% | 0.62% | - |
| HSV(B) | 16.61º | 0.52% | 0.84% | - |
| XYZ | 39 | 32.48 | 17.05 | - |
| YUV | 154.69 | 98.84 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 134 | 103 | 0 | 0.38 | 0.52 | 0.16 | 16.61 | 0.58 | 0.62 |
| Hex | D7 | 86 | 67 | 0 | 26 | 34 | 10 | 11 | 3A | 3E |
| Octal | 327 | 206 | 147 | 0 | 46 | 64 | 20 | 21 | 72 | 76 |
| Binary | 11010111 | 10000110 | 1100111 | 0 | 100110 | 110100 | 10000 | 10001 | 111010 | 111110 |
Color Harmonies of #D78667
Complementary color
Monochromatic Colors of #D78667
Black with #D78667
Text Example
Text Example
White with #D78667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78667; }
p { color: rgb(215,134,103); }
H1.HeaderClassName
{
color: #D78667;
}
.AnyTagClassName
{
color: #D78667;
}
</style>
background-color css
<style>
a { background-color: #D78667; }
a { background-color: rgb(215,134,103); }
div.DivClassName
{
background-color: #D78667;
}
.BgClassName
{
background-color: #D78667;
}
</style>
border-color css
<style>
span { border-color: #D78667; }
span { border-color: rgb(215,134,103); }
td.TdClassName
{
border-color: #D78667;
}
.TagClassName
{
border-color: #D78667;
}
</style>