Shades of Copper #D68C68
Tints of Copper #D68C68
RGB
CMYK
RGB Variations
Color information
#D68C68 (or 0xD68C68) is known color: Copper. HEX triplet: D6, 8C and 68. RGB value is (214,140,104). Sum of RGB (Red+Green+Blue) = 214+140+104=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C68 is #297397. Grayscale: #9E9E9E. Windows color (decimal): -2716568 or 6851798. OLE color: 6851798.
HSL color Cylindrical-coordinate representation of color #D68C68: hue angle of 19.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D68C68 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 104 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.16 |
| HSL | 19.64º | 0.57% | 0.62% | - |
| HSV(B) | 19.64º | 0.51% | 0.84% | - |
| XYZ | 39.61 | 34.05 | 17.58 | - |
| YUV | 158.02 | 97.52 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 104 | 0 | 0.35 | 0.51 | 0.16 | 19.64 | 0.57 | 0.62 |
| Hex | D6 | 8C | 68 | 0 | 23 | 33 | 10 | 14 | 39 | 3E |
| Octal | 326 | 214 | 150 | 0 | 43 | 63 | 20 | 24 | 71 | 76 |
| Binary | 11010110 | 10001100 | 1101000 | 0 | 100011 | 110011 | 10000 | 10100 | 111001 | 111110 |
Color Harmonies of #D68C68
Complementary color
Monochromatic Colors of #D68C68
Black with #D68C68
Text Example
Text Example
White with #D68C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C68; }
p { color: rgb(214,140,104); }
H1.HeaderClassName
{
color: #D68C68;
}
.AnyTagClassName
{
color: #D68C68;
}
</style>
background-color css
<style>
a { background-color: #D68C68; }
a { background-color: rgb(214,140,104); }
div.DivClassName
{
background-color: #D68C68;
}
.BgClassName
{
background-color: #D68C68;
}
</style>
border-color css
<style>
span { border-color: #D68C68; }
span { border-color: rgb(214,140,104); }
td.TdClassName
{
border-color: #D68C68;
}
.TagClassName
{
border-color: #D68C68;
}
</style>