Shades of Copper #DB835F
Tints of Copper #DB835F
RGB
CMYK
RGB Variations
Color information
#DB835F (or 0xDB835F) is known color: Copper. HEX triplet: DB, 83 and 5F. RGB value is (219,131,95). Sum of RGB (Red+Green+Blue) = 219+131+95=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB835F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB835F is #247CA0. Grayscale: #999999. Windows color (decimal): -2391201 or 6259675. OLE color: 6259675.
HSL color Cylindrical-coordinate representation of color #DB835F: hue angle of 17.42º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB835F is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 95 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.14 |
| HSL | 17.42º | 0.63% | 0.62% | - |
| HSV(B) | 17.42º | 0.57% | 0.86% | - |
| XYZ | 39.4 | 32.12 | 14.95 | - |
| YUV | 153.21 | 95.15 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 95 | 0 | 0.40 | 0.57 | 0.14 | 17.42 | 0.63 | 0.62 |
| Hex | DB | 83 | 5F | 0 | 28 | 39 | E | 11 | 3F | 3E |
| Octal | 333 | 203 | 137 | 0 | 50 | 71 | 16 | 21 | 77 | 76 |
| Binary | 11011011 | 10000011 | 1011111 | 0 | 101000 | 111001 | 1110 | 10001 | 111111 | 111110 |
Color Harmonies of #DB835F
Complementary color
Monochromatic Colors of #DB835F
Black with #DB835F
Text Example
Text Example
White with #DB835F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB835F; }
p { color: rgb(219,131,95); }
H1.HeaderClassName
{
color: #DB835F;
}
.AnyTagClassName
{
color: #DB835F;
}
</style>
background-color css
<style>
a { background-color: #DB835F; }
a { background-color: rgb(219,131,95); }
div.DivClassName
{
background-color: #DB835F;
}
.BgClassName
{
background-color: #DB835F;
}
</style>
border-color css
<style>
span { border-color: #DB835F; }
span { border-color: rgb(219,131,95); }
td.TdClassName
{
border-color: #DB835F;
}
.TagClassName
{
border-color: #DB835F;
}
</style>