Shades of Copper #DB8B67
Tints of Copper #DB8B67
RGB
CMYK
RGB Variations
Color information
#DB8B67 (or 0xDB8B67) is known color: Copper. HEX triplet: DB, 8B and 67. RGB value is (219,139,103). Sum of RGB (Red+Green+Blue) = 219+139+103=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8B67 is #247498. Grayscale: #9F9F9F. Windows color (decimal): -2389145 or 6786011. OLE color: 6786011.
HSL color Cylindrical-coordinate representation of color #DB8B67: hue angle of 18.62º degrees, saturation: 0.62, 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 #DB8B67 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 103 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.14 |
| HSL | 18.62º | 0.62% | 0.63% | - |
| HSV(B) | 18.62º | 0.53% | 0.86% | - |
| XYZ | 40.89 | 34.5 | 17.34 | - |
| YUV | 158.82 | 96.5 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 103 | 0 | 0.37 | 0.53 | 0.14 | 18.62 | 0.62 | 0.63 |
| Hex | DB | 8B | 67 | 0 | 25 | 35 | E | 13 | 3E | 3F |
| Octal | 333 | 213 | 147 | 0 | 45 | 65 | 16 | 23 | 76 | 77 |
| Binary | 11011011 | 10001011 | 1100111 | 0 | 100101 | 110101 | 1110 | 10011 | 111110 | 111111 |
Color Harmonies of #DB8B67
Complementary color
Monochromatic Colors of #DB8B67
Black with #DB8B67
Text Example
Text Example
White with #DB8B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B67; }
p { color: rgb(219,139,103); }
H1.HeaderClassName
{
color: #DB8B67;
}
.AnyTagClassName
{
color: #DB8B67;
}
</style>
background-color css
<style>
a { background-color: #DB8B67; }
a { background-color: rgb(219,139,103); }
div.DivClassName
{
background-color: #DB8B67;
}
.BgClassName
{
background-color: #DB8B67;
}
</style>
border-color css
<style>
span { border-color: #DB8B67; }
span { border-color: rgb(219,139,103); }
td.TdClassName
{
border-color: #DB8B67;
}
.TagClassName
{
border-color: #DB8B67;
}
</style>