Shades of Copper #D88666
Tints of Copper #D88666
RGB
CMYK
RGB Variations
Color information
#D88666 (or 0xD88666) is known color: Copper. HEX triplet: D8, 86 and 66. RGB value is (216,134,102). Sum of RGB (Red+Green+Blue) = 216+134+102=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D88666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88666 is #277999. Grayscale: #9B9B9B. Windows color (decimal): -2587034 or 6719192. OLE color: 6719192.
HSL color Cylindrical-coordinate representation of color #D88666: hue angle of 16.84º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D88666 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 134 | 102 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.15 |
| HSL | 16.84º | 0.59% | 0.62% | - |
| HSV(B) | 16.84º | 0.53% | 0.85% | - |
| XYZ | 39.24 | 32.61 | 16.8 | - |
| YUV | 154.87 | 98.17 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 134 | 102 | 0 | 0.38 | 0.53 | 0.15 | 16.84 | 0.59 | 0.62 |
| Hex | D8 | 86 | 66 | 0 | 26 | 35 | F | 11 | 3B | 3E |
| Octal | 330 | 206 | 146 | 0 | 46 | 65 | 17 | 21 | 73 | 76 |
| Binary | 11011000 | 10000110 | 1100110 | 0 | 100110 | 110101 | 1111 | 10001 | 111011 | 111110 |
Color Harmonies of #D88666
Complementary color
Monochromatic Colors of #D88666
Black with #D88666
Text Example
Text Example
White with #D88666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88666; }
p { color: rgb(216,134,102); }
H1.HeaderClassName
{
color: #D88666;
}
.AnyTagClassName
{
color: #D88666;
}
</style>
background-color css
<style>
a { background-color: #D88666; }
a { background-color: rgb(216,134,102); }
div.DivClassName
{
background-color: #D88666;
}
.BgClassName
{
background-color: #D88666;
}
</style>
border-color css
<style>
span { border-color: #D88666; }
span { border-color: rgb(216,134,102); }
td.TdClassName
{
border-color: #D88666;
}
.TagClassName
{
border-color: #D88666;
}
</style>