Shades of Copper #D68A69
Tints of Copper #D68A69
RGB
CMYK
RGB Variations
Color information
#D68A69 (or 0xD68A69) is known color: Copper. HEX triplet: D6, 8A and 69. RGB value is (214,138,105). Sum of RGB (Red+Green+Blue) = 214+138+105=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A69 is #297596. Grayscale: #9D9D9D. Windows color (decimal): -2717079 or 6916822. OLE color: 6916822.
HSL color Cylindrical-coordinate representation of color #D68A69: hue angle of 18.17º 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 #D68A69 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 105 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.16 |
| HSL | 18.17º | 0.57% | 0.63% | - |
| HSV(B) | 18.17º | 0.51% | 0.84% | - |
| XYZ | 39.37 | 33.49 | 17.75 | - |
| YUV | 156.96 | 98.68 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 105 | 0 | 0.36 | 0.51 | 0.16 | 18.17 | 0.57 | 0.63 |
| Hex | D6 | 8A | 69 | 0 | 24 | 33 | 10 | 12 | 39 | 3F |
| Octal | 326 | 212 | 151 | 0 | 44 | 63 | 20 | 22 | 71 | 77 |
| Binary | 11010110 | 10001010 | 1101001 | 0 | 100100 | 110011 | 10000 | 10010 | 111001 | 111111 |
Color Harmonies of #D68A69
Complementary color
Monochromatic Colors of #D68A69
Black with #D68A69
Text Example
Text Example
White with #D68A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A69; }
p { color: rgb(214,138,105); }
H1.HeaderClassName
{
color: #D68A69;
}
.AnyTagClassName
{
color: #D68A69;
}
</style>
background-color css
<style>
a { background-color: #D68A69; }
a { background-color: rgb(214,138,105); }
div.DivClassName
{
background-color: #D68A69;
}
.BgClassName
{
background-color: #D68A69;
}
</style>
border-color css
<style>
span { border-color: #D68A69; }
span { border-color: rgb(214,138,105); }
td.TdClassName
{
border-color: #D68A69;
}
.TagClassName
{
border-color: #D68A69;
}
</style>