Shades of Copper #DB926D
Tints of Copper #DB926D
RGB
CMYK
RGB Variations
Color information
#DB926D (or 0xDB926D) is known color: Copper. HEX triplet: DB, 92 and 6D. RGB value is (219,146,109). Sum of RGB (Red+Green+Blue) = 219+146+109=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB926D is #246D92. Grayscale: #A3A3A3. Windows color (decimal): -2387347 or 7181019. OLE color: 7181019.
HSL color Cylindrical-coordinate representation of color #DB926D: hue angle of 20.18º 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 #DB926D is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 146 | 109 | - |
CMYK | 0 | 0.33 | 0.50 | 0.14 |
HSL | 20.18º | 0.6% | 0.64% | - |
HSV(B) | 20.18º | 0.5% | 0.86% | - |
XYZ | 42.25 | 36.72 | 19.33 | - |
YUV | 163.61 | 97.18 | 167.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 146 | 109 | 0 | 0.33 | 0.50 | 0.14 | 20.18 | 0.6 | 0.64 |
Hex | DB | 92 | 6D | 0 | 21 | 32 | E | 14 | 3C | 40 |
Octal | 333 | 222 | 155 | 0 | 41 | 62 | 16 | 24 | 74 | 100 |
Binary | 11011011 | 10010010 | 1101101 | 0 | 100001 | 110010 | 1110 | 10100 | 111100 | 1000000 |
Color Harmonies of #DB926D
Complementary color
Monochromatic Colors of #DB926D
Black with #DB926D
Text Example
Text Example
White with #DB926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB926D; }
p { color: rgb(219,146,109); }
H1.HeaderClassName
{
color: #DB926D;
}
.AnyTagClassName
{
color: #DB926D;
}
</style>
background-color css
<style>
a { background-color: #DB926D; }
a { background-color: rgb(219,146,109); }
div.DivClassName
{
background-color: #DB926D;
}
.BgClassName
{
background-color: #DB926D;
}
</style>
border-color css
<style>
span { border-color: #DB926D; }
span { border-color: rgb(219,146,109); }
td.TdClassName
{
border-color: #DB926D;
}
.TagClassName
{
border-color: #DB926D;
}
</style>