Shades of Copper #DB845F
Tints of Copper #DB845F
RGB
CMYK
RGB Variations
Color information
#DB845F (or 0xDB845F) is known color: Copper. HEX triplet: DB, 84 and 5F. RGB value is (219,132,95). Sum of RGB (Red+Green+Blue) = 219+132+95=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB845F is #247BA0. Grayscale: #9A9A9A. Windows color (decimal): -2390945 or 6259931. OLE color: 6259931.
HSL color Cylindrical-coordinate representation of color #DB845F: hue angle of 17.9º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB845F is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 95 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.14 |
| HSL | 17.9º | 0.63% | 0.62% | - |
| HSV(B) | 17.9º | 0.57% | 0.86% | - |
| XYZ | 39.53 | 32.39 | 14.99 | - |
| YUV | 153.8 | 94.82 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 95 | 0 | 0.40 | 0.57 | 0.14 | 17.9 | 0.63 | 0.62 |
| Hex | DB | 84 | 5F | 0 | 28 | 39 | E | 12 | 3F | 3E |
| Octal | 333 | 204 | 137 | 0 | 50 | 71 | 16 | 22 | 77 | 76 |
| Binary | 11011011 | 10000100 | 1011111 | 0 | 101000 | 111001 | 1110 | 10010 | 111111 | 111110 |
Color Harmonies of #DB845F
Complementary color
Monochromatic Colors of #DB845F
Black with #DB845F
Text Example
Text Example
White with #DB845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB845F; }
p { color: rgb(219,132,95); }
H1.HeaderClassName
{
color: #DB845F;
}
.AnyTagClassName
{
color: #DB845F;
}
</style>
background-color css
<style>
a { background-color: #DB845F; }
a { background-color: rgb(219,132,95); }
div.DivClassName
{
background-color: #DB845F;
}
.BgClassName
{
background-color: #DB845F;
}
</style>
border-color css
<style>
span { border-color: #DB845F; }
span { border-color: rgb(219,132,95); }
td.TdClassName
{
border-color: #DB845F;
}
.TagClassName
{
border-color: #DB845F;
}
</style>