Shades of Copper #D68870
Tints of Copper #D68870
RGB
CMYK
RGB Variations
Color information
#D68870 (or 0xD68870) is known color: Copper. HEX triplet: D6, 88 and 70. RGB value is (214,136,112). Sum of RGB (Red+Green+Blue) = 214+136+112=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D68870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68870 is #29778F. Grayscale: #9C9C9C. Windows color (decimal): -2717584 or 7375062. OLE color: 7375062.
HSL color Cylindrical-coordinate representation of color #D68870: hue angle of 14.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D68870 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 112 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.16 |
| HSL | 14.12º | 0.55% | 0.64% | - |
| HSV(B) | 14.12º | 0.48% | 0.84% | - |
| XYZ | 39.46 | 33.07 | 19.63 | - |
| YUV | 156.59 | 102.84 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 112 | 0 | 0.36 | 0.48 | 0.16 | 14.12 | 0.55 | 0.64 |
| Hex | D6 | 88 | 70 | 0 | 24 | 30 | 10 | E | 37 | 40 |
| Octal | 326 | 210 | 160 | 0 | 44 | 60 | 20 | 16 | 67 | 100 |
| Binary | 11010110 | 10001000 | 1110000 | 0 | 100100 | 110000 | 10000 | 1110 | 110111 | 1000000 |
Color Harmonies of #D68870
Complementary color
Monochromatic Colors of #D68870
Black with #D68870
Text Example
Text Example
White with #D68870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68870; }
p { color: rgb(214,136,112); }
H1.HeaderClassName
{
color: #D68870;
}
.AnyTagClassName
{
color: #D68870;
}
</style>
background-color css
<style>
a { background-color: #D68870; }
a { background-color: rgb(214,136,112); }
div.DivClassName
{
background-color: #D68870;
}
.BgClassName
{
background-color: #D68870;
}
</style>
border-color css
<style>
span { border-color: #D68870; }
span { border-color: rgb(214,136,112); }
td.TdClassName
{
border-color: #D68870;
}
.TagClassName
{
border-color: #D68870;
}
</style>