Shades of Copper #DC835C
Tints of Copper #DC835C
RGB
CMYK
RGB Variations
Color information
#DC835C (or 0xDC835C) is known color: Copper. HEX triplet: DC, 83 and 5C. RGB value is (220,131,92). Sum of RGB (Red+Green+Blue) = 220+131+92=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC835C is #237CA3. Grayscale: #999999. Windows color (decimal): -2325668 or 6063068. OLE color: 6063068.
HSL color Cylindrical-coordinate representation of color #DC835C: hue angle of 18.28º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC835C is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 92 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.14 |
| HSL | 18.28º | 0.65% | 0.61% | - |
| HSV(B) | 18.28º | 0.58% | 0.86% | - |
| XYZ | 39.56 | 32.22 | 14.26 | - |
| YUV | 153.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 92 | 0 | 0.40 | 0.58 | 0.14 | 18.28 | 0.65 | 0.61 |
| Hex | DC | 83 | 5C | 0 | 28 | 3A | E | 12 | 41 | 3D |
| Octal | 334 | 203 | 134 | 0 | 50 | 72 | 16 | 22 | 101 | 75 |
| Binary | 11011100 | 10000011 | 1011100 | 0 | 101000 | 111010 | 1110 | 10010 | 1000001 | 111101 |
Color Harmonies of #DC835C
Complementary color
Monochromatic Colors of #DC835C
Black with #DC835C
Text Example
Text Example
White with #DC835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC835C; }
p { color: rgb(220,131,92); }
H1.HeaderClassName
{
color: #DC835C;
}
.AnyTagClassName
{
color: #DC835C;
}
</style>
background-color css
<style>
a { background-color: #DC835C; }
a { background-color: rgb(220,131,92); }
div.DivClassName
{
background-color: #DC835C;
}
.BgClassName
{
background-color: #DC835C;
}
</style>
border-color css
<style>
span { border-color: #DC835C; }
span { border-color: rgb(220,131,92); }
td.TdClassName
{
border-color: #DC835C;
}
.TagClassName
{
border-color: #DC835C;
}
</style>