Shades of Copper #DB8665
Tints of Copper #DB8665
RGB
CMYK
RGB Variations
Color information
#DB8665 (or 0xDB8665) is known color: Copper. HEX triplet: DB, 86 and 65. RGB value is (219,134,101). Sum of RGB (Red+Green+Blue) = 219+134+101=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8665 is #24799A. Grayscale: #9B9B9B. Windows color (decimal): -2390427 or 6653659. OLE color: 6653659.
HSL color Cylindrical-coordinate representation of color #DB8665: hue angle of 16.78º 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 #DB8665 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 101 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.14 |
| HSL | 16.78º | 0.62% | 0.63% | - |
| HSV(B) | 16.78º | 0.54% | 0.86% | - |
| XYZ | 40.09 | 33.05 | 16.58 | - |
| YUV | 155.65 | 97.16 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 101 | 0 | 0.39 | 0.54 | 0.14 | 16.78 | 0.62 | 0.63 |
| Hex | DB | 86 | 65 | 0 | 27 | 36 | E | 11 | 3E | 3F |
| Octal | 333 | 206 | 145 | 0 | 47 | 66 | 16 | 21 | 76 | 77 |
| Binary | 11011011 | 10000110 | 1100101 | 0 | 100111 | 110110 | 1110 | 10001 | 111110 | 111111 |
Color Harmonies of #DB8665
Complementary color
Monochromatic Colors of #DB8665
Black with #DB8665
Text Example
Text Example
White with #DB8665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8665; }
p { color: rgb(219,134,101); }
H1.HeaderClassName
{
color: #DB8665;
}
.AnyTagClassName
{
color: #DB8665;
}
</style>
background-color css
<style>
a { background-color: #DB8665; }
a { background-color: rgb(219,134,101); }
div.DivClassName
{
background-color: #DB8665;
}
.BgClassName
{
background-color: #DB8665;
}
</style>
border-color css
<style>
span { border-color: #DB8665; }
span { border-color: rgb(219,134,101); }
td.TdClassName
{
border-color: #DB8665;
}
.TagClassName
{
border-color: #DB8665;
}
</style>