Shades of Copper #DA8E69
Tints of Copper #DA8E69
RGB
CMYK
RGB Variations
Color information
#DA8E69 (or 0xDA8E69) is known color: Copper. HEX triplet: DA, 8E and 69. RGB value is (218,142,105). Sum of RGB (Red+Green+Blue) = 218+142+105=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8E69 is #257196. Grayscale: #A0A0A0. Windows color (decimal): -2453911 or 6917850. OLE color: 6917850.
HSL color Cylindrical-coordinate representation of color #DA8E69: hue angle of 19.65º 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 #DA8E69 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 142 | 105 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.15 |
| HSL | 19.65º | 0.6% | 0.63% | - |
| HSV(B) | 19.65º | 0.52% | 0.85% | - |
| XYZ | 41.14 | 35.27 | 18 | - |
| YUV | 160.51 | 96.68 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 142 | 105 | 0 | 0.35 | 0.52 | 0.15 | 19.65 | 0.6 | 0.63 |
| Hex | DA | 8E | 69 | 0 | 23 | 34 | F | 14 | 3C | 3F |
| Octal | 332 | 216 | 151 | 0 | 43 | 64 | 17 | 24 | 74 | 77 |
| Binary | 11011010 | 10001110 | 1101001 | 0 | 100011 | 110100 | 1111 | 10100 | 111100 | 111111 |
Color Harmonies of #DA8E69
Complementary color
Monochromatic Colors of #DA8E69
Black with #DA8E69
Text Example
Text Example
White with #DA8E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8E69; }
p { color: rgb(218,142,105); }
H1.HeaderClassName
{
color: #DA8E69;
}
.AnyTagClassName
{
color: #DA8E69;
}
</style>
background-color css
<style>
a { background-color: #DA8E69; }
a { background-color: rgb(218,142,105); }
div.DivClassName
{
background-color: #DA8E69;
}
.BgClassName
{
background-color: #DA8E69;
}
</style>
border-color css
<style>
span { border-color: #DA8E69; }
span { border-color: rgb(218,142,105); }
td.TdClassName
{
border-color: #DA8E69;
}
.TagClassName
{
border-color: #DA8E69;
}
</style>