Shades of Copper #DA8F68
Tints of Copper #DA8F68
RGB
CMYK
RGB Variations
Color information
#DA8F68 (or 0xDA8F68) is known color: Copper. HEX triplet: DA, 8F and 68. RGB value is (218,143,104). Sum of RGB (Red+Green+Blue) = 218+143+104=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F68 is #257097. Grayscale: #A1A1A1. Windows color (decimal): -2453656 or 6852570. OLE color: 6852570.
HSL color Cylindrical-coordinate representation of color #DA8F68: hue angle of 20.53º 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 #DA8F68 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 104 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.15 |
| HSL | 20.53º | 0.61% | 0.63% | - |
| HSV(B) | 20.53º | 0.52% | 0.85% | - |
| XYZ | 41.23 | 35.55 | 17.79 | - |
| YUV | 160.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 104 | 0 | 0.34 | 0.52 | 0.15 | 20.53 | 0.61 | 0.63 |
| Hex | DA | 8F | 68 | 0 | 22 | 34 | F | 15 | 3D | 3F |
| Octal | 332 | 217 | 150 | 0 | 42 | 64 | 17 | 25 | 75 | 77 |
| Binary | 11011010 | 10001111 | 1101000 | 0 | 100010 | 110100 | 1111 | 10101 | 111101 | 111111 |
Color Harmonies of #DA8F68
Complementary color
Monochromatic Colors of #DA8F68
Black with #DA8F68
Text Example
Text Example
White with #DA8F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F68; }
p { color: rgb(218,143,104); }
H1.HeaderClassName
{
color: #DA8F68;
}
.AnyTagClassName
{
color: #DA8F68;
}
</style>
background-color css
<style>
a { background-color: #DA8F68; }
a { background-color: rgb(218,143,104); }
div.DivClassName
{
background-color: #DA8F68;
}
.BgClassName
{
background-color: #DA8F68;
}
</style>
border-color css
<style>
span { border-color: #DA8F68; }
span { border-color: rgb(218,143,104); }
td.TdClassName
{
border-color: #DA8F68;
}
.TagClassName
{
border-color: #DA8F68;
}
</style>