Shades of Copper #DF966C
Tints of Copper #DF966C
RGB
CMYK
RGB Variations
Color information
#DF966C (or 0xDF966C) is known color: Copper. HEX triplet: DF, 96 and 6C. RGB value is (223,150,108). Sum of RGB (Red+Green+Blue) = 223+150+108=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF966C is #206993. Grayscale: #A7A7A7. Windows color (decimal): -2124180 or 7116511. OLE color: 7116511.
HSL color Cylindrical-coordinate representation of color #DF966C: hue angle of 21.91º 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 #DF966C is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 108 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.13 |
| HSL | 21.91º | 0.64% | 0.65% | - |
| HSV(B) | 21.91º | 0.52% | 0.87% | - |
| XYZ | 44.04 | 38.58 | 19.31 | - |
| YUV | 167.04 | 94.68 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 108 | 0 | 0.33 | 0.52 | 0.13 | 21.91 | 0.64 | 0.65 |
| Hex | DF | 96 | 6C | 0 | 21 | 34 | D | 16 | 40 | 41 |
| Octal | 337 | 226 | 154 | 0 | 41 | 64 | 15 | 26 | 100 | 101 |
| Binary | 11011111 | 10010110 | 1101100 | 0 | 100001 | 110100 | 1101 | 10110 | 1000000 | 1000001 |
Color Harmonies of #DF966C
Complementary color
Monochromatic Colors of #DF966C
Black with #DF966C
Text Example
Text Example
White with #DF966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF966C; }
p { color: rgb(223,150,108); }
H1.HeaderClassName
{
color: #DF966C;
}
.AnyTagClassName
{
color: #DF966C;
}
</style>
background-color css
<style>
a { background-color: #DF966C; }
a { background-color: rgb(223,150,108); }
div.DivClassName
{
background-color: #DF966C;
}
.BgClassName
{
background-color: #DF966C;
}
</style>
border-color css
<style>
span { border-color: #DF966C; }
span { border-color: rgb(223,150,108); }
td.TdClassName
{
border-color: #DF966C;
}
.TagClassName
{
border-color: #DF966C;
}
</style>