Shades of Copper #DB926F
Tints of Copper #DB926F
RGB
CMYK
RGB Variations
Color information
#DB926F (or 0xDB926F) is known color: Copper. HEX triplet: DB, 92 and 6F. RGB value is (219,146,111). Sum of RGB (Red+Green+Blue) = 219+146+111=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB926F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB926F is #246D90. Grayscale: #A4A4A4. Windows color (decimal): -2387345 or 7312091. OLE color: 7312091.
HSL color Cylindrical-coordinate representation of color #DB926F: hue angle of 19.44º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB926F is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 111 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.14 |
| HSL | 19.44º | 0.6% | 0.65% | - |
| HSV(B) | 19.44º | 0.49% | 0.86% | - |
| XYZ | 42.36 | 36.77 | 19.9 | - |
| YUV | 163.84 | 98.18 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 111 | 0 | 0.33 | 0.49 | 0.14 | 19.44 | 0.6 | 0.65 |
| Hex | DB | 92 | 6F | 0 | 21 | 31 | E | 13 | 3C | 41 |
| Octal | 333 | 222 | 157 | 0 | 41 | 61 | 16 | 23 | 74 | 101 |
| Binary | 11011011 | 10010010 | 1101111 | 0 | 100001 | 110001 | 1110 | 10011 | 111100 | 1000001 |
Color Harmonies of #DB926F
Complementary color
Monochromatic Colors of #DB926F
Black with #DB926F
Text Example
Text Example
White with #DB926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB926F; }
p { color: rgb(219,146,111); }
H1.HeaderClassName
{
color: #DB926F;
}
.AnyTagClassName
{
color: #DB926F;
}
</style>
background-color css
<style>
a { background-color: #DB926F; }
a { background-color: rgb(219,146,111); }
div.DivClassName
{
background-color: #DB926F;
}
.BgClassName
{
background-color: #DB926F;
}
</style>
border-color css
<style>
span { border-color: #DB926F; }
span { border-color: rgb(219,146,111); }
td.TdClassName
{
border-color: #DB926F;
}
.TagClassName
{
border-color: #DB926F;
}
</style>