Shades of Copper #DA8D69
Tints of Copper #DA8D69
RGB
CMYK
RGB Variations
Color information
#DA8D69 (or 0xDA8D69) is known color: Copper. HEX triplet: DA, 8D and 69. RGB value is (218,141,105). Sum of RGB (Red+Green+Blue) = 218+141+105=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D69 is #257296. Grayscale: #A0A0A0. Windows color (decimal): -2454167 or 6917594. OLE color: 6917594.
HSL color Cylindrical-coordinate representation of color #DA8D69: hue angle of 19.12º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA8D69 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 105 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.15 |
| HSL | 19.12º | 0.6% | 0.63% | - |
| HSV(B) | 19.12º | 0.52% | 0.85% | - |
| XYZ | 40.99 | 34.98 | 17.96 | - |
| YUV | 159.92 | 97.01 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 105 | 0 | 0.35 | 0.52 | 0.15 | 19.12 | 0.6 | 0.63 |
| Hex | DA | 8D | 69 | 0 | 23 | 34 | F | 13 | 3C | 3F |
| Octal | 332 | 215 | 151 | 0 | 43 | 64 | 17 | 23 | 74 | 77 |
| Binary | 11011010 | 10001101 | 1101001 | 0 | 100011 | 110100 | 1111 | 10011 | 111100 | 111111 |
Color Harmonies of #DA8D69
Complementary color
Monochromatic Colors of #DA8D69
Black with #DA8D69
Text Example
Text Example
White with #DA8D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D69; }
p { color: rgb(218,141,105); }
H1.HeaderClassName
{
color: #DA8D69;
}
.AnyTagClassName
{
color: #DA8D69;
}
</style>
background-color css
<style>
a { background-color: #DA8D69; }
a { background-color: rgb(218,141,105); }
div.DivClassName
{
background-color: #DA8D69;
}
.BgClassName
{
background-color: #DA8D69;
}
</style>
border-color css
<style>
span { border-color: #DA8D69; }
span { border-color: rgb(218,141,105); }
td.TdClassName
{
border-color: #DA8D69;
}
.TagClassName
{
border-color: #DA8D69;
}
</style>