Shades of Copper #D68D66
Tints of Copper #D68D66
RGB
CMYK
RGB Variations
Color information
#D68D66 (or 0xD68D66) is known color: Copper. HEX triplet: D6, 8D and 66. RGB value is (214,141,102). Sum of RGB (Red+Green+Blue) = 214+141+102=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D66 is #297299. Grayscale: #9E9E9E. Windows color (decimal): -2716314 or 6720982. OLE color: 6720982.
HSL color Cylindrical-coordinate representation of color #D68D66: hue angle of 20.89º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D68D66 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 102 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.16 |
| HSL | 20.89º | 0.58% | 0.62% | - |
| HSV(B) | 20.89º | 0.52% | 0.84% | - |
| XYZ | 39.65 | 34.31 | 17.1 | - |
| YUV | 158.38 | 96.18 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 102 | 0 | 0.34 | 0.52 | 0.16 | 20.89 | 0.58 | 0.62 |
| Hex | D6 | 8D | 66 | 0 | 22 | 34 | 10 | 15 | 3A | 3E |
| Octal | 326 | 215 | 146 | 0 | 42 | 64 | 20 | 25 | 72 | 76 |
| Binary | 11010110 | 10001101 | 1100110 | 0 | 100010 | 110100 | 10000 | 10101 | 111010 | 111110 |
Color Harmonies of #D68D66
Complementary color
Monochromatic Colors of #D68D66
Black with #D68D66
Text Example
Text Example
White with #D68D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D66; }
p { color: rgb(214,141,102); }
H1.HeaderClassName
{
color: #D68D66;
}
.AnyTagClassName
{
color: #D68D66;
}
</style>
background-color css
<style>
a { background-color: #D68D66; }
a { background-color: rgb(214,141,102); }
div.DivClassName
{
background-color: #D68D66;
}
.BgClassName
{
background-color: #D68D66;
}
</style>
border-color css
<style>
span { border-color: #D68D66; }
span { border-color: rgb(214,141,102); }
td.TdClassName
{
border-color: #D68D66;
}
.TagClassName
{
border-color: #D68D66;
}
</style>