Shades of Copper #D68764
Tints of Copper #D68764
RGB
CMYK
RGB Variations
Color information
#D68764 (or 0xD68764) is known color: Copper. HEX triplet: D6, 87 and 64. RGB value is (214,135,100). Sum of RGB (Red+Green+Blue) = 214+135+100=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D68764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68764 is #29789B. Grayscale: #9A9A9A. Windows color (decimal): -2717852 or 6588374. OLE color: 6588374.
HSL color Cylindrical-coordinate representation of color #D68764: hue angle of 18.42º 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 #D68764 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 100 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.16 |
| HSL | 18.42º | 0.58% | 0.62% | - |
| HSV(B) | 18.42º | 0.53% | 0.84% | - |
| XYZ | 38.7 | 32.54 | 16.3 | - |
| YUV | 154.63 | 97.17 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 100 | 0 | 0.37 | 0.53 | 0.16 | 18.42 | 0.58 | 0.62 |
| Hex | D6 | 87 | 64 | 0 | 25 | 35 | 10 | 12 | 3A | 3E |
| Octal | 326 | 207 | 144 | 0 | 45 | 65 | 20 | 22 | 72 | 76 |
| Binary | 11010110 | 10000111 | 1100100 | 0 | 100101 | 110101 | 10000 | 10010 | 111010 | 111110 |
Color Harmonies of #D68764
Complementary color
Monochromatic Colors of #D68764
Black with #D68764
Text Example
Text Example
White with #D68764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68764; }
p { color: rgb(214,135,100); }
H1.HeaderClassName
{
color: #D68764;
}
.AnyTagClassName
{
color: #D68764;
}
</style>
background-color css
<style>
a { background-color: #D68764; }
a { background-color: rgb(214,135,100); }
div.DivClassName
{
background-color: #D68764;
}
.BgClassName
{
background-color: #D68764;
}
</style>
border-color css
<style>
span { border-color: #D68764; }
span { border-color: rgb(214,135,100); }
td.TdClassName
{
border-color: #D68764;
}
.TagClassName
{
border-color: #D68764;
}
</style>