Shades of Copper #DA8C6F
Tints of Copper #DA8C6F
RGB
CMYK
RGB Variations
Color information
#DA8C6F (or 0xDA8C6F) is known color: Copper. HEX triplet: DA, 8C and 6F. RGB value is (218,140,111). Sum of RGB (Red+Green+Blue) = 218+140+111=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C6F is #257390. Grayscale: #A0A0A0. Windows color (decimal): -2454417 or 7310554. OLE color: 7310554.
HSL color Cylindrical-coordinate representation of color #DA8C6F: hue angle of 16.26º 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 #DA8C6F is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 111 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.15 |
| HSL | 16.26º | 0.59% | 0.65% | - |
| HSV(B) | 16.26º | 0.49% | 0.85% | - |
| XYZ | 41.16 | 34.81 | 19.59 | - |
| YUV | 160.02 | 100.34 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 111 | 0 | 0.36 | 0.49 | 0.15 | 16.26 | 0.59 | 0.65 |
| Hex | DA | 8C | 6F | 0 | 24 | 31 | F | 10 | 3B | 41 |
| Octal | 332 | 214 | 157 | 0 | 44 | 61 | 17 | 20 | 73 | 101 |
| Binary | 11011010 | 10001100 | 1101111 | 0 | 100100 | 110001 | 1111 | 10000 | 111011 | 1000001 |
Color Harmonies of #DA8C6F
Complementary color
Monochromatic Colors of #DA8C6F
Black with #DA8C6F
Text Example
Text Example
White with #DA8C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C6F; }
p { color: rgb(218,140,111); }
H1.HeaderClassName
{
color: #DA8C6F;
}
.AnyTagClassName
{
color: #DA8C6F;
}
</style>
background-color css
<style>
a { background-color: #DA8C6F; }
a { background-color: rgb(218,140,111); }
div.DivClassName
{
background-color: #DA8C6F;
}
.BgClassName
{
background-color: #DA8C6F;
}
</style>
border-color css
<style>
span { border-color: #DA8C6F; }
span { border-color: rgb(218,140,111); }
td.TdClassName
{
border-color: #DA8C6F;
}
.TagClassName
{
border-color: #DA8C6F;
}
</style>