Shades of Copper #DB8F62
Tints of Copper #DB8F62
RGB
CMYK
RGB Variations
Color information
#DB8F62 (or 0xDB8F62) is known color: Copper. HEX triplet: DB, 8F and 62. RGB value is (219,143,98). Sum of RGB (Red+Green+Blue) = 219+143+98=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F62 is #24709D. Grayscale: #A0A0A0. Windows color (decimal): -2388126 or 6459355. OLE color: 6459355.
HSL color Cylindrical-coordinate representation of color #DB8F62: hue angle of 22.31º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB8F62 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 98 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.14 |
| HSL | 22.31º | 0.63% | 0.62% | - |
| HSV(B) | 22.31º | 0.55% | 0.86% | - |
| XYZ | 41.24 | 35.59 | 16.25 | - |
| YUV | 160.59 | 92.68 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 98 | 0 | 0.35 | 0.55 | 0.14 | 22.31 | 0.63 | 0.62 |
| Hex | DB | 8F | 62 | 0 | 23 | 37 | E | 16 | 3F | 3E |
| Octal | 333 | 217 | 142 | 0 | 43 | 67 | 16 | 26 | 77 | 76 |
| Binary | 11011011 | 10001111 | 1100010 | 0 | 100011 | 110111 | 1110 | 10110 | 111111 | 111110 |
Color Harmonies of #DB8F62
Complementary color
Monochromatic Colors of #DB8F62
Black with #DB8F62
Text Example
Text Example
White with #DB8F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F62; }
p { color: rgb(219,143,98); }
H1.HeaderClassName
{
color: #DB8F62;
}
.AnyTagClassName
{
color: #DB8F62;
}
</style>
background-color css
<style>
a { background-color: #DB8F62; }
a { background-color: rgb(219,143,98); }
div.DivClassName
{
background-color: #DB8F62;
}
.BgClassName
{
background-color: #DB8F62;
}
</style>
border-color css
<style>
span { border-color: #DB8F62; }
span { border-color: rgb(219,143,98); }
td.TdClassName
{
border-color: #DB8F62;
}
.TagClassName
{
border-color: #DB8F62;
}
</style>