Shades of Copper #DB8F71
Tints of Copper #DB8F71
RGB
CMYK
RGB Variations
Color information
#DB8F71 (or 0xDB8F71) is known color: Copper. HEX triplet: DB, 8F and 71. RGB value is (219,143,113). Sum of RGB (Red+Green+Blue) = 219+143+113=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F71 is #24708E. Grayscale: #A2A2A2. Windows color (decimal): -2388111 or 7442395. OLE color: 7442395.
HSL color Cylindrical-coordinate representation of color #DB8F71: hue angle of 16.98º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB8F71 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 113 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.14 |
| HSL | 16.98º | 0.6% | 0.65% | - |
| HSV(B) | 16.98º | 0.48% | 0.86% | - |
| XYZ | 42.02 | 35.9 | 20.34 | - |
| YUV | 162.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 113 | 0 | 0.35 | 0.48 | 0.14 | 16.98 | 0.6 | 0.65 |
| Hex | DB | 8F | 71 | 0 | 23 | 30 | E | 11 | 3C | 41 |
| Octal | 333 | 217 | 161 | 0 | 43 | 60 | 16 | 21 | 74 | 101 |
| Binary | 11011011 | 10001111 | 1110001 | 0 | 100011 | 110000 | 1110 | 10001 | 111100 | 1000001 |
Color Harmonies of #DB8F71
Complementary color
Monochromatic Colors of #DB8F71
Black with #DB8F71
Text Example
Text Example
White with #DB8F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F71; }
p { color: rgb(219,143,113); }
H1.HeaderClassName
{
color: #DB8F71;
}
.AnyTagClassName
{
color: #DB8F71;
}
</style>
background-color css
<style>
a { background-color: #DB8F71; }
a { background-color: rgb(219,143,113); }
div.DivClassName
{
background-color: #DB8F71;
}
.BgClassName
{
background-color: #DB8F71;
}
</style>
border-color css
<style>
span { border-color: #DB8F71; }
span { border-color: rgb(219,143,113); }
td.TdClassName
{
border-color: #DB8F71;
}
.TagClassName
{
border-color: #DB8F71;
}
</style>