Shades of Copper #D69069
Tints of Copper #D69069
RGB
CMYK
RGB Variations
Color information
#D69069 (or 0xD69069) is known color: Copper. HEX triplet: D6, 90 and 69. RGB value is (214,144,105). Sum of RGB (Red+Green+Blue) = 214+144+105=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D69069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69069 is #296F96. Grayscale: #A0A0A0. Windows color (decimal): -2715543 or 6918358. OLE color: 6918358.
HSL color Cylindrical-coordinate representation of color #D69069: hue angle of 21.47º 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 #D69069 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 105 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.16 |
| HSL | 21.47º | 0.57% | 0.63% | - |
| HSV(B) | 21.47º | 0.51% | 0.84% | - |
| XYZ | 40.25 | 35.26 | 18.05 | - |
| YUV | 160.48 | 96.69 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 105 | 0 | 0.33 | 0.51 | 0.16 | 21.47 | 0.57 | 0.63 |
| Hex | D6 | 90 | 69 | 0 | 21 | 33 | 10 | 15 | 39 | 3F |
| Octal | 326 | 220 | 151 | 0 | 41 | 63 | 20 | 25 | 71 | 77 |
| Binary | 11010110 | 10010000 | 1101001 | 0 | 100001 | 110011 | 10000 | 10101 | 111001 | 111111 |
Color Harmonies of #D69069
Complementary color
Monochromatic Colors of #D69069
Black with #D69069
Text Example
Text Example
White with #D69069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69069; }
p { color: rgb(214,144,105); }
H1.HeaderClassName
{
color: #D69069;
}
.AnyTagClassName
{
color: #D69069;
}
</style>
background-color css
<style>
a { background-color: #D69069; }
a { background-color: rgb(214,144,105); }
div.DivClassName
{
background-color: #D69069;
}
.BgClassName
{
background-color: #D69069;
}
</style>
border-color css
<style>
span { border-color: #D69069; }
span { border-color: rgb(214,144,105); }
td.TdClassName
{
border-color: #D69069;
}
.TagClassName
{
border-color: #D69069;
}
</style>