Shades of Copper #DB936C
Tints of Copper #DB936C
RGB
CMYK
RGB Variations
Color information
#DB936C (or 0xDB936C) is known color: Copper. HEX triplet: DB, 93 and 6C. RGB value is (219,147,108). Sum of RGB (Red+Green+Blue) = 219+147+108=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB936C is #246C93. Grayscale: #A4A4A4. Windows color (decimal): -2387092 or 7115739. OLE color: 7115739.
HSL color Cylindrical-coordinate representation of color #DB936C: hue angle of 21.08º 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 #DB936C is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 108 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.14 |
| HSL | 21.08º | 0.61% | 0.64% | - |
| HSV(B) | 21.08º | 0.51% | 0.86% | - |
| XYZ | 42.35 | 37.01 | 19.1 | - |
| YUV | 164.08 | 96.35 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 108 | 0 | 0.33 | 0.51 | 0.14 | 21.08 | 0.61 | 0.64 |
| Hex | DB | 93 | 6C | 0 | 21 | 33 | E | 15 | 3D | 40 |
| Octal | 333 | 223 | 154 | 0 | 41 | 63 | 16 | 25 | 75 | 100 |
| Binary | 11011011 | 10010011 | 1101100 | 0 | 100001 | 110011 | 1110 | 10101 | 111101 | 1000000 |
Color Harmonies of #DB936C
Complementary color
Monochromatic Colors of #DB936C
Black with #DB936C
Text Example
Text Example
White with #DB936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB936C; }
p { color: rgb(219,147,108); }
H1.HeaderClassName
{
color: #DB936C;
}
.AnyTagClassName
{
color: #DB936C;
}
</style>
background-color css
<style>
a { background-color: #DB936C; }
a { background-color: rgb(219,147,108); }
div.DivClassName
{
background-color: #DB936C;
}
.BgClassName
{
background-color: #DB936C;
}
</style>
border-color css
<style>
span { border-color: #DB936C; }
span { border-color: rgb(219,147,108); }
td.TdClassName
{
border-color: #DB936C;
}
.TagClassName
{
border-color: #DB936C;
}
</style>