Shades of Copper #D68D68
Tints of Copper #D68D68
RGB
CMYK
RGB Variations
Color information
#D68D68 (or 0xD68D68) is known color: Copper. HEX triplet: D6, 8D and 68. RGB value is (214,141,104). Sum of RGB (Red+Green+Blue) = 214+141+104=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D68 is #297297. Grayscale: #9E9E9E. Windows color (decimal): -2716312 or 6852054. OLE color: 6852054.
HSL color Cylindrical-coordinate representation of color #D68D68: hue angle of 20.18º 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 #D68D68 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 104 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.16 |
| HSL | 20.18º | 0.57% | 0.62% | - |
| HSV(B) | 20.18º | 0.51% | 0.84% | - |
| XYZ | 39.76 | 34.35 | 17.63 | - |
| YUV | 158.61 | 97.18 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 104 | 0 | 0.34 | 0.51 | 0.16 | 20.18 | 0.57 | 0.62 |
| Hex | D6 | 8D | 68 | 0 | 22 | 33 | 10 | 14 | 39 | 3E |
| Octal | 326 | 215 | 150 | 0 | 42 | 63 | 20 | 24 | 71 | 76 |
| Binary | 11010110 | 10001101 | 1101000 | 0 | 100010 | 110011 | 10000 | 10100 | 111001 | 111110 |
Color Harmonies of #D68D68
Complementary color
Monochromatic Colors of #D68D68
Black with #D68D68
Text Example
Text Example
White with #D68D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D68; }
p { color: rgb(214,141,104); }
H1.HeaderClassName
{
color: #D68D68;
}
.AnyTagClassName
{
color: #D68D68;
}
</style>
background-color css
<style>
a { background-color: #D68D68; }
a { background-color: rgb(214,141,104); }
div.DivClassName
{
background-color: #D68D68;
}
.BgClassName
{
background-color: #D68D68;
}
</style>
border-color css
<style>
span { border-color: #D68D68; }
span { border-color: rgb(214,141,104); }
td.TdClassName
{
border-color: #D68D68;
}
.TagClassName
{
border-color: #D68D68;
}
</style>