Shades of Copper #DB8D63
Tints of Copper #DB8D63
RGB
CMYK
RGB Variations
Color information
#DB8D63 (or 0xDB8D63) is known color: Copper. HEX triplet: DB, 8D and 63. RGB value is (219,141,99). Sum of RGB (Red+Green+Blue) = 219+141+99=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8D63 is #24729C. Grayscale: #9F9F9F. Windows color (decimal): -2388637 or 6524379. OLE color: 6524379.
HSL color Cylindrical-coordinate representation of color #DB8D63: hue angle of 21º degrees, saturation: 0.62, 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 #DB8D63 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 99 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.14 |
| HSL | 21º | 0.63% | 0.62% | - |
| HSV(B) | 21º | 0.55% | 0.86% | - |
| XYZ | 40.99 | 35.01 | 16.4 | - |
| YUV | 159.53 | 93.84 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 99 | 0 | 0.36 | 0.55 | 0.14 | 21 | 0.63 | 0.62 |
| Hex | DB | 8D | 63 | 0 | 24 | 37 | E | 15 | 3E | 3E |
| Octal | 333 | 215 | 143 | 0 | 44 | 67 | 16 | 25 | 76 | 76 |
| Binary | 11011011 | 10001101 | 1100011 | 0 | 100100 | 110111 | 1110 | 10101 | 111110 | 111110 |
Color Harmonies of #DB8D63
Complementary color
Monochromatic Colors of #DB8D63
Black with #DB8D63
Text Example
Text Example
White with #DB8D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D63; }
p { color: rgb(219,141,99); }
H1.HeaderClassName
{
color: #DB8D63;
}
.AnyTagClassName
{
color: #DB8D63;
}
</style>
background-color css
<style>
a { background-color: #DB8D63; }
a { background-color: rgb(219,141,99); }
div.DivClassName
{
background-color: #DB8D63;
}
.BgClassName
{
background-color: #DB8D63;
}
</style>
border-color css
<style>
span { border-color: #DB8D63; }
span { border-color: rgb(219,141,99); }
td.TdClassName
{
border-color: #DB8D63;
}
.TagClassName
{
border-color: #DB8D63;
}
</style>