Shades of Copper #DB865F
Tints of Copper #DB865F
RGB
CMYK
RGB Variations
Color information
#DB865F (or 0xDB865F) is known color: Copper. HEX triplet: DB, 86 and 5F. RGB value is (219,134,95). Sum of RGB (Red+Green+Blue) = 219+134+95=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB865F is #2479A0. Grayscale: #9B9B9B. Windows color (decimal): -2390433 or 6260443. OLE color: 6260443.
HSL color Cylindrical-coordinate representation of color #DB865F: hue angle of 18.87º 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 #DB865F is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 95 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.14 |
| HSL | 18.87º | 0.63% | 0.62% | - |
| HSV(B) | 18.87º | 0.57% | 0.86% | - |
| XYZ | 39.8 | 32.94 | 15.09 | - |
| YUV | 154.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 95 | 0 | 0.39 | 0.57 | 0.14 | 18.87 | 0.63 | 0.62 |
| Hex | DB | 86 | 5F | 0 | 27 | 39 | E | 13 | 3F | 3E |
| Octal | 333 | 206 | 137 | 0 | 47 | 71 | 16 | 23 | 77 | 76 |
| Binary | 11011011 | 10000110 | 1011111 | 0 | 100111 | 111001 | 1110 | 10011 | 111111 | 111110 |
Color Harmonies of #DB865F
Complementary color
Monochromatic Colors of #DB865F
Black with #DB865F
Text Example
Text Example
White with #DB865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB865F; }
p { color: rgb(219,134,95); }
H1.HeaderClassName
{
color: #DB865F;
}
.AnyTagClassName
{
color: #DB865F;
}
</style>
background-color css
<style>
a { background-color: #DB865F; }
a { background-color: rgb(219,134,95); }
div.DivClassName
{
background-color: #DB865F;
}
.BgClassName
{
background-color: #DB865F;
}
</style>
border-color css
<style>
span { border-color: #DB865F; }
span { border-color: rgb(219,134,95); }
td.TdClassName
{
border-color: #DB865F;
}
.TagClassName
{
border-color: #DB865F;
}
</style>