Shades of Copper #DB8B68
Tints of Copper #DB8B68
RGB
CMYK
RGB Variations
Color information
#DB8B68 (or 0xDB8B68) is known color: Copper. HEX triplet: DB, 8B and 68. RGB value is (219,139,104). Sum of RGB (Red+Green+Blue) = 219+139+104=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8B68 is #247497. Grayscale: #9F9F9F. Windows color (decimal): -2389144 or 6851547. OLE color: 6851547.
HSL color Cylindrical-coordinate representation of color #DB8B68: hue angle of 18.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB8B68 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 104 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.14 |
| HSL | 18.26º | 0.61% | 0.63% | - |
| HSV(B) | 18.26º | 0.53% | 0.86% | - |
| XYZ | 40.94 | 34.52 | 17.6 | - |
| YUV | 158.93 | 97 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 104 | 0 | 0.37 | 0.53 | 0.14 | 18.26 | 0.61 | 0.63 |
| Hex | DB | 8B | 68 | 0 | 25 | 35 | E | 12 | 3D | 3F |
| Octal | 333 | 213 | 150 | 0 | 45 | 65 | 16 | 22 | 75 | 77 |
| Binary | 11011011 | 10001011 | 1101000 | 0 | 100101 | 110101 | 1110 | 10010 | 111101 | 111111 |
Color Harmonies of #DB8B68
Complementary color
Monochromatic Colors of #DB8B68
Black with #DB8B68
Text Example
Text Example
White with #DB8B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B68; }
p { color: rgb(219,139,104); }
H1.HeaderClassName
{
color: #DB8B68;
}
.AnyTagClassName
{
color: #DB8B68;
}
</style>
background-color css
<style>
a { background-color: #DB8B68; }
a { background-color: rgb(219,139,104); }
div.DivClassName
{
background-color: #DB8B68;
}
.BgClassName
{
background-color: #DB8B68;
}
</style>
border-color css
<style>
span { border-color: #DB8B68; }
span { border-color: rgb(219,139,104); }
td.TdClassName
{
border-color: #DB8B68;
}
.TagClassName
{
border-color: #DB8B68;
}
</style>