Shades of Copper #DB8C65
Tints of Copper #DB8C65
RGB
CMYK
RGB Variations
Color information
#DB8C65 (or 0xDB8C65) is known color: Copper. HEX triplet: DB, 8C and 65. RGB value is (219,140,101). Sum of RGB (Red+Green+Blue) = 219+140+101=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C65 is #24739A. Grayscale: #9F9F9F. Windows color (decimal): -2388891 or 6655195. OLE color: 6655195.
HSL color Cylindrical-coordinate representation of color #DB8C65: hue angle of 19.83º 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 #DB8C65 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 101 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.14 |
| HSL | 19.83º | 0.62% | 0.63% | - |
| HSV(B) | 19.83º | 0.54% | 0.86% | - |
| XYZ | 40.94 | 34.76 | 16.86 | - |
| YUV | 159.18 | 95.17 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 101 | 0 | 0.36 | 0.54 | 0.14 | 19.83 | 0.62 | 0.63 |
| Hex | DB | 8C | 65 | 0 | 24 | 36 | E | 14 | 3E | 3F |
| Octal | 333 | 214 | 145 | 0 | 44 | 66 | 16 | 24 | 76 | 77 |
| Binary | 11011011 | 10001100 | 1100101 | 0 | 100100 | 110110 | 1110 | 10100 | 111110 | 111111 |
Color Harmonies of #DB8C65
Complementary color
Monochromatic Colors of #DB8C65
Black with #DB8C65
Text Example
Text Example
White with #DB8C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C65; }
p { color: rgb(219,140,101); }
H1.HeaderClassName
{
color: #DB8C65;
}
.AnyTagClassName
{
color: #DB8C65;
}
</style>
background-color css
<style>
a { background-color: #DB8C65; }
a { background-color: rgb(219,140,101); }
div.DivClassName
{
background-color: #DB8C65;
}
.BgClassName
{
background-color: #DB8C65;
}
</style>
border-color css
<style>
span { border-color: #DB8C65; }
span { border-color: rgb(219,140,101); }
td.TdClassName
{
border-color: #DB8C65;
}
.TagClassName
{
border-color: #DB8C65;
}
</style>