Shades of Copper #DB8E63
Tints of Copper #DB8E63
RGB
CMYK
RGB Variations
Color information
#DB8E63 (or 0xDB8E63) is known color: Copper. HEX triplet: DB, 8E and 63. RGB value is (219,142,99). Sum of RGB (Red+Green+Blue) = 219+142+99=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8E63 is #24719C. Grayscale: #A0A0A0. Windows color (decimal): -2388381 or 6524635. OLE color: 6524635.
HSL color Cylindrical-coordinate representation of color #DB8E63: hue angle of 21.5º 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 #DB8E63 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 99 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.14 |
| HSL | 21.5º | 0.63% | 0.62% | - |
| HSV(B) | 21.5º | 0.55% | 0.86% | - |
| XYZ | 41.14 | 35.31 | 16.45 | - |
| YUV | 160.12 | 93.51 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 99 | 0 | 0.35 | 0.55 | 0.14 | 21.5 | 0.63 | 0.62 |
| Hex | DB | 8E | 63 | 0 | 23 | 37 | E | 16 | 3E | 3E |
| Octal | 333 | 216 | 143 | 0 | 43 | 67 | 16 | 26 | 76 | 76 |
| Binary | 11011011 | 10001110 | 1100011 | 0 | 100011 | 110111 | 1110 | 10110 | 111110 | 111110 |
Color Harmonies of #DB8E63
Complementary color
Monochromatic Colors of #DB8E63
Black with #DB8E63
Text Example
Text Example
White with #DB8E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E63; }
p { color: rgb(219,142,99); }
H1.HeaderClassName
{
color: #DB8E63;
}
.AnyTagClassName
{
color: #DB8E63;
}
</style>
background-color css
<style>
a { background-color: #DB8E63; }
a { background-color: rgb(219,142,99); }
div.DivClassName
{
background-color: #DB8E63;
}
.BgClassName
{
background-color: #DB8E63;
}
</style>
border-color css
<style>
span { border-color: #DB8E63; }
span { border-color: rgb(219,142,99); }
td.TdClassName
{
border-color: #DB8E63;
}
.TagClassName
{
border-color: #DB8E63;
}
</style>