Shades of Copper #DC926F
Tints of Copper #DC926F
RGB
CMYK
RGB Variations
Color information
#DC926F (or 0xDC926F) is known color: Copper. HEX triplet: DC, 92 and 6F. RGB value is (220,146,111). Sum of RGB (Red+Green+Blue) = 220+146+111=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC926F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC926F is #236D90. Grayscale: #A4A4A4. Windows color (decimal): -2321809 or 7312092. OLE color: 7312092.
HSL color Cylindrical-coordinate representation of color #DC926F: hue angle of 19.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC926F is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 111 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.14 |
| HSL | 19.27º | 0.61% | 0.65% | - |
| HSV(B) | 19.27º | 0.5% | 0.86% | - |
| XYZ | 42.66 | 36.92 | 19.92 | - |
| YUV | 164.14 | 98.02 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 111 | 0 | 0.34 | 0.50 | 0.14 | 19.27 | 0.61 | 0.65 |
| Hex | DC | 92 | 6F | 0 | 22 | 32 | E | 13 | 3D | 41 |
| Octal | 334 | 222 | 157 | 0 | 42 | 62 | 16 | 23 | 75 | 101 |
| Binary | 11011100 | 10010010 | 1101111 | 0 | 100010 | 110010 | 1110 | 10011 | 111101 | 1000001 |
Color Harmonies of #DC926F
Complementary color
Monochromatic Colors of #DC926F
Black with #DC926F
Text Example
Text Example
White with #DC926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC926F; }
p { color: rgb(220,146,111); }
H1.HeaderClassName
{
color: #DC926F;
}
.AnyTagClassName
{
color: #DC926F;
}
</style>
background-color css
<style>
a { background-color: #DC926F; }
a { background-color: rgb(220,146,111); }
div.DivClassName
{
background-color: #DC926F;
}
.BgClassName
{
background-color: #DC926F;
}
</style>
border-color css
<style>
span { border-color: #DC926F; }
span { border-color: rgb(220,146,111); }
td.TdClassName
{
border-color: #DC926F;
}
.TagClassName
{
border-color: #DC926F;
}
</style>