Shades of Copper #DB846B
Tints of Copper #DB846B
RGB
CMYK
RGB Variations
Color information
#DB846B (or 0xDB846B) is known color: Copper. HEX triplet: DB, 84 and 6B. RGB value is (219,132,107). Sum of RGB (Red+Green+Blue) = 219+132+107=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB846B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB846B is #247B94. Grayscale: #9B9B9B. Windows color (decimal): -2390933 or 7046363. OLE color: 7046363.
HSL color Cylindrical-coordinate representation of color #DB846B: hue angle of 13.39º 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 #DB846B is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 107 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.14 |
| HSL | 13.39º | 0.61% | 0.64% | - |
| HSV(B) | 13.39º | 0.51% | 0.86% | - |
| XYZ | 40.12 | 32.62 | 18.09 | - |
| YUV | 155.16 | 100.82 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 107 | 0 | 0.40 | 0.51 | 0.14 | 13.39 | 0.61 | 0.64 |
| Hex | DB | 84 | 6B | 0 | 28 | 33 | E | D | 3D | 40 |
| Octal | 333 | 204 | 153 | 0 | 50 | 63 | 16 | 15 | 75 | 100 |
| Binary | 11011011 | 10000100 | 1101011 | 0 | 101000 | 110011 | 1110 | 1101 | 111101 | 1000000 |
Color Harmonies of #DB846B
Complementary color
Monochromatic Colors of #DB846B
Black with #DB846B
Text Example
Text Example
White with #DB846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB846B; }
p { color: rgb(219,132,107); }
H1.HeaderClassName
{
color: #DB846B;
}
.AnyTagClassName
{
color: #DB846B;
}
</style>
background-color css
<style>
a { background-color: #DB846B; }
a { background-color: rgb(219,132,107); }
div.DivClassName
{
background-color: #DB846B;
}
.BgClassName
{
background-color: #DB846B;
}
</style>
border-color css
<style>
span { border-color: #DB846B; }
span { border-color: rgb(219,132,107); }
td.TdClassName
{
border-color: #DB846B;
}
.TagClassName
{
border-color: #DB846B;
}
</style>