Shades of Copper #D68E6B
Tints of Copper #D68E6B
RGB
CMYK
RGB Variations
Color information
#D68E6B (or 0xD68E6B) is known color: Copper. HEX triplet: D6, 8E and 6B. RGB value is (214,142,107). Sum of RGB (Red+Green+Blue) = 214+142+107=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E6B is #297194. Grayscale: #9F9F9F. Windows color (decimal): -2716053 or 7048918. OLE color: 7048918.
HSL color Cylindrical-coordinate representation of color #D68E6B: hue angle of 19.63º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D68E6B is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 107 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.16 |
| HSL | 19.63º | 0.57% | 0.63% | - |
| HSV(B) | 19.63º | 0.5% | 0.84% | - |
| XYZ | 40.06 | 34.7 | 18.5 | - |
| YUV | 159.54 | 98.35 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 107 | 0 | 0.34 | 0.50 | 0.16 | 19.63 | 0.57 | 0.63 |
| Hex | D6 | 8E | 6B | 0 | 22 | 32 | 10 | 14 | 39 | 3F |
| Octal | 326 | 216 | 153 | 0 | 42 | 62 | 20 | 24 | 71 | 77 |
| Binary | 11010110 | 10001110 | 1101011 | 0 | 100010 | 110010 | 10000 | 10100 | 111001 | 111111 |
Color Harmonies of #D68E6B
Complementary color
Monochromatic Colors of #D68E6B
Black with #D68E6B
Text Example
Text Example
White with #D68E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E6B; }
p { color: rgb(214,142,107); }
H1.HeaderClassName
{
color: #D68E6B;
}
.AnyTagClassName
{
color: #D68E6B;
}
</style>
background-color css
<style>
a { background-color: #D68E6B; }
a { background-color: rgb(214,142,107); }
div.DivClassName
{
background-color: #D68E6B;
}
.BgClassName
{
background-color: #D68E6B;
}
</style>
border-color css
<style>
span { border-color: #D68E6B; }
span { border-color: rgb(214,142,107); }
td.TdClassName
{
border-color: #D68E6B;
}
.TagClassName
{
border-color: #D68E6B;
}
</style>