Shades of Copper #D78467
Tints of Copper #D78467
RGB
CMYK
RGB Variations
Color information
#D78467 (or 0xD78467) is known color: Copper. HEX triplet: D7, 84 and 67. RGB value is (215,132,103). Sum of RGB (Red+Green+Blue) = 215+132+103=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D78467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78467 is #287B98. Grayscale: #999999. Windows color (decimal): -2653081 or 6784215. OLE color: 6784215.
HSL color Cylindrical-coordinate representation of color #D78467: hue angle of 15.54º 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 #D78467 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 103 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.16 |
| HSL | 15.54º | 0.58% | 0.62% | - |
| HSV(B) | 15.54º | 0.52% | 0.84% | - |
| XYZ | 38.72 | 31.93 | 16.95 | - |
| YUV | 153.51 | 99.5 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 103 | 0 | 0.39 | 0.52 | 0.16 | 15.54 | 0.58 | 0.62 |
| Hex | D7 | 84 | 67 | 0 | 27 | 34 | 10 | 10 | 3A | 3E |
| Octal | 327 | 204 | 147 | 0 | 47 | 64 | 20 | 20 | 72 | 76 |
| Binary | 11010111 | 10000100 | 1100111 | 0 | 100111 | 110100 | 10000 | 10000 | 111010 | 111110 |
Color Harmonies of #D78467
Complementary color
Monochromatic Colors of #D78467
Black with #D78467
Text Example
Text Example
White with #D78467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78467; }
p { color: rgb(215,132,103); }
H1.HeaderClassName
{
color: #D78467;
}
.AnyTagClassName
{
color: #D78467;
}
</style>
background-color css
<style>
a { background-color: #D78467; }
a { background-color: rgb(215,132,103); }
div.DivClassName
{
background-color: #D78467;
}
.BgClassName
{
background-color: #D78467;
}
</style>
border-color css
<style>
span { border-color: #D78467; }
span { border-color: rgb(215,132,103); }
td.TdClassName
{
border-color: #D78467;
}
.TagClassName
{
border-color: #D78467;
}
</style>