Shades of Copper #DA856C
Tints of Copper #DA856C
RGB
CMYK
RGB Variations
Color information
#DA856C (or 0xDA856C) is known color: Copper. HEX triplet: DA, 85 and 6C. RGB value is (218,133,108). Sum of RGB (Red+Green+Blue) = 218+133+108=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA856C is #257A93. Grayscale: #9B9B9B. Windows color (decimal): -2456212 or 7112154. OLE color: 7112154.
HSL color Cylindrical-coordinate representation of color #DA856C: hue angle of 13.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA856C is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 108 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.15 |
| HSL | 13.64º | 0.6% | 0.64% | - |
| HSV(B) | 13.64º | 0.5% | 0.85% | - |
| XYZ | 40.01 | 32.76 | 18.4 | - |
| YUV | 155.57 | 101.16 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 108 | 0 | 0.39 | 0.50 | 0.15 | 13.64 | 0.6 | 0.64 |
| Hex | DA | 85 | 6C | 0 | 27 | 32 | F | E | 3C | 40 |
| Octal | 332 | 205 | 154 | 0 | 47 | 62 | 17 | 16 | 74 | 100 |
| Binary | 11011010 | 10000101 | 1101100 | 0 | 100111 | 110010 | 1111 | 1110 | 111100 | 1000000 |
Color Harmonies of #DA856C
Complementary color
Monochromatic Colors of #DA856C
Black with #DA856C
Text Example
Text Example
White with #DA856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA856C; }
p { color: rgb(218,133,108); }
H1.HeaderClassName
{
color: #DA856C;
}
.AnyTagClassName
{
color: #DA856C;
}
</style>
background-color css
<style>
a { background-color: #DA856C; }
a { background-color: rgb(218,133,108); }
div.DivClassName
{
background-color: #DA856C;
}
.BgClassName
{
background-color: #DA856C;
}
</style>
border-color css
<style>
span { border-color: #DA856C; }
span { border-color: rgb(218,133,108); }
td.TdClassName
{
border-color: #DA856C;
}
.TagClassName
{
border-color: #DA856C;
}
</style>