Shades of Copper #DC926B
Tints of Copper #DC926B
RGB
CMYK
RGB Variations
Color information
#DC926B (or 0xDC926B) is known color: Copper. HEX triplet: DC, 92 and 6B. RGB value is (220,146,107). Sum of RGB (Red+Green+Blue) = 220+146+107=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC926B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC926B is #236D94. Grayscale: #A3A3A3. Windows color (decimal): -2321813 or 7049948. OLE color: 7049948.
HSL color Cylindrical-coordinate representation of color #DC926B: hue angle of 20.71º degrees, saturation: 0.62, 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 #DC926B is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 107 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.14 |
| HSL | 20.71º | 0.62% | 0.64% | - |
| HSV(B) | 20.71º | 0.51% | 0.86% | - |
| XYZ | 42.45 | 36.83 | 18.78 | - |
| YUV | 163.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 107 | 0 | 0.34 | 0.51 | 0.14 | 20.71 | 0.62 | 0.64 |
| Hex | DC | 92 | 6B | 0 | 22 | 33 | E | 15 | 3E | 40 |
| Octal | 334 | 222 | 153 | 0 | 42 | 63 | 16 | 25 | 76 | 100 |
| Binary | 11011100 | 10010010 | 1101011 | 0 | 100010 | 110011 | 1110 | 10101 | 111110 | 1000000 |
Color Harmonies of #DC926B
Complementary color
Monochromatic Colors of #DC926B
Black with #DC926B
Text Example
Text Example
White with #DC926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC926B; }
p { color: rgb(220,146,107); }
H1.HeaderClassName
{
color: #DC926B;
}
.AnyTagClassName
{
color: #DC926B;
}
</style>
background-color css
<style>
a { background-color: #DC926B; }
a { background-color: rgb(220,146,107); }
div.DivClassName
{
background-color: #DC926B;
}
.BgClassName
{
background-color: #DC926B;
}
</style>
border-color css
<style>
span { border-color: #DC926B; }
span { border-color: rgb(220,146,107); }
td.TdClassName
{
border-color: #DC926B;
}
.TagClassName
{
border-color: #DC926B;
}
</style>