Shades of Copper #DB856B
Tints of Copper #DB856B
RGB
CMYK
RGB Variations
Color information
#DB856B (or 0xDB856B) is known color: Copper. HEX triplet: DB, 85 and 6B. RGB value is (219,133,107). Sum of RGB (Red+Green+Blue) = 219+133+107=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB856B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB856B is #247A94. Grayscale: #9B9B9B. Windows color (decimal): -2390677 or 7046619. OLE color: 7046619.
HSL color Cylindrical-coordinate representation of color #DB856B: hue angle of 13.93º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB856B is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 107 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.14 |
| HSL | 13.93º | 0.61% | 0.64% | - |
| HSV(B) | 13.93º | 0.51% | 0.86% | - |
| XYZ | 40.25 | 32.9 | 18.14 | - |
| YUV | 155.75 | 100.49 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 107 | 0 | 0.39 | 0.51 | 0.14 | 13.93 | 0.61 | 0.64 |
| Hex | DB | 85 | 6B | 0 | 27 | 33 | E | E | 3D | 40 |
| Octal | 333 | 205 | 153 | 0 | 47 | 63 | 16 | 16 | 75 | 100 |
| Binary | 11011011 | 10000101 | 1101011 | 0 | 100111 | 110011 | 1110 | 1110 | 111101 | 1000000 |
Color Harmonies of #DB856B
Complementary color
Monochromatic Colors of #DB856B
Black with #DB856B
Text Example
Text Example
White with #DB856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB856B; }
p { color: rgb(219,133,107); }
H1.HeaderClassName
{
color: #DB856B;
}
.AnyTagClassName
{
color: #DB856B;
}
</style>
background-color css
<style>
a { background-color: #DB856B; }
a { background-color: rgb(219,133,107); }
div.DivClassName
{
background-color: #DB856B;
}
.BgClassName
{
background-color: #DB856B;
}
</style>
border-color css
<style>
span { border-color: #DB856B; }
span { border-color: rgb(219,133,107); }
td.TdClassName
{
border-color: #DB856B;
}
.TagClassName
{
border-color: #DB856B;
}
</style>