Shades of Copper #D68F6D
Tints of Copper #D68F6D
RGB
CMYK
RGB Variations
Color information
#D68F6D (or 0xD68F6D) is known color: Copper. HEX triplet: D6, 8F and 6D. RGB value is (214,143,109). Sum of RGB (Red+Green+Blue) = 214+143+109=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F6D is #297092. Grayscale: #A0A0A0. Windows color (decimal): -2715795 or 7180246. OLE color: 7180246.
HSL color Cylindrical-coordinate representation of color #D68F6D: hue angle of 19.43º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D68F6D is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 109 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.16 |
| HSL | 19.43º | 0.56% | 0.63% | - |
| HSV(B) | 19.43º | 0.49% | 0.84% | - |
| XYZ | 40.31 | 35.05 | 19.11 | - |
| YUV | 160.35 | 99.02 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 109 | 0 | 0.33 | 0.49 | 0.16 | 19.43 | 0.56 | 0.63 |
| Hex | D6 | 8F | 6D | 0 | 21 | 31 | 10 | 13 | 38 | 3F |
| Octal | 326 | 217 | 155 | 0 | 41 | 61 | 20 | 23 | 70 | 77 |
| Binary | 11010110 | 10001111 | 1101101 | 0 | 100001 | 110001 | 10000 | 10011 | 111000 | 111111 |
Color Harmonies of #D68F6D
Complementary color
Monochromatic Colors of #D68F6D
Black with #D68F6D
Text Example
Text Example
White with #D68F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F6D; }
p { color: rgb(214,143,109); }
H1.HeaderClassName
{
color: #D68F6D;
}
.AnyTagClassName
{
color: #D68F6D;
}
</style>
background-color css
<style>
a { background-color: #D68F6D; }
a { background-color: rgb(214,143,109); }
div.DivClassName
{
background-color: #D68F6D;
}
.BgClassName
{
background-color: #D68F6D;
}
</style>
border-color css
<style>
span { border-color: #D68F6D; }
span { border-color: rgb(214,143,109); }
td.TdClassName
{
border-color: #D68F6D;
}
.TagClassName
{
border-color: #D68F6D;
}
</style>