Shades of Copper #D68A64
Tints of Copper #D68A64
RGB
CMYK
RGB Variations
Color information
#D68A64 (or 0xD68A64) is known color: Copper. HEX triplet: D6, 8A and 64. RGB value is (214,138,100). Sum of RGB (Red+Green+Blue) = 214+138+100=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A64 is #29759B. Grayscale: #9C9C9C. Windows color (decimal): -2717084 or 6589142. OLE color: 6589142.
HSL color Cylindrical-coordinate representation of color #D68A64: hue angle of 20º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D68A64 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 100 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.16 |
| HSL | 20º | 0.58% | 0.62% | - |
| HSV(B) | 20º | 0.53% | 0.84% | - |
| XYZ | 39.12 | 33.39 | 16.44 | - |
| YUV | 156.39 | 96.18 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 100 | 0 | 0.36 | 0.53 | 0.16 | 20 | 0.58 | 0.62 |
| Hex | D6 | 8A | 64 | 0 | 24 | 35 | 10 | 14 | 3A | 3E |
| Octal | 326 | 212 | 144 | 0 | 44 | 65 | 20 | 24 | 72 | 76 |
| Binary | 11010110 | 10001010 | 1100100 | 0 | 100100 | 110101 | 10000 | 10100 | 111010 | 111110 |
Color Harmonies of #D68A64
Complementary color
Monochromatic Colors of #D68A64
Black with #D68A64
Text Example
Text Example
White with #D68A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A64; }
p { color: rgb(214,138,100); }
H1.HeaderClassName
{
color: #D68A64;
}
.AnyTagClassName
{
color: #D68A64;
}
</style>
background-color css
<style>
a { background-color: #D68A64; }
a { background-color: rgb(214,138,100); }
div.DivClassName
{
background-color: #D68A64;
}
.BgClassName
{
background-color: #D68A64;
}
</style>
border-color css
<style>
span { border-color: #D68A64; }
span { border-color: rgb(214,138,100); }
td.TdClassName
{
border-color: #D68A64;
}
.TagClassName
{
border-color: #D68A64;
}
</style>