Shades of Copper #DB8B69
Tints of Copper #DB8B69
RGB
CMYK
RGB Variations
Color information
#DB8B69 (or 0xDB8B69) is known color: Copper. HEX triplet: DB, 8B and 69. RGB value is (219,139,105). Sum of RGB (Red+Green+Blue) = 219+139+105=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8B69 is #247496. Grayscale: #9F9F9F. Windows color (decimal): -2389143 or 6917083. OLE color: 6917083.
HSL color Cylindrical-coordinate representation of color #DB8B69: hue angle of 17.89º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB8B69 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 105 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.14 |
| HSL | 17.89º | 0.61% | 0.64% | - |
| HSV(B) | 17.89º | 0.52% | 0.86% | - |
| XYZ | 41 | 34.55 | 17.87 | - |
| YUV | 159.04 | 97.5 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 105 | 0 | 0.37 | 0.52 | 0.14 | 17.89 | 0.61 | 0.64 |
| Hex | DB | 8B | 69 | 0 | 25 | 34 | E | 12 | 3D | 40 |
| Octal | 333 | 213 | 151 | 0 | 45 | 64 | 16 | 22 | 75 | 100 |
| Binary | 11011011 | 10001011 | 1101001 | 0 | 100101 | 110100 | 1110 | 10010 | 111101 | 1000000 |
Color Harmonies of #DB8B69
Complementary color
Monochromatic Colors of #DB8B69
Black with #DB8B69
Text Example
Text Example
White with #DB8B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B69; }
p { color: rgb(219,139,105); }
H1.HeaderClassName
{
color: #DB8B69;
}
.AnyTagClassName
{
color: #DB8B69;
}
</style>
background-color css
<style>
a { background-color: #DB8B69; }
a { background-color: rgb(219,139,105); }
div.DivClassName
{
background-color: #DB8B69;
}
.BgClassName
{
background-color: #DB8B69;
}
</style>
border-color css
<style>
span { border-color: #DB8B69; }
span { border-color: rgb(219,139,105); }
td.TdClassName
{
border-color: #DB8B69;
}
.TagClassName
{
border-color: #DB8B69;
}
</style>