Shades of Copper #DF835D
Tints of Copper #DF835D
RGB
CMYK
RGB Variations
Color information
#DF835D (or 0xDF835D) is known color: Copper. HEX triplet: DF, 83 and 5D. RGB value is (223,131,93). Sum of RGB (Red+Green+Blue) = 223+131+93=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF835D is #207CA2. Grayscale: #9A9A9A. Windows color (decimal): -2129059 or 6128607. OLE color: 6128607.
HSL color Cylindrical-coordinate representation of color #DF835D: hue angle of 17.54º 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 #DF835D is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 93 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.13 |
| HSL | 17.54º | 0.67% | 0.62% | - |
| HSV(B) | 17.54º | 0.58% | 0.87% | - |
| XYZ | 40.52 | 32.71 | 14.53 | - |
| YUV | 154.18 | 93.48 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 93 | 0 | 0.41 | 0.58 | 0.13 | 17.54 | 0.67 | 0.62 |
| Hex | DF | 83 | 5D | 0 | 29 | 3A | D | 12 | 43 | 3E |
| Octal | 337 | 203 | 135 | 0 | 51 | 72 | 15 | 22 | 103 | 76 |
| Binary | 11011111 | 10000011 | 1011101 | 0 | 101001 | 111010 | 1101 | 10010 | 1000011 | 111110 |
Color Harmonies of #DF835D
Complementary color
Monochromatic Colors of #DF835D
Black with #DF835D
Text Example
Text Example
White with #DF835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF835D; }
p { color: rgb(223,131,93); }
H1.HeaderClassName
{
color: #DF835D;
}
.AnyTagClassName
{
color: #DF835D;
}
</style>
background-color css
<style>
a { background-color: #DF835D; }
a { background-color: rgb(223,131,93); }
div.DivClassName
{
background-color: #DF835D;
}
.BgClassName
{
background-color: #DF835D;
}
</style>
border-color css
<style>
span { border-color: #DF835D; }
span { border-color: rgb(223,131,93); }
td.TdClassName
{
border-color: #DF835D;
}
.TagClassName
{
border-color: #DF835D;
}
</style>