Shades of Copper #DB956D
Tints of Copper #DB956D
RGB
CMYK
RGB Variations
Color information
#DB956D (or 0xDB956D) is known color: Copper. HEX triplet: DB, 95 and 6D. RGB value is (219,149,109). Sum of RGB (Red+Green+Blue) = 219+149+109=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB956D is #246A92. Grayscale: #A5A5A5. Windows color (decimal): -2386579 or 7181787. OLE color: 7181787.
HSL color Cylindrical-coordinate representation of color #DB956D: hue angle of 21.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB956D is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 109 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.14 |
| HSL | 21.82º | 0.6% | 0.64% | - |
| HSV(B) | 21.82º | 0.5% | 0.86% | - |
| XYZ | 42.72 | 37.66 | 19.49 | - |
| YUV | 165.37 | 96.19 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 109 | 0 | 0.32 | 0.50 | 0.14 | 21.82 | 0.6 | 0.64 |
| Hex | DB | 95 | 6D | 0 | 20 | 32 | E | 16 | 3C | 40 |
| Octal | 333 | 225 | 155 | 0 | 40 | 62 | 16 | 26 | 74 | 100 |
| Binary | 11011011 | 10010101 | 1101101 | 0 | 100000 | 110010 | 1110 | 10110 | 111100 | 1000000 |
Color Harmonies of #DB956D
Complementary color
Monochromatic Colors of #DB956D
Black with #DB956D
Text Example
Text Example
White with #DB956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB956D; }
p { color: rgb(219,149,109); }
H1.HeaderClassName
{
color: #DB956D;
}
.AnyTagClassName
{
color: #DB956D;
}
</style>
background-color css
<style>
a { background-color: #DB956D; }
a { background-color: rgb(219,149,109); }
div.DivClassName
{
background-color: #DB956D;
}
.BgClassName
{
background-color: #DB956D;
}
</style>
border-color css
<style>
span { border-color: #DB956D; }
span { border-color: rgb(219,149,109); }
td.TdClassName
{
border-color: #DB956D;
}
.TagClassName
{
border-color: #DB956D;
}
</style>