Shades of Copper #DB8F6D
Tints of Copper #DB8F6D
RGB
CMYK
RGB Variations
Color information
#DB8F6D (or 0xDB8F6D) is known color: Copper. HEX triplet: DB, 8F and 6D. RGB value is (219,143,109). Sum of RGB (Red+Green+Blue) = 219+143+109=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F6D is #247092. Grayscale: #A2A2A2. Windows color (decimal): -2388115 or 7180251. OLE color: 7180251.
HSL color Cylindrical-coordinate representation of color #DB8F6D: hue angle of 18.55º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB8F6D is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 109 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.14 |
| HSL | 18.55º | 0.6% | 0.64% | - |
| HSV(B) | 18.55º | 0.5% | 0.86% | - |
| XYZ | 41.8 | 35.81 | 19.18 | - |
| YUV | 161.85 | 98.18 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 109 | 0 | 0.35 | 0.50 | 0.14 | 18.55 | 0.6 | 0.64 |
| Hex | DB | 8F | 6D | 0 | 23 | 32 | E | 13 | 3C | 40 |
| Octal | 333 | 217 | 155 | 0 | 43 | 62 | 16 | 23 | 74 | 100 |
| Binary | 11011011 | 10001111 | 1101101 | 0 | 100011 | 110010 | 1110 | 10011 | 111100 | 1000000 |
Color Harmonies of #DB8F6D
Complementary color
Monochromatic Colors of #DB8F6D
Black with #DB8F6D
Text Example
Text Example
White with #DB8F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F6D; }
p { color: rgb(219,143,109); }
H1.HeaderClassName
{
color: #DB8F6D;
}
.AnyTagClassName
{
color: #DB8F6D;
}
</style>
background-color css
<style>
a { background-color: #DB8F6D; }
a { background-color: rgb(219,143,109); }
div.DivClassName
{
background-color: #DB8F6D;
}
.BgClassName
{
background-color: #DB8F6D;
}
</style>
border-color css
<style>
span { border-color: #DB8F6D; }
span { border-color: rgb(219,143,109); }
td.TdClassName
{
border-color: #DB8F6D;
}
.TagClassName
{
border-color: #DB8F6D;
}
</style>