Shades of Copper #DB845C
Tints of Copper #DB845C
RGB
CMYK
RGB Variations
Color information
#DB845C (or 0xDB845C) is known color: Copper. HEX triplet: DB, 84 and 5C. RGB value is (219,132,92). Sum of RGB (Red+Green+Blue) = 219+132+92=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB845C is #247BA3. Grayscale: #999999. Windows color (decimal): -2390948 or 6063323. OLE color: 6063323.
HSL color Cylindrical-coordinate representation of color #DB845C: hue angle of 18.9º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB845C is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 92 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.14 |
| HSL | 18.9º | 0.64% | 0.61% | - |
| HSV(B) | 18.9º | 0.58% | 0.86% | - |
| XYZ | 39.4 | 32.34 | 14.29 | - |
| YUV | 153.45 | 93.32 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 92 | 0 | 0.40 | 0.58 | 0.14 | 18.9 | 0.64 | 0.61 |
| Hex | DB | 84 | 5C | 0 | 28 | 3A | E | 13 | 40 | 3D |
| Octal | 333 | 204 | 134 | 0 | 50 | 72 | 16 | 23 | 100 | 75 |
| Binary | 11011011 | 10000100 | 1011100 | 0 | 101000 | 111010 | 1110 | 10011 | 1000000 | 111101 |
Color Harmonies of #DB845C
Complementary color
Monochromatic Colors of #DB845C
Black with #DB845C
Text Example
Text Example
White with #DB845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB845C; }
p { color: rgb(219,132,92); }
H1.HeaderClassName
{
color: #DB845C;
}
.AnyTagClassName
{
color: #DB845C;
}
</style>
background-color css
<style>
a { background-color: #DB845C; }
a { background-color: rgb(219,132,92); }
div.DivClassName
{
background-color: #DB845C;
}
.BgClassName
{
background-color: #DB845C;
}
</style>
border-color css
<style>
span { border-color: #DB845C; }
span { border-color: rgb(219,132,92); }
td.TdClassName
{
border-color: #DB845C;
}
.TagClassName
{
border-color: #DB845C;
}
</style>