Shades of Copper #DB9368
Tints of Copper #DB9368
RGB
CMYK
RGB Variations
Color information
#DB9368 (or 0xDB9368) is known color: Copper. HEX triplet: DB, 93 and 68. RGB value is (219,147,104). Sum of RGB (Red+Green+Blue) = 219+147+104=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9368 is #246C97. Grayscale: #A3A3A3. Windows color (decimal): -2387096 or 6853595. OLE color: 6853595.
HSL color Cylindrical-coordinate representation of color #DB9368: hue angle of 22.43º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB9368 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 104 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.14 |
| HSL | 22.43º | 0.61% | 0.63% | - |
| HSV(B) | 22.43º | 0.53% | 0.86% | - |
| XYZ | 42.15 | 36.93 | 18 | - |
| YUV | 163.63 | 94.35 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 104 | 0 | 0.33 | 0.53 | 0.14 | 22.43 | 0.61 | 0.63 |
| Hex | DB | 93 | 68 | 0 | 21 | 35 | E | 16 | 3D | 3F |
| Octal | 333 | 223 | 150 | 0 | 41 | 65 | 16 | 26 | 75 | 77 |
| Binary | 11011011 | 10010011 | 1101000 | 0 | 100001 | 110101 | 1110 | 10110 | 111101 | 111111 |
Color Harmonies of #DB9368
Complementary color
Monochromatic Colors of #DB9368
Black with #DB9368
Text Example
Text Example
White with #DB9368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9368; }
p { color: rgb(219,147,104); }
H1.HeaderClassName
{
color: #DB9368;
}
.AnyTagClassName
{
color: #DB9368;
}
</style>
background-color css
<style>
a { background-color: #DB9368; }
a { background-color: rgb(219,147,104); }
div.DivClassName
{
background-color: #DB9368;
}
.BgClassName
{
background-color: #DB9368;
}
</style>
border-color css
<style>
span { border-color: #DB9368; }
span { border-color: rgb(219,147,104); }
td.TdClassName
{
border-color: #DB9368;
}
.TagClassName
{
border-color: #DB9368;
}
</style>