Shades of Copper #DF946D
Tints of Copper #DF946D
RGB
CMYK
RGB Variations
Color information
#DF946D (or 0xDF946D) is known color: Copper. HEX triplet: DF, 94 and 6D. RGB value is (223,148,109). Sum of RGB (Red+Green+Blue) = 223+148+109=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF946D is #206B92. Grayscale: #A6A6A6. Windows color (decimal): -2124691 or 7181535. OLE color: 7181535.
HSL color Cylindrical-coordinate representation of color #DF946D: hue angle of 20.53º 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 #DF946D is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 109 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.13 |
| HSL | 20.53º | 0.64% | 0.65% | - |
| HSV(B) | 20.53º | 0.51% | 0.87% | - |
| XYZ | 43.78 | 37.97 | 19.49 | - |
| YUV | 165.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 109 | 0 | 0.34 | 0.51 | 0.13 | 20.53 | 0.64 | 0.65 |
| Hex | DF | 94 | 6D | 0 | 22 | 33 | D | 15 | 40 | 41 |
| Octal | 337 | 224 | 155 | 0 | 42 | 63 | 15 | 25 | 100 | 101 |
| Binary | 11011111 | 10010100 | 1101101 | 0 | 100010 | 110011 | 1101 | 10101 | 1000000 | 1000001 |
Color Harmonies of #DF946D
Complementary color
Monochromatic Colors of #DF946D
Black with #DF946D
Text Example
Text Example
White with #DF946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF946D; }
p { color: rgb(223,148,109); }
H1.HeaderClassName
{
color: #DF946D;
}
.AnyTagClassName
{
color: #DF946D;
}
</style>
background-color css
<style>
a { background-color: #DF946D; }
a { background-color: rgb(223,148,109); }
div.DivClassName
{
background-color: #DF946D;
}
.BgClassName
{
background-color: #DF946D;
}
</style>
border-color css
<style>
span { border-color: #DF946D; }
span { border-color: rgb(223,148,109); }
td.TdClassName
{
border-color: #DF946D;
}
.TagClassName
{
border-color: #DF946D;
}
</style>