Shades of Copper #DF845D
Tints of Copper #DF845D
RGB
CMYK
RGB Variations
Color information
#DF845D (or 0xDF845D) is known color: Copper. HEX triplet: DF, 84 and 5D. RGB value is (223,132,93). Sum of RGB (Red+Green+Blue) = 223+132+93=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF845D is #207BA2. Grayscale: #9B9B9B. Windows color (decimal): -2128803 or 6128863. OLE color: 6128863.
HSL color Cylindrical-coordinate representation of color #DF845D: hue angle of 18º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF845D is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 132 | 93 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.13 |
| HSL | 18º | 0.67% | 0.62% | - |
| HSV(B) | 18º | 0.58% | 0.87% | - |
| XYZ | 40.66 | 32.98 | 14.58 | - |
| YUV | 154.76 | 93.15 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 132 | 93 | 0 | 0.41 | 0.58 | 0.13 | 18 | 0.67 | 0.62 |
| Hex | DF | 84 | 5D | 0 | 29 | 3A | D | 12 | 43 | 3E |
| Octal | 337 | 204 | 135 | 0 | 51 | 72 | 15 | 22 | 103 | 76 |
| Binary | 11011111 | 10000100 | 1011101 | 0 | 101001 | 111010 | 1101 | 10010 | 1000011 | 111110 |
Color Harmonies of #DF845D
Complementary color
Monochromatic Colors of #DF845D
Black with #DF845D
Text Example
Text Example
White with #DF845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF845D; }
p { color: rgb(223,132,93); }
H1.HeaderClassName
{
color: #DF845D;
}
.AnyTagClassName
{
color: #DF845D;
}
</style>
background-color css
<style>
a { background-color: #DF845D; }
a { background-color: rgb(223,132,93); }
div.DivClassName
{
background-color: #DF845D;
}
.BgClassName
{
background-color: #DF845D;
}
</style>
border-color css
<style>
span { border-color: #DF845D; }
span { border-color: rgb(223,132,93); }
td.TdClassName
{
border-color: #DF845D;
}
.TagClassName
{
border-color: #DF845D;
}
</style>