Shades of Copper #DA8D70
Tints of Copper #DA8D70
RGB
CMYK
RGB Variations
Color information
#DA8D70 (or 0xDA8D70) is known color: Copper. HEX triplet: DA, 8D and 70. RGB value is (218,141,112). Sum of RGB (Red+Green+Blue) = 218+141+112=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D70 is #25728F. Grayscale: #A0A0A0. Windows color (decimal): -2454160 or 7376346. OLE color: 7376346.
HSL color Cylindrical-coordinate representation of color #DA8D70: hue angle of 16.42º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA8D70 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 112 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.15 |
| HSL | 16.42º | 0.59% | 0.65% | - |
| HSV(B) | 16.42º | 0.49% | 0.85% | - |
| XYZ | 41.36 | 35.13 | 19.93 | - |
| YUV | 160.72 | 100.51 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 112 | 0 | 0.35 | 0.49 | 0.15 | 16.42 | 0.59 | 0.65 |
| Hex | DA | 8D | 70 | 0 | 23 | 31 | F | 10 | 3B | 41 |
| Octal | 332 | 215 | 160 | 0 | 43 | 61 | 17 | 20 | 73 | 101 |
| Binary | 11011010 | 10001101 | 1110000 | 0 | 100011 | 110001 | 1111 | 10000 | 111011 | 1000001 |
Color Harmonies of #DA8D70
Complementary color
Monochromatic Colors of #DA8D70
Black with #DA8D70
Text Example
Text Example
White with #DA8D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D70; }
p { color: rgb(218,141,112); }
H1.HeaderClassName
{
color: #DA8D70;
}
.AnyTagClassName
{
color: #DA8D70;
}
</style>
background-color css
<style>
a { background-color: #DA8D70; }
a { background-color: rgb(218,141,112); }
div.DivClassName
{
background-color: #DA8D70;
}
.BgClassName
{
background-color: #DA8D70;
}
</style>
border-color css
<style>
span { border-color: #DA8D70; }
span { border-color: rgb(218,141,112); }
td.TdClassName
{
border-color: #DA8D70;
}
.TagClassName
{
border-color: #DA8D70;
}
</style>