Shades of Copper #DA8C68
Tints of Copper #DA8C68
RGB
CMYK
RGB Variations
Color information
#DA8C68 (or 0xDA8C68) is known color: Copper. HEX triplet: DA, 8C and 68. RGB value is (218,140,104). Sum of RGB (Red+Green+Blue) = 218+140+104=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C68 is #257397. Grayscale: #9F9F9F. Windows color (decimal): -2454424 or 6851802. OLE color: 6851802.
HSL color Cylindrical-coordinate representation of color #DA8C68: hue angle of 18.95º 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 #DA8C68 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 104 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.15 |
| HSL | 18.95º | 0.61% | 0.63% | - |
| HSV(B) | 18.95º | 0.52% | 0.85% | - |
| XYZ | 40.79 | 34.66 | 17.64 | - |
| YUV | 159.22 | 96.84 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 104 | 0 | 0.36 | 0.52 | 0.15 | 18.95 | 0.61 | 0.63 |
| Hex | DA | 8C | 68 | 0 | 24 | 34 | F | 13 | 3D | 3F |
| Octal | 332 | 214 | 150 | 0 | 44 | 64 | 17 | 23 | 75 | 77 |
| Binary | 11011010 | 10001100 | 1101000 | 0 | 100100 | 110100 | 1111 | 10011 | 111101 | 111111 |
Color Harmonies of #DA8C68
Complementary color
Monochromatic Colors of #DA8C68
Black with #DA8C68
Text Example
Text Example
White with #DA8C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C68; }
p { color: rgb(218,140,104); }
H1.HeaderClassName
{
color: #DA8C68;
}
.AnyTagClassName
{
color: #DA8C68;
}
</style>
background-color css
<style>
a { background-color: #DA8C68; }
a { background-color: rgb(218,140,104); }
div.DivClassName
{
background-color: #DA8C68;
}
.BgClassName
{
background-color: #DA8C68;
}
</style>
border-color css
<style>
span { border-color: #DA8C68; }
span { border-color: rgb(218,140,104); }
td.TdClassName
{
border-color: #DA8C68;
}
.TagClassName
{
border-color: #DA8C68;
}
</style>