Shades of Copper #DB846A
Tints of Copper #DB846A
RGB
CMYK
RGB Variations
Color information
#DB846A (or 0xDB846A) is known color: Copper. HEX triplet: DB, 84 and 6A. RGB value is (219,132,106). Sum of RGB (Red+Green+Blue) = 219+132+106=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB846A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB846A is #247B95. Grayscale: #9B9B9B. Windows color (decimal): -2390934 or 6980827. OLE color: 6980827.
HSL color Cylindrical-coordinate representation of color #DB846A: hue angle of 13.81º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB846A is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 106 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.14 |
| HSL | 13.81º | 0.61% | 0.64% | - |
| HSV(B) | 13.81º | 0.52% | 0.86% | - |
| XYZ | 40.07 | 32.6 | 17.82 | - |
| YUV | 155.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 106 | 0 | 0.40 | 0.52 | 0.14 | 13.81 | 0.61 | 0.64 |
| Hex | DB | 84 | 6A | 0 | 28 | 34 | E | E | 3D | 40 |
| Octal | 333 | 204 | 152 | 0 | 50 | 64 | 16 | 16 | 75 | 100 |
| Binary | 11011011 | 10000100 | 1101010 | 0 | 101000 | 110100 | 1110 | 1110 | 111101 | 1000000 |
Color Harmonies of #DB846A
Complementary color
Monochromatic Colors of #DB846A
Black with #DB846A
Text Example
Text Example
White with #DB846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB846A; }
p { color: rgb(219,132,106); }
H1.HeaderClassName
{
color: #DB846A;
}
.AnyTagClassName
{
color: #DB846A;
}
</style>
background-color css
<style>
a { background-color: #DB846A; }
a { background-color: rgb(219,132,106); }
div.DivClassName
{
background-color: #DB846A;
}
.BgClassName
{
background-color: #DB846A;
}
</style>
border-color css
<style>
span { border-color: #DB846A; }
span { border-color: rgb(219,132,106); }
td.TdClassName
{
border-color: #DB846A;
}
.TagClassName
{
border-color: #DB846A;
}
</style>