Shades of Copper #DB866B
Tints of Copper #DB866B
RGB
CMYK
RGB Variations
Color information
#DB866B (or 0xDB866B) is known color: Copper. HEX triplet: DB, 86 and 6B. RGB value is (219,134,107). Sum of RGB (Red+Green+Blue) = 219+134+107=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB866B is #247994. Grayscale: #9C9C9C. Windows color (decimal): -2390421 or 7046875. OLE color: 7046875.
HSL color Cylindrical-coordinate representation of color #DB866B: hue angle of 14.46º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB866B is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 107 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.14 |
| HSL | 14.46º | 0.61% | 0.64% | - |
| HSV(B) | 14.46º | 0.51% | 0.86% | - |
| XYZ | 40.39 | 33.17 | 18.18 | - |
| YUV | 156.34 | 100.16 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 107 | 0 | 0.39 | 0.51 | 0.14 | 14.46 | 0.61 | 0.64 |
| Hex | DB | 86 | 6B | 0 | 27 | 33 | E | E | 3D | 40 |
| Octal | 333 | 206 | 153 | 0 | 47 | 63 | 16 | 16 | 75 | 100 |
| Binary | 11011011 | 10000110 | 1101011 | 0 | 100111 | 110011 | 1110 | 1110 | 111101 | 1000000 |
Color Harmonies of #DB866B
Complementary color
Monochromatic Colors of #DB866B
Black with #DB866B
Text Example
Text Example
White with #DB866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB866B; }
p { color: rgb(219,134,107); }
H1.HeaderClassName
{
color: #DB866B;
}
.AnyTagClassName
{
color: #DB866B;
}
</style>
background-color css
<style>
a { background-color: #DB866B; }
a { background-color: rgb(219,134,107); }
div.DivClassName
{
background-color: #DB866B;
}
.BgClassName
{
background-color: #DB866B;
}
</style>
border-color css
<style>
span { border-color: #DB866B; }
span { border-color: rgb(219,134,107); }
td.TdClassName
{
border-color: #DB866B;
}
.TagClassName
{
border-color: #DB866B;
}
</style>