Shades of Copper #DF956D
Tints of Copper #DF956D
RGB
CMYK
RGB Variations
Color information
#DF956D (or 0xDF956D) is known color: Copper. HEX triplet: DF, 95 and 6D. RGB value is (223,149,109). Sum of RGB (Red+Green+Blue) = 223+149+109=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF956D is #206A92. Grayscale: #A6A6A6. Windows color (decimal): -2124435 or 7181791. OLE color: 7181791.
HSL color Cylindrical-coordinate representation of color #DF956D: hue angle of 21.05º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF956D is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 109 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.13 |
| HSL | 21.05º | 0.64% | 0.65% | - |
| HSV(B) | 21.05º | 0.51% | 0.87% | - |
| XYZ | 43.94 | 38.29 | 19.54 | - |
| YUV | 166.57 | 95.52 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 109 | 0 | 0.33 | 0.51 | 0.13 | 21.05 | 0.64 | 0.65 |
| Hex | DF | 95 | 6D | 0 | 21 | 33 | D | 15 | 40 | 41 |
| Octal | 337 | 225 | 155 | 0 | 41 | 63 | 15 | 25 | 100 | 101 |
| Binary | 11011111 | 10010101 | 1101101 | 0 | 100001 | 110011 | 1101 | 10101 | 1000000 | 1000001 |
Color Harmonies of #DF956D
Complementary color
Monochromatic Colors of #DF956D
Black with #DF956D
Text Example
Text Example
White with #DF956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF956D; }
p { color: rgb(223,149,109); }
H1.HeaderClassName
{
color: #DF956D;
}
.AnyTagClassName
{
color: #DF956D;
}
</style>
background-color css
<style>
a { background-color: #DF956D; }
a { background-color: rgb(223,149,109); }
div.DivClassName
{
background-color: #DF956D;
}
.BgClassName
{
background-color: #DF956D;
}
</style>
border-color css
<style>
span { border-color: #DF956D; }
span { border-color: rgb(223,149,109); }
td.TdClassName
{
border-color: #DF956D;
}
.TagClassName
{
border-color: #DF956D;
}
</style>