Shades of Copper #DB885F
Tints of Copper #DB885F
RGB
CMYK
RGB Variations
Color information
#DB885F (or 0xDB885F) is known color: Copper. HEX triplet: DB, 88 and 5F. RGB value is (219,136,95). Sum of RGB (Red+Green+Blue) = 219+136+95=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB885F is #2477A0. Grayscale: #9C9C9C. Windows color (decimal): -2389921 or 6260955. OLE color: 6260955.
HSL color Cylindrical-coordinate representation of color #DB885F: hue angle of 19.84º 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 #DB885F is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 95 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.14 |
| HSL | 19.84º | 0.63% | 0.62% | - |
| HSV(B) | 19.84º | 0.57% | 0.86% | - |
| XYZ | 40.08 | 33.49 | 15.18 | - |
| YUV | 156.14 | 93.5 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 95 | 0 | 0.38 | 0.57 | 0.14 | 19.84 | 0.63 | 0.62 |
| Hex | DB | 88 | 5F | 0 | 26 | 39 | E | 14 | 3F | 3E |
| Octal | 333 | 210 | 137 | 0 | 46 | 71 | 16 | 24 | 77 | 76 |
| Binary | 11011011 | 10001000 | 1011111 | 0 | 100110 | 111001 | 1110 | 10100 | 111111 | 111110 |
Color Harmonies of #DB885F
Complementary color
Monochromatic Colors of #DB885F
Black with #DB885F
Text Example
Text Example
White with #DB885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB885F; }
p { color: rgb(219,136,95); }
H1.HeaderClassName
{
color: #DB885F;
}
.AnyTagClassName
{
color: #DB885F;
}
</style>
background-color css
<style>
a { background-color: #DB885F; }
a { background-color: rgb(219,136,95); }
div.DivClassName
{
background-color: #DB885F;
}
.BgClassName
{
background-color: #DB885F;
}
</style>
border-color css
<style>
span { border-color: #DB885F; }
span { border-color: rgb(219,136,95); }
td.TdClassName
{
border-color: #DB885F;
}
.TagClassName
{
border-color: #DB885F;
}
</style>