Shades of Copper #DA856B
Tints of Copper #DA856B
RGB
CMYK
RGB Variations
Color information
#DA856B (or 0xDA856B) is known color: Copper. HEX triplet: DA, 85 and 6B. RGB value is (218,133,107). Sum of RGB (Red+Green+Blue) = 218+133+107=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA856B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA856B is #257A94. Grayscale: #9B9B9B. Windows color (decimal): -2456213 or 7046618. OLE color: 7046618.
HSL color Cylindrical-coordinate representation of color #DA856B: hue angle of 14.05º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA856B is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 107 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.15 |
| HSL | 14.05º | 0.6% | 0.64% | - |
| HSV(B) | 14.05º | 0.51% | 0.85% | - |
| XYZ | 39.95 | 32.74 | 18.12 | - |
| YUV | 155.45 | 100.66 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 107 | 0 | 0.39 | 0.51 | 0.15 | 14.05 | 0.6 | 0.64 |
| Hex | DA | 85 | 6B | 0 | 27 | 33 | F | E | 3C | 40 |
| Octal | 332 | 205 | 153 | 0 | 47 | 63 | 17 | 16 | 74 | 100 |
| Binary | 11011010 | 10000101 | 1101011 | 0 | 100111 | 110011 | 1111 | 1110 | 111100 | 1000000 |
Color Harmonies of #DA856B
Complementary color
Monochromatic Colors of #DA856B
Black with #DA856B
Text Example
Text Example
White with #DA856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA856B; }
p { color: rgb(218,133,107); }
H1.HeaderClassName
{
color: #DA856B;
}
.AnyTagClassName
{
color: #DA856B;
}
</style>
background-color css
<style>
a { background-color: #DA856B; }
a { background-color: rgb(218,133,107); }
div.DivClassName
{
background-color: #DA856B;
}
.BgClassName
{
background-color: #DA856B;
}
</style>
border-color css
<style>
span { border-color: #DA856B; }
span { border-color: rgb(218,133,107); }
td.TdClassName
{
border-color: #DA856B;
}
.TagClassName
{
border-color: #DA856B;
}
</style>