Shades of Copper #DB885D
Tints of Copper #DB885D
RGB
CMYK
RGB Variations
Color information
#DB885D (or 0xDB885D) is known color: Copper. HEX triplet: DB, 88 and 5D. RGB value is (219,136,93). Sum of RGB (Red+Green+Blue) = 219+136+93=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB885D is #2477A2. Grayscale: #9C9C9C. Windows color (decimal): -2389923 or 6129883. OLE color: 6129883.
HSL color Cylindrical-coordinate representation of color #DB885D: hue angle of 20.48º 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 #DB885D is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 93 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.14 |
| HSL | 20.48º | 0.64% | 0.61% | - |
| HSV(B) | 20.48º | 0.58% | 0.86% | - |
| XYZ | 39.99 | 33.46 | 14.71 | - |
| YUV | 155.92 | 92.5 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 93 | 0 | 0.38 | 0.58 | 0.14 | 20.48 | 0.64 | 0.61 |
| Hex | DB | 88 | 5D | 0 | 26 | 3A | E | 14 | 40 | 3D |
| Octal | 333 | 210 | 135 | 0 | 46 | 72 | 16 | 24 | 100 | 75 |
| Binary | 11011011 | 10001000 | 1011101 | 0 | 100110 | 111010 | 1110 | 10100 | 1000000 | 111101 |
Color Harmonies of #DB885D
Complementary color
Monochromatic Colors of #DB885D
Black with #DB885D
Text Example
Text Example
White with #DB885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB885D; }
p { color: rgb(219,136,93); }
H1.HeaderClassName
{
color: #DB885D;
}
.AnyTagClassName
{
color: #DB885D;
}
</style>
background-color css
<style>
a { background-color: #DB885D; }
a { background-color: rgb(219,136,93); }
div.DivClassName
{
background-color: #DB885D;
}
.BgClassName
{
background-color: #DB885D;
}
</style>
border-color css
<style>
span { border-color: #DB885D; }
span { border-color: rgb(219,136,93); }
td.TdClassName
{
border-color: #DB885D;
}
.TagClassName
{
border-color: #DB885D;
}
</style>