Shades of Copper #DB8362
Tints of Copper #DB8362
RGB
CMYK
RGB Variations
Color information
#DB8362 (or 0xDB8362) is known color: Copper. HEX triplet: DB, 83 and 62. RGB value is (219,131,98). Sum of RGB (Red+Green+Blue) = 219+131+98=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8362 is #247C9D. Grayscale: #999999. Windows color (decimal): -2391198 or 6456283. OLE color: 6456283.
HSL color Cylindrical-coordinate representation of color #DB8362: hue angle of 16.36º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB8362 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 98 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.14 |
| HSL | 16.36º | 0.63% | 0.62% | - |
| HSV(B) | 16.36º | 0.55% | 0.86% | - |
| XYZ | 39.53 | 32.17 | 15.68 | - |
| YUV | 153.55 | 96.65 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 98 | 0 | 0.40 | 0.55 | 0.14 | 16.36 | 0.63 | 0.62 |
| Hex | DB | 83 | 62 | 0 | 28 | 37 | E | 10 | 3F | 3E |
| Octal | 333 | 203 | 142 | 0 | 50 | 67 | 16 | 20 | 77 | 76 |
| Binary | 11011011 | 10000011 | 1100010 | 0 | 101000 | 110111 | 1110 | 10000 | 111111 | 111110 |
Color Harmonies of #DB8362
Complementary color
Monochromatic Colors of #DB8362
Black with #DB8362
Text Example
Text Example
White with #DB8362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8362; }
p { color: rgb(219,131,98); }
H1.HeaderClassName
{
color: #DB8362;
}
.AnyTagClassName
{
color: #DB8362;
}
</style>
background-color css
<style>
a { background-color: #DB8362; }
a { background-color: rgb(219,131,98); }
div.DivClassName
{
background-color: #DB8362;
}
.BgClassName
{
background-color: #DB8362;
}
</style>
border-color css
<style>
span { border-color: #DB8362; }
span { border-color: rgb(219,131,98); }
td.TdClassName
{
border-color: #DB8362;
}
.TagClassName
{
border-color: #DB8362;
}
</style>