Shades of Copper #DB8D64
Tints of Copper #DB8D64
RGB
CMYK
RGB Variations
Color information
#DB8D64 (or 0xDB8D64) is known color: Copper. HEX triplet: DB, 8D and 64. RGB value is (219,141,100). Sum of RGB (Red+Green+Blue) = 219+141+100=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8D64 is #24729B. Grayscale: #9F9F9F. Windows color (decimal): -2388636 or 6589915. OLE color: 6589915.
HSL color Cylindrical-coordinate representation of color #DB8D64: hue angle of 20.67º 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 #DB8D64 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 100 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.14 |
| HSL | 20.67º | 0.62% | 0.63% | - |
| HSV(B) | 20.67º | 0.54% | 0.86% | - |
| XYZ | 41.04 | 35.03 | 16.66 | - |
| YUV | 159.65 | 94.34 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 100 | 0 | 0.36 | 0.54 | 0.14 | 20.67 | 0.62 | 0.63 |
| Hex | DB | 8D | 64 | 0 | 24 | 36 | E | 15 | 3E | 3F |
| Octal | 333 | 215 | 144 | 0 | 44 | 66 | 16 | 25 | 76 | 77 |
| Binary | 11011011 | 10001101 | 1100100 | 0 | 100100 | 110110 | 1110 | 10101 | 111110 | 111111 |
Color Harmonies of #DB8D64
Complementary color
Monochromatic Colors of #DB8D64
Black with #DB8D64
Text Example
Text Example
White with #DB8D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D64; }
p { color: rgb(219,141,100); }
H1.HeaderClassName
{
color: #DB8D64;
}
.AnyTagClassName
{
color: #DB8D64;
}
</style>
background-color css
<style>
a { background-color: #DB8D64; }
a { background-color: rgb(219,141,100); }
div.DivClassName
{
background-color: #DB8D64;
}
.BgClassName
{
background-color: #DB8D64;
}
</style>
border-color css
<style>
span { border-color: #DB8D64; }
span { border-color: rgb(219,141,100); }
td.TdClassName
{
border-color: #DB8D64;
}
.TagClassName
{
border-color: #DB8D64;
}
</style>