Shades of Copper #DC835E
Tints of Copper #DC835E
RGB
CMYK
RGB Variations
Color information
#DC835E (or 0xDC835E) is known color: Copper. HEX triplet: DC, 83 and 5E. RGB value is (220,131,94). Sum of RGB (Red+Green+Blue) = 220+131+94=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC835E is #237CA1. Grayscale: #999999. Windows color (decimal): -2325666 or 6194140. OLE color: 6194140.
HSL color Cylindrical-coordinate representation of color #DC835E: hue angle of 17.62º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC835E is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 94 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.14 |
| HSL | 17.62º | 0.64% | 0.62% | - |
| HSV(B) | 17.62º | 0.57% | 0.86% | - |
| XYZ | 39.65 | 32.26 | 14.73 | - |
| YUV | 153.39 | 94.49 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 94 | 0 | 0.40 | 0.57 | 0.14 | 17.62 | 0.64 | 0.62 |
| Hex | DC | 83 | 5E | 0 | 28 | 39 | E | 12 | 40 | 3E |
| Octal | 334 | 203 | 136 | 0 | 50 | 71 | 16 | 22 | 100 | 76 |
| Binary | 11011100 | 10000011 | 1011110 | 0 | 101000 | 111001 | 1110 | 10010 | 1000000 | 111110 |
Color Harmonies of #DC835E
Complementary color
Monochromatic Colors of #DC835E
Black with #DC835E
Text Example
Text Example
White with #DC835E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC835E; }
p { color: rgb(220,131,94); }
H1.HeaderClassName
{
color: #DC835E;
}
.AnyTagClassName
{
color: #DC835E;
}
</style>
background-color css
<style>
a { background-color: #DC835E; }
a { background-color: rgb(220,131,94); }
div.DivClassName
{
background-color: #DC835E;
}
.BgClassName
{
background-color: #DC835E;
}
</style>
border-color css
<style>
span { border-color: #DC835E; }
span { border-color: rgb(220,131,94); }
td.TdClassName
{
border-color: #DC835E;
}
.TagClassName
{
border-color: #DC835E;
}
</style>