Shades of Copper #DB835D
Tints of Copper #DB835D
RGB
CMYK
RGB Variations
Color information
#DB835D (or 0xDB835D) is known color: Copper. HEX triplet: DB, 83 and 5D. RGB value is (219,131,93). Sum of RGB (Red+Green+Blue) = 219+131+93=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB835D is #247CA2. Grayscale: #999999. Windows color (decimal): -2391203 or 6128603. OLE color: 6128603.
HSL color Cylindrical-coordinate representation of color #DB835D: hue angle of 18.1º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB835D is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 93 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.14 |
| HSL | 18.1º | 0.64% | 0.61% | - |
| HSV(B) | 18.1º | 0.58% | 0.86% | - |
| XYZ | 39.31 | 32.08 | 14.48 | - |
| YUV | 152.98 | 94.15 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 93 | 0 | 0.40 | 0.58 | 0.14 | 18.1 | 0.64 | 0.61 |
| Hex | DB | 83 | 5D | 0 | 28 | 3A | E | 12 | 40 | 3D |
| Octal | 333 | 203 | 135 | 0 | 50 | 72 | 16 | 22 | 100 | 75 |
| Binary | 11011011 | 10000011 | 1011101 | 0 | 101000 | 111010 | 1110 | 10010 | 1000000 | 111101 |
Color Harmonies of #DB835D
Complementary color
Monochromatic Colors of #DB835D
Black with #DB835D
Text Example
Text Example
White with #DB835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB835D; }
p { color: rgb(219,131,93); }
H1.HeaderClassName
{
color: #DB835D;
}
.AnyTagClassName
{
color: #DB835D;
}
</style>
background-color css
<style>
a { background-color: #DB835D; }
a { background-color: rgb(219,131,93); }
div.DivClassName
{
background-color: #DB835D;
}
.BgClassName
{
background-color: #DB835D;
}
</style>
border-color css
<style>
span { border-color: #DB835D; }
span { border-color: rgb(219,131,93); }
td.TdClassName
{
border-color: #DB835D;
}
.TagClassName
{
border-color: #DB835D;
}
</style>