Shades of Copper #DB8769
Tints of Copper #DB8769
RGB
CMYK
RGB Variations
Color information
#DB8769 (or 0xDB8769) is known color: Copper. HEX triplet: DB, 87 and 69. RGB value is (219,135,105). Sum of RGB (Red+Green+Blue) = 219+135+105=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8769 is #247896. Grayscale: #9C9C9C. Windows color (decimal): -2390167 or 6916059. OLE color: 6916059.
HSL color Cylindrical-coordinate representation of color #DB8769: hue angle of 15.79º 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 #DB8769 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 105 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.14 |
| HSL | 15.79º | 0.61% | 0.64% | - |
| HSV(B) | 15.79º | 0.52% | 0.86% | - |
| XYZ | 40.43 | 33.41 | 17.68 | - |
| YUV | 156.7 | 98.83 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 105 | 0 | 0.38 | 0.52 | 0.14 | 15.79 | 0.61 | 0.64 |
| Hex | DB | 87 | 69 | 0 | 26 | 34 | E | 10 | 3D | 40 |
| Octal | 333 | 207 | 151 | 0 | 46 | 64 | 16 | 20 | 75 | 100 |
| Binary | 11011011 | 10000111 | 1101001 | 0 | 100110 | 110100 | 1110 | 10000 | 111101 | 1000000 |
Color Harmonies of #DB8769
Complementary color
Monochromatic Colors of #DB8769
Black with #DB8769
Text Example
Text Example
White with #DB8769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8769; }
p { color: rgb(219,135,105); }
H1.HeaderClassName
{
color: #DB8769;
}
.AnyTagClassName
{
color: #DB8769;
}
</style>
background-color css
<style>
a { background-color: #DB8769; }
a { background-color: rgb(219,135,105); }
div.DivClassName
{
background-color: #DB8769;
}
.BgClassName
{
background-color: #DB8769;
}
</style>
border-color css
<style>
span { border-color: #DB8769; }
span { border-color: rgb(219,135,105); }
td.TdClassName
{
border-color: #DB8769;
}
.TagClassName
{
border-color: #DB8769;
}
</style>