Shades of Copper #D68665
Tints of Copper #D68665
RGB
CMYK
RGB Variations
Color information
#D68665 (or 0xD68665) is known color: Copper. HEX triplet: D6, 86 and 65. RGB value is (214,134,101). Sum of RGB (Red+Green+Blue) = 214+134+101=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D68665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68665 is #29799A. Grayscale: #9A9A9A. Windows color (decimal): -2718107 or 6653654. OLE color: 6653654.
HSL color Cylindrical-coordinate representation of color #D68665: hue angle of 17.52º degrees, saturation: 0.58, 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 #D68665 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 101 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.16 |
| HSL | 17.52º | 0.58% | 0.62% | - |
| HSV(B) | 17.52º | 0.53% | 0.84% | - |
| XYZ | 38.61 | 32.29 | 16.51 | - |
| YUV | 154.16 | 98 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 101 | 0 | 0.37 | 0.53 | 0.16 | 17.52 | 0.58 | 0.62 |
| Hex | D6 | 86 | 65 | 0 | 25 | 35 | 10 | 12 | 3A | 3E |
| Octal | 326 | 206 | 145 | 0 | 45 | 65 | 20 | 22 | 72 | 76 |
| Binary | 11010110 | 10000110 | 1100101 | 0 | 100101 | 110101 | 10000 | 10010 | 111010 | 111110 |
Color Harmonies of #D68665
Complementary color
Monochromatic Colors of #D68665
Black with #D68665
Text Example
Text Example
White with #D68665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68665; }
p { color: rgb(214,134,101); }
H1.HeaderClassName
{
color: #D68665;
}
.AnyTagClassName
{
color: #D68665;
}
</style>
background-color css
<style>
a { background-color: #D68665; }
a { background-color: rgb(214,134,101); }
div.DivClassName
{
background-color: #D68665;
}
.BgClassName
{
background-color: #D68665;
}
</style>
border-color css
<style>
span { border-color: #D68665; }
span { border-color: rgb(214,134,101); }
td.TdClassName
{
border-color: #D68665;
}
.TagClassName
{
border-color: #D68665;
}
</style>