Shades of Copper #DC926C
Tints of Copper #DC926C
RGB
CMYK
RGB Variations
Color information
#DC926C (or 0xDC926C) is known color: Copper. HEX triplet: DC, 92 and 6C. RGB value is (220,146,108). Sum of RGB (Red+Green+Blue) = 220+146+108=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC926C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC926C is #236D93. Grayscale: #A4A4A4. Windows color (decimal): -2321812 or 7115484. OLE color: 7115484.
HSL color Cylindrical-coordinate representation of color #DC926C: hue angle of 20.36º 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 #DC926C is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 108 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.14 |
| HSL | 20.36º | 0.62% | 0.64% | - |
| HSV(B) | 20.36º | 0.51% | 0.86% | - |
| XYZ | 42.5 | 36.86 | 19.06 | - |
| YUV | 163.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 108 | 0 | 0.34 | 0.51 | 0.14 | 20.36 | 0.62 | 0.64 |
| Hex | DC | 92 | 6C | 0 | 22 | 33 | E | 14 | 3E | 40 |
| Octal | 334 | 222 | 154 | 0 | 42 | 63 | 16 | 24 | 76 | 100 |
| Binary | 11011100 | 10010010 | 1101100 | 0 | 100010 | 110011 | 1110 | 10100 | 111110 | 1000000 |
Color Harmonies of #DC926C
Complementary color
Monochromatic Colors of #DC926C
Black with #DC926C
Text Example
Text Example
White with #DC926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC926C; }
p { color: rgb(220,146,108); }
H1.HeaderClassName
{
color: #DC926C;
}
.AnyTagClassName
{
color: #DC926C;
}
</style>
background-color css
<style>
a { background-color: #DC926C; }
a { background-color: rgb(220,146,108); }
div.DivClassName
{
background-color: #DC926C;
}
.BgClassName
{
background-color: #DC926C;
}
</style>
border-color css
<style>
span { border-color: #DC926C; }
span { border-color: rgb(220,146,108); }
td.TdClassName
{
border-color: #DC926C;
}
.TagClassName
{
border-color: #DC926C;
}
</style>