Shades of Copper #D78866
Tints of Copper #D78866
RGB
CMYK
RGB Variations
Color information
#D78866 (or 0xD78866) is known color: Copper. HEX triplet: D7, 88 and 66. RGB value is (215,136,102). Sum of RGB (Red+Green+Blue) = 215+136+102=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D78866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78866 is #287799. Grayscale: #9B9B9B. Windows color (decimal): -2652058 or 6719703. OLE color: 6719703.
HSL color Cylindrical-coordinate representation of color #D78866: hue angle of 18.05º 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 #D78866 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 102 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.16 |
| HSL | 18.05º | 0.59% | 0.62% | - |
| HSV(B) | 18.05º | 0.53% | 0.84% | - |
| XYZ | 39.23 | 33.01 | 16.88 | - |
| YUV | 155.75 | 97.67 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 102 | 0 | 0.37 | 0.53 | 0.16 | 18.05 | 0.59 | 0.62 |
| Hex | D7 | 88 | 66 | 0 | 25 | 35 | 10 | 12 | 3B | 3E |
| Octal | 327 | 210 | 146 | 0 | 45 | 65 | 20 | 22 | 73 | 76 |
| Binary | 11010111 | 10001000 | 1100110 | 0 | 100101 | 110101 | 10000 | 10010 | 111011 | 111110 |
Color Harmonies of #D78866
Complementary color
Monochromatic Colors of #D78866
Black with #D78866
Text Example
Text Example
White with #D78866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78866; }
p { color: rgb(215,136,102); }
H1.HeaderClassName
{
color: #D78866;
}
.AnyTagClassName
{
color: #D78866;
}
</style>
background-color css
<style>
a { background-color: #D78866; }
a { background-color: rgb(215,136,102); }
div.DivClassName
{
background-color: #D78866;
}
.BgClassName
{
background-color: #D78866;
}
</style>
border-color css
<style>
span { border-color: #D78866; }
span { border-color: rgb(215,136,102); }
td.TdClassName
{
border-color: #D78866;
}
.TagClassName
{
border-color: #D78866;
}
</style>