Shades of Copper #DB8762
Tints of Copper #DB8762
RGB
CMYK
RGB Variations
Color information
#DB8762 (or 0xDB8762) is known color: Copper. HEX triplet: DB, 87 and 62. RGB value is (219,135,98). Sum of RGB (Red+Green+Blue) = 219+135+98=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8762 is #24789D. Grayscale: #9C9C9C. Windows color (decimal): -2390174 or 6457307. OLE color: 6457307.
HSL color Cylindrical-coordinate representation of color #DB8762: hue angle of 18.35º 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 #DB8762 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 98 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.14 |
| HSL | 18.35º | 0.63% | 0.62% | - |
| HSV(B) | 18.35º | 0.55% | 0.86% | - |
| XYZ | 40.08 | 33.27 | 15.86 | - |
| YUV | 155.9 | 95.33 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 98 | 0 | 0.38 | 0.55 | 0.14 | 18.35 | 0.63 | 0.62 |
| Hex | DB | 87 | 62 | 0 | 26 | 37 | E | 12 | 3F | 3E |
| Octal | 333 | 207 | 142 | 0 | 46 | 67 | 16 | 22 | 77 | 76 |
| Binary | 11011011 | 10000111 | 1100010 | 0 | 100110 | 110111 | 1110 | 10010 | 111111 | 111110 |
Color Harmonies of #DB8762
Complementary color
Monochromatic Colors of #DB8762
Black with #DB8762
Text Example
Text Example
White with #DB8762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8762; }
p { color: rgb(219,135,98); }
H1.HeaderClassName
{
color: #DB8762;
}
.AnyTagClassName
{
color: #DB8762;
}
</style>
background-color css
<style>
a { background-color: #DB8762; }
a { background-color: rgb(219,135,98); }
div.DivClassName
{
background-color: #DB8762;
}
.BgClassName
{
background-color: #DB8762;
}
</style>
border-color css
<style>
span { border-color: #DB8762; }
span { border-color: rgb(219,135,98); }
td.TdClassName
{
border-color: #DB8762;
}
.TagClassName
{
border-color: #DB8762;
}
</style>