Shades of Copper #DB8D62
Tints of Copper #DB8D62
RGB
CMYK
RGB Variations
Color information
#DB8D62 (or 0xDB8D62) is known color: Copper. HEX triplet: DB, 8D and 62. RGB value is (219,141,98). Sum of RGB (Red+Green+Blue) = 219+141+98=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8D62 is #24729D. Grayscale: #9F9F9F. Windows color (decimal): -2388638 or 6458843. OLE color: 6458843.
HSL color Cylindrical-coordinate representation of color #DB8D62: hue angle of 21.32º 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 #DB8D62 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 98 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.14 |
| HSL | 21.32º | 0.63% | 0.62% | - |
| HSV(B) | 21.32º | 0.55% | 0.86% | - |
| XYZ | 40.94 | 34.99 | 16.15 | - |
| YUV | 159.42 | 93.34 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 98 | 0 | 0.36 | 0.55 | 0.14 | 21.32 | 0.63 | 0.62 |
| Hex | DB | 8D | 62 | 0 | 24 | 37 | E | 15 | 3F | 3E |
| Octal | 333 | 215 | 142 | 0 | 44 | 67 | 16 | 25 | 77 | 76 |
| Binary | 11011011 | 10001101 | 1100010 | 0 | 100100 | 110111 | 1110 | 10101 | 111111 | 111110 |
Color Harmonies of #DB8D62
Complementary color
Monochromatic Colors of #DB8D62
Black with #DB8D62
Text Example
Text Example
White with #DB8D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D62; }
p { color: rgb(219,141,98); }
H1.HeaderClassName
{
color: #DB8D62;
}
.AnyTagClassName
{
color: #DB8D62;
}
</style>
background-color css
<style>
a { background-color: #DB8D62; }
a { background-color: rgb(219,141,98); }
div.DivClassName
{
background-color: #DB8D62;
}
.BgClassName
{
background-color: #DB8D62;
}
</style>
border-color css
<style>
span { border-color: #DB8D62; }
span { border-color: rgb(219,141,98); }
td.TdClassName
{
border-color: #DB8D62;
}
.TagClassName
{
border-color: #DB8D62;
}
</style>