Shades of Copper #DA8E68
Tints of Copper #DA8E68
RGB
CMYK
RGB Variations
Color information
#DA8E68 (or 0xDA8E68) is known color: Copper. HEX triplet: DA, 8E and 68. RGB value is (218,142,104). Sum of RGB (Red+Green+Blue) = 218+142+104=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8E68 is #257197. Grayscale: #A0A0A0. Windows color (decimal): -2453912 or 6852314. OLE color: 6852314.
HSL color Cylindrical-coordinate representation of color #DA8E68: hue angle of 20º degrees, saturation: 0.61, 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 #DA8E68 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 142 | 104 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.15 |
| HSL | 20º | 0.61% | 0.63% | - |
| HSV(B) | 20º | 0.52% | 0.85% | - |
| XYZ | 41.09 | 35.25 | 17.74 | - |
| YUV | 160.39 | 96.18 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 142 | 104 | 0 | 0.35 | 0.52 | 0.15 | 20 | 0.61 | 0.63 |
| Hex | DA | 8E | 68 | 0 | 23 | 34 | F | 14 | 3D | 3F |
| Octal | 332 | 216 | 150 | 0 | 43 | 64 | 17 | 24 | 75 | 77 |
| Binary | 11011010 | 10001110 | 1101000 | 0 | 100011 | 110100 | 1111 | 10100 | 111101 | 111111 |
Color Harmonies of #DA8E68
Complementary color
Monochromatic Colors of #DA8E68
Black with #DA8E68
Text Example
Text Example
White with #DA8E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8E68; }
p { color: rgb(218,142,104); }
H1.HeaderClassName
{
color: #DA8E68;
}
.AnyTagClassName
{
color: #DA8E68;
}
</style>
background-color css
<style>
a { background-color: #DA8E68; }
a { background-color: rgb(218,142,104); }
div.DivClassName
{
background-color: #DA8E68;
}
.BgClassName
{
background-color: #DA8E68;
}
</style>
border-color css
<style>
span { border-color: #DA8E68; }
span { border-color: rgb(218,142,104); }
td.TdClassName
{
border-color: #DA8E68;
}
.TagClassName
{
border-color: #DA8E68;
}
</style>