Shades of Copper #D68C6C
Tints of Copper #D68C6C
RGB
CMYK
RGB Variations
Color information
#D68C6C (or 0xD68C6C) is known color: Copper. HEX triplet: D6, 8C and 6C. RGB value is (214,140,108). Sum of RGB (Red+Green+Blue) = 214+140+108=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C6C is #297393. Grayscale: #9E9E9E. Windows color (decimal): -2716564 or 7113942. OLE color: 7113942.
HSL color Cylindrical-coordinate representation of color #D68C6C: hue angle of 18.11º degrees, saturation: 0.56, 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 #D68C6C is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 108 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.16 |
| HSL | 18.11º | 0.56% | 0.63% | - |
| HSV(B) | 18.11º | 0.5% | 0.84% | - |
| XYZ | 39.82 | 34.14 | 18.68 | - |
| YUV | 158.48 | 99.52 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 108 | 0 | 0.35 | 0.50 | 0.16 | 18.11 | 0.56 | 0.63 |
| Hex | D6 | 8C | 6C | 0 | 23 | 32 | 10 | 12 | 38 | 3F |
| Octal | 326 | 214 | 154 | 0 | 43 | 62 | 20 | 22 | 70 | 77 |
| Binary | 11010110 | 10001100 | 1101100 | 0 | 100011 | 110010 | 10000 | 10010 | 111000 | 111111 |
Color Harmonies of #D68C6C
Complementary color
Monochromatic Colors of #D68C6C
Black with #D68C6C
Text Example
Text Example
White with #D68C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C6C; }
p { color: rgb(214,140,108); }
H1.HeaderClassName
{
color: #D68C6C;
}
.AnyTagClassName
{
color: #D68C6C;
}
</style>
background-color css
<style>
a { background-color: #D68C6C; }
a { background-color: rgb(214,140,108); }
div.DivClassName
{
background-color: #D68C6C;
}
.BgClassName
{
background-color: #D68C6C;
}
</style>
border-color css
<style>
span { border-color: #D68C6C; }
span { border-color: rgb(214,140,108); }
td.TdClassName
{
border-color: #D68C6C;
}
.TagClassName
{
border-color: #D68C6C;
}
</style>