Shades of Copper #DB835C
Tints of Copper #DB835C
RGB
CMYK
RGB Variations
Color information
#DB835C (or 0xDB835C) is known color: Copper. HEX triplet: DB, 83 and 5C. RGB value is (219,131,92). Sum of RGB (Red+Green+Blue) = 219+131+92=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB835C is #247CA3. Grayscale: #999999. Windows color (decimal): -2391204 or 6063067. OLE color: 6063067.
HSL color Cylindrical-coordinate representation of color #DB835C: hue angle of 18.43º 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 #DB835C is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 92 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.14 |
| HSL | 18.43º | 0.64% | 0.61% | - |
| HSV(B) | 18.43º | 0.58% | 0.86% | - |
| XYZ | 39.26 | 32.07 | 14.25 | - |
| YUV | 152.87 | 93.65 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 92 | 0 | 0.40 | 0.58 | 0.14 | 18.43 | 0.64 | 0.61 |
| Hex | DB | 83 | 5C | 0 | 28 | 3A | E | 12 | 40 | 3D |
| Octal | 333 | 203 | 134 | 0 | 50 | 72 | 16 | 22 | 100 | 75 |
| Binary | 11011011 | 10000011 | 1011100 | 0 | 101000 | 111010 | 1110 | 10010 | 1000000 | 111101 |
Color Harmonies of #DB835C
Complementary color
Monochromatic Colors of #DB835C
Black with #DB835C
Text Example
Text Example
White with #DB835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB835C; }
p { color: rgb(219,131,92); }
H1.HeaderClassName
{
color: #DB835C;
}
.AnyTagClassName
{
color: #DB835C;
}
</style>
background-color css
<style>
a { background-color: #DB835C; }
a { background-color: rgb(219,131,92); }
div.DivClassName
{
background-color: #DB835C;
}
.BgClassName
{
background-color: #DB835C;
}
</style>
border-color css
<style>
span { border-color: #DB835C; }
span { border-color: rgb(219,131,92); }
td.TdClassName
{
border-color: #DB835C;
}
.TagClassName
{
border-color: #DB835C;
}
</style>