Shades of Copper #DA8468
Tints of Copper #DA8468
RGB
CMYK
RGB Variations
Color information
#DA8468 (or 0xDA8468) is known color: Copper. HEX triplet: DA, 84 and 68. RGB value is (218,132,104). Sum of RGB (Red+Green+Blue) = 218+132+104=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8468 is #257B97. Grayscale: #9A9A9A. Windows color (decimal): -2456472 or 6849754. OLE color: 6849754.
HSL color Cylindrical-coordinate representation of color #DA8468: hue angle of 14.74º 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 #DA8468 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 104 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.15 |
| HSL | 14.74º | 0.61% | 0.63% | - |
| HSV(B) | 14.74º | 0.52% | 0.85% | - |
| XYZ | 39.66 | 32.41 | 17.26 | - |
| YUV | 154.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 104 | 0 | 0.39 | 0.52 | 0.15 | 14.74 | 0.61 | 0.63 |
| Hex | DA | 84 | 68 | 0 | 27 | 34 | F | F | 3D | 3F |
| Octal | 332 | 204 | 150 | 0 | 47 | 64 | 17 | 17 | 75 | 77 |
| Binary | 11011010 | 10000100 | 1101000 | 0 | 100111 | 110100 | 1111 | 1111 | 111101 | 111111 |
Color Harmonies of #DA8468
Complementary color
Monochromatic Colors of #DA8468
Black with #DA8468
Text Example
Text Example
White with #DA8468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8468; }
p { color: rgb(218,132,104); }
H1.HeaderClassName
{
color: #DA8468;
}
.AnyTagClassName
{
color: #DA8468;
}
</style>
background-color css
<style>
a { background-color: #DA8468; }
a { background-color: rgb(218,132,104); }
div.DivClassName
{
background-color: #DA8468;
}
.BgClassName
{
background-color: #DA8468;
}
</style>
border-color css
<style>
span { border-color: #DA8468; }
span { border-color: rgb(218,132,104); }
td.TdClassName
{
border-color: #DA8468;
}
.TagClassName
{
border-color: #DA8468;
}
</style>