Shades of Copper #D68569
Tints of Copper #D68569
RGB
CMYK
RGB Variations
Color information
#D68569 (or 0xD68569) is known color: Copper. HEX triplet: D6, 85 and 69. RGB value is (214,133,105). Sum of RGB (Red+Green+Blue) = 214+133+105=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D68569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68569 is #297A96. Grayscale: #9A9A9A. Windows color (decimal): -2718359 or 6915542. OLE color: 6915542.
HSL color Cylindrical-coordinate representation of color #D68569: hue angle of 15.41º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D68569 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 105 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.16 |
| HSL | 15.41º | 0.57% | 0.63% | - |
| HSV(B) | 15.41º | 0.51% | 0.84% | - |
| XYZ | 38.67 | 32.09 | 17.52 | - |
| YUV | 154.03 | 100.34 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 105 | 0 | 0.38 | 0.51 | 0.16 | 15.41 | 0.57 | 0.63 |
| Hex | D6 | 85 | 69 | 0 | 26 | 33 | 10 | F | 39 | 3F |
| Octal | 326 | 205 | 151 | 0 | 46 | 63 | 20 | 17 | 71 | 77 |
| Binary | 11010110 | 10000101 | 1101001 | 0 | 100110 | 110011 | 10000 | 1111 | 111001 | 111111 |
Color Harmonies of #D68569
Complementary color
Monochromatic Colors of #D68569
Black with #D68569
Text Example
Text Example
White with #D68569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68569; }
p { color: rgb(214,133,105); }
H1.HeaderClassName
{
color: #D68569;
}
.AnyTagClassName
{
color: #D68569;
}
</style>
background-color css
<style>
a { background-color: #D68569; }
a { background-color: rgb(214,133,105); }
div.DivClassName
{
background-color: #D68569;
}
.BgClassName
{
background-color: #D68569;
}
</style>
border-color css
<style>
span { border-color: #D68569; }
span { border-color: rgb(214,133,105); }
td.TdClassName
{
border-color: #D68569;
}
.TagClassName
{
border-color: #D68569;
}
</style>