Shades of Copper #DF956C
Tints of Copper #DF956C
RGB
CMYK
RGB Variations
Color information
#DF956C (or 0xDF956C) is known color: Copper. HEX triplet: DF, 95 and 6C. RGB value is (223,149,108). Sum of RGB (Red+Green+Blue) = 223+149+108=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF956C is #206A93. Grayscale: #A6A6A6. Windows color (decimal): -2124436 or 7116255. OLE color: 7116255.
HSL color Cylindrical-coordinate representation of color #DF956C: hue angle of 21.39º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF956C is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 108 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.13 |
| HSL | 21.39º | 0.64% | 0.65% | - |
| HSV(B) | 21.39º | 0.52% | 0.87% | - |
| XYZ | 43.89 | 38.27 | 19.26 | - |
| YUV | 166.45 | 95.02 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 108 | 0 | 0.33 | 0.52 | 0.13 | 21.39 | 0.64 | 0.65 |
| Hex | DF | 95 | 6C | 0 | 21 | 34 | D | 15 | 40 | 41 |
| Octal | 337 | 225 | 154 | 0 | 41 | 64 | 15 | 25 | 100 | 101 |
| Binary | 11011111 | 10010101 | 1101100 | 0 | 100001 | 110100 | 1101 | 10101 | 1000000 | 1000001 |
Color Harmonies of #DF956C
Complementary color
Monochromatic Colors of #DF956C
Black with #DF956C
Text Example
Text Example
White with #DF956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF956C; }
p { color: rgb(223,149,108); }
H1.HeaderClassName
{
color: #DF956C;
}
.AnyTagClassName
{
color: #DF956C;
}
</style>
background-color css
<style>
a { background-color: #DF956C; }
a { background-color: rgb(223,149,108); }
div.DivClassName
{
background-color: #DF956C;
}
.BgClassName
{
background-color: #DF956C;
}
</style>
border-color css
<style>
span { border-color: #DF956C; }
span { border-color: rgb(223,149,108); }
td.TdClassName
{
border-color: #DF956C;
}
.TagClassName
{
border-color: #DF956C;
}
</style>