Shades of Copper #DB856A
Tints of Copper #DB856A
RGB
CMYK
RGB Variations
Color information
#DB856A (or 0xDB856A) is known color: Copper. HEX triplet: DB, 85 and 6A. RGB value is (219,133,106). Sum of RGB (Red+Green+Blue) = 219+133+106=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB856A is #247A95. Grayscale: #9B9B9B. Windows color (decimal): -2390678 or 6981083. OLE color: 6981083.
HSL color Cylindrical-coordinate representation of color #DB856A: hue angle of 14.34º 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 #DB856A is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 106 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.14 |
| HSL | 14.34º | 0.61% | 0.64% | - |
| HSV(B) | 14.34º | 0.52% | 0.86% | - |
| XYZ | 40.2 | 32.88 | 17.86 | - |
| YUV | 155.64 | 99.99 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 106 | 0 | 0.39 | 0.52 | 0.14 | 14.34 | 0.61 | 0.64 |
| Hex | DB | 85 | 6A | 0 | 27 | 34 | E | E | 3D | 40 |
| Octal | 333 | 205 | 152 | 0 | 47 | 64 | 16 | 16 | 75 | 100 |
| Binary | 11011011 | 10000101 | 1101010 | 0 | 100111 | 110100 | 1110 | 1110 | 111101 | 1000000 |
Color Harmonies of #DB856A
Complementary color
Monochromatic Colors of #DB856A
Black with #DB856A
Text Example
Text Example
White with #DB856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB856A; }
p { color: rgb(219,133,106); }
H1.HeaderClassName
{
color: #DB856A;
}
.AnyTagClassName
{
color: #DB856A;
}
</style>
background-color css
<style>
a { background-color: #DB856A; }
a { background-color: rgb(219,133,106); }
div.DivClassName
{
background-color: #DB856A;
}
.BgClassName
{
background-color: #DB856A;
}
</style>
border-color css
<style>
span { border-color: #DB856A; }
span { border-color: rgb(219,133,106); }
td.TdClassName
{
border-color: #DB856A;
}
.TagClassName
{
border-color: #DB856A;
}
</style>