Shades of Copper #DC845F
Tints of Copper #DC845F
RGB
CMYK
RGB Variations
Color information
#DC845F (or 0xDC845F) is known color: Copper. HEX triplet: DC, 84 and 5F. RGB value is (220,132,95). Sum of RGB (Red+Green+Blue) = 220+132+95=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC845F is #237BA0. Grayscale: #9A9A9A. Windows color (decimal): -2325409 or 6259932. OLE color: 6259932.
HSL color Cylindrical-coordinate representation of color #DC845F: hue angle of 17.76º 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 #DC845F is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 95 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.14 |
| HSL | 17.76º | 0.64% | 0.62% | - |
| HSV(B) | 17.76º | 0.57% | 0.86% | - |
| XYZ | 39.83 | 32.54 | 15.01 | - |
| YUV | 154.09 | 94.65 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 95 | 0 | 0.40 | 0.57 | 0.14 | 17.76 | 0.64 | 0.62 |
| Hex | DC | 84 | 5F | 0 | 28 | 39 | E | 12 | 40 | 3E |
| Octal | 334 | 204 | 137 | 0 | 50 | 71 | 16 | 22 | 100 | 76 |
| Binary | 11011100 | 10000100 | 1011111 | 0 | 101000 | 111001 | 1110 | 10010 | 1000000 | 111110 |
Color Harmonies of #DC845F
Complementary color
Monochromatic Colors of #DC845F
Black with #DC845F
Text Example
Text Example
White with #DC845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC845F; }
p { color: rgb(220,132,95); }
H1.HeaderClassName
{
color: #DC845F;
}
.AnyTagClassName
{
color: #DC845F;
}
</style>
background-color css
<style>
a { background-color: #DC845F; }
a { background-color: rgb(220,132,95); }
div.DivClassName
{
background-color: #DC845F;
}
.BgClassName
{
background-color: #DC845F;
}
</style>
border-color css
<style>
span { border-color: #DC845F; }
span { border-color: rgb(220,132,95); }
td.TdClassName
{
border-color: #DC845F;
}
.TagClassName
{
border-color: #DC845F;
}
</style>