Shades of Copper #DB956B
Tints of Copper #DB956B
RGB
CMYK
RGB Variations
Color information
#DB956B (or 0xDB956B) is known color: Copper. HEX triplet: DB, 95 and 6B. RGB value is (219,149,107). Sum of RGB (Red+Green+Blue) = 219+149+107=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB956B is #246A94. Grayscale: #A5A5A5. Windows color (decimal): -2386581 or 7050715. OLE color: 7050715.
HSL color Cylindrical-coordinate representation of color #DB956B: hue angle of 22.5º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB956B is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 107 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.14 |
| HSL | 22.5º | 0.61% | 0.64% | - |
| HSV(B) | 22.5º | 0.51% | 0.86% | - |
| XYZ | 42.61 | 37.62 | 18.92 | - |
| YUV | 165.14 | 95.19 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 107 | 0 | 0.32 | 0.51 | 0.14 | 22.5 | 0.61 | 0.64 |
| Hex | DB | 95 | 6B | 0 | 20 | 33 | E | 16 | 3D | 40 |
| Octal | 333 | 225 | 153 | 0 | 40 | 63 | 16 | 26 | 75 | 100 |
| Binary | 11011011 | 10010101 | 1101011 | 0 | 100000 | 110011 | 1110 | 10110 | 111101 | 1000000 |
Color Harmonies of #DB956B
Complementary color
Monochromatic Colors of #DB956B
Black with #DB956B
Text Example
Text Example
White with #DB956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB956B; }
p { color: rgb(219,149,107); }
H1.HeaderClassName
{
color: #DB956B;
}
.AnyTagClassName
{
color: #DB956B;
}
</style>
background-color css
<style>
a { background-color: #DB956B; }
a { background-color: rgb(219,149,107); }
div.DivClassName
{
background-color: #DB956B;
}
.BgClassName
{
background-color: #DB956B;
}
</style>
border-color css
<style>
span { border-color: #DB956B; }
span { border-color: rgb(219,149,107); }
td.TdClassName
{
border-color: #DB956B;
}
.TagClassName
{
border-color: #DB956B;
}
</style>