Shades of Copper #DB8565
Tints of Copper #DB8565
RGB
CMYK
RGB Variations
Color information
#DB8565 (or 0xDB8565) is known color: Copper. HEX triplet: DB, 85 and 65. RGB value is (219,133,101). Sum of RGB (Red+Green+Blue) = 219+133+101=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8565 is #247A9A. Grayscale: #9B9B9B. Windows color (decimal): -2390683 or 6653403. OLE color: 6653403.
HSL color Cylindrical-coordinate representation of color #DB8565: hue angle of 16.27º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB8565 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 101 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.14 |
| HSL | 16.27º | 0.62% | 0.63% | - |
| HSV(B) | 16.27º | 0.54% | 0.86% | - |
| XYZ | 39.95 | 32.77 | 16.53 | - |
| YUV | 155.07 | 97.49 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 101 | 0 | 0.39 | 0.54 | 0.14 | 16.27 | 0.62 | 0.63 |
| Hex | DB | 85 | 65 | 0 | 27 | 36 | E | 10 | 3E | 3F |
| Octal | 333 | 205 | 145 | 0 | 47 | 66 | 16 | 20 | 76 | 77 |
| Binary | 11011011 | 10000101 | 1100101 | 0 | 100111 | 110110 | 1110 | 10000 | 111110 | 111111 |
Color Harmonies of #DB8565
Complementary color
Monochromatic Colors of #DB8565
Black with #DB8565
Text Example
Text Example
White with #DB8565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8565; }
p { color: rgb(219,133,101); }
H1.HeaderClassName
{
color: #DB8565;
}
.AnyTagClassName
{
color: #DB8565;
}
</style>
background-color css
<style>
a { background-color: #DB8565; }
a { background-color: rgb(219,133,101); }
div.DivClassName
{
background-color: #DB8565;
}
.BgClassName
{
background-color: #DB8565;
}
</style>
border-color css
<style>
span { border-color: #DB8565; }
span { border-color: rgb(219,133,101); }
td.TdClassName
{
border-color: #DB8565;
}
.TagClassName
{
border-color: #DB8565;
}
</style>