Shades of Copper #DB956A
Tints of Copper #DB956A
RGB
CMYK
RGB Variations
Color information
#DB956A (or 0xDB956A) is known color: Copper. HEX triplet: DB, 95 and 6A. RGB value is (219,149,106). Sum of RGB (Red+Green+Blue) = 219+149+106=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB956A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB956A is #246A95. Grayscale: #A5A5A5. Windows color (decimal): -2386582 or 6985179. OLE color: 6985179.
HSL color Cylindrical-coordinate representation of color #DB956A: hue angle of 22.83º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB956A is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 106 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.14 |
| HSL | 22.83º | 0.61% | 0.64% | - |
| HSV(B) | 22.83º | 0.52% | 0.86% | - |
| XYZ | 42.56 | 37.6 | 18.65 | - |
| YUV | 165.03 | 94.69 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 106 | 0 | 0.32 | 0.52 | 0.14 | 22.83 | 0.61 | 0.64 |
| Hex | DB | 95 | 6A | 0 | 20 | 34 | E | 17 | 3D | 40 |
| Octal | 333 | 225 | 152 | 0 | 40 | 64 | 16 | 27 | 75 | 100 |
| Binary | 11011011 | 10010101 | 1101010 | 0 | 100000 | 110100 | 1110 | 10111 | 111101 | 1000000 |
Color Harmonies of #DB956A
Complementary color
Monochromatic Colors of #DB956A
Black with #DB956A
Text Example
Text Example
White with #DB956A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB956A; }
p { color: rgb(219,149,106); }
H1.HeaderClassName
{
color: #DB956A;
}
.AnyTagClassName
{
color: #DB956A;
}
</style>
background-color css
<style>
a { background-color: #DB956A; }
a { background-color: rgb(219,149,106); }
div.DivClassName
{
background-color: #DB956A;
}
.BgClassName
{
background-color: #DB956A;
}
</style>
border-color css
<style>
span { border-color: #DB956A; }
span { border-color: rgb(219,149,106); }
td.TdClassName
{
border-color: #DB956A;
}
.TagClassName
{
border-color: #DB956A;
}
</style>