Shades of Copper #DB8B64
Tints of Copper #DB8B64
RGB
CMYK
RGB Variations
Color information
#DB8B64 (or 0xDB8B64) is known color: Copper. HEX triplet: DB, 8B and 64. RGB value is (219,139,100). Sum of RGB (Red+Green+Blue) = 219+139+100=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8B64 is #24749B. Grayscale: #9E9E9E. Windows color (decimal): -2389148 or 6589403. OLE color: 6589403.
HSL color Cylindrical-coordinate representation of color #DB8B64: hue angle of 19.66º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB8B64 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 100 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.14 |
| HSL | 19.66º | 0.62% | 0.63% | - |
| HSV(B) | 19.66º | 0.54% | 0.86% | - |
| XYZ | 40.75 | 34.45 | 16.56 | - |
| YUV | 158.47 | 95 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 100 | 0 | 0.37 | 0.54 | 0.14 | 19.66 | 0.62 | 0.63 |
| Hex | DB | 8B | 64 | 0 | 25 | 36 | E | 14 | 3E | 3F |
| Octal | 333 | 213 | 144 | 0 | 45 | 66 | 16 | 24 | 76 | 77 |
| Binary | 11011011 | 10001011 | 1100100 | 0 | 100101 | 110110 | 1110 | 10100 | 111110 | 111111 |
Color Harmonies of #DB8B64
Complementary color
Monochromatic Colors of #DB8B64
Black with #DB8B64
Text Example
Text Example
White with #DB8B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B64; }
p { color: rgb(219,139,100); }
H1.HeaderClassName
{
color: #DB8B64;
}
.AnyTagClassName
{
color: #DB8B64;
}
</style>
background-color css
<style>
a { background-color: #DB8B64; }
a { background-color: rgb(219,139,100); }
div.DivClassName
{
background-color: #DB8B64;
}
.BgClassName
{
background-color: #DB8B64;
}
</style>
border-color css
<style>
span { border-color: #DB8B64; }
span { border-color: rgb(219,139,100); }
td.TdClassName
{
border-color: #DB8B64;
}
.TagClassName
{
border-color: #DB8B64;
}
</style>