Shades of Copper #DA8268
Tints of Copper #DA8268
RGB
CMYK
RGB Variations
Color information
#DA8268 (or 0xDA8268) is known color: Copper. HEX triplet: DA, 82 and 68. RGB value is (218,130,104). Sum of RGB (Red+Green+Blue) = 218+130+104=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8268 is #257D97. Grayscale: #999999. Windows color (decimal): -2456984 or 6849242. OLE color: 6849242.
HSL color Cylindrical-coordinate representation of color #DA8268: hue angle of 13.68º 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 #DA8268 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 104 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.15 |
| HSL | 13.68º | 0.61% | 0.63% | - |
| HSV(B) | 13.68º | 0.52% | 0.85% | - |
| XYZ | 39.39 | 31.87 | 17.17 | - |
| YUV | 153.35 | 100.15 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 104 | 0 | 0.40 | 0.52 | 0.15 | 13.68 | 0.61 | 0.63 |
| Hex | DA | 82 | 68 | 0 | 28 | 34 | F | E | 3D | 3F |
| Octal | 332 | 202 | 150 | 0 | 50 | 64 | 17 | 16 | 75 | 77 |
| Binary | 11011010 | 10000010 | 1101000 | 0 | 101000 | 110100 | 1111 | 1110 | 111101 | 111111 |
Color Harmonies of #DA8268
Complementary color
Monochromatic Colors of #DA8268
Black with #DA8268
Text Example
Text Example
White with #DA8268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8268; }
p { color: rgb(218,130,104); }
H1.HeaderClassName
{
color: #DA8268;
}
.AnyTagClassName
{
color: #DA8268;
}
</style>
background-color css
<style>
a { background-color: #DA8268; }
a { background-color: rgb(218,130,104); }
div.DivClassName
{
background-color: #DA8268;
}
.BgClassName
{
background-color: #DA8268;
}
</style>
border-color css
<style>
span { border-color: #DA8268; }
span { border-color: rgb(218,130,104); }
td.TdClassName
{
border-color: #DA8268;
}
.TagClassName
{
border-color: #DA8268;
}
</style>