Shades of Copper #DB8A63
Tints of Copper #DB8A63
RGB
CMYK
RGB Variations
Color information
#DB8A63 (or 0xDB8A63) is known color: Copper. HEX triplet: DB, 8A and 63. RGB value is (219,138,99). Sum of RGB (Red+Green+Blue) = 219+138+99=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A63 is #24759C. Grayscale: #9E9E9E. Windows color (decimal): -2389405 or 6523611. OLE color: 6523611.
HSL color Cylindrical-coordinate representation of color #DB8A63: hue angle of 19.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 #DB8A63 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 99 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.14 |
| HSL | 19.5º | 0.63% | 0.62% | - |
| HSV(B) | 19.5º | 0.55% | 0.86% | - |
| XYZ | 40.55 | 34.14 | 16.26 | - |
| YUV | 157.77 | 94.84 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 99 | 0 | 0.37 | 0.55 | 0.14 | 19.5 | 0.63 | 0.62 |
| Hex | DB | 8A | 63 | 0 | 25 | 37 | E | 14 | 3E | 3E |
| Octal | 333 | 212 | 143 | 0 | 45 | 67 | 16 | 24 | 76 | 76 |
| Binary | 11011011 | 10001010 | 1100011 | 0 | 100101 | 110111 | 1110 | 10100 | 111110 | 111110 |
Color Harmonies of #DB8A63
Complementary color
Monochromatic Colors of #DB8A63
Black with #DB8A63
Text Example
Text Example
White with #DB8A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A63; }
p { color: rgb(219,138,99); }
H1.HeaderClassName
{
color: #DB8A63;
}
.AnyTagClassName
{
color: #DB8A63;
}
</style>
background-color css
<style>
a { background-color: #DB8A63; }
a { background-color: rgb(219,138,99); }
div.DivClassName
{
background-color: #DB8A63;
}
.BgClassName
{
background-color: #DB8A63;
}
</style>
border-color css
<style>
span { border-color: #DB8A63; }
span { border-color: rgb(219,138,99); }
td.TdClassName
{
border-color: #DB8A63;
}
.TagClassName
{
border-color: #DB8A63;
}
</style>