Shades of Copper #DF8661
Tints of Copper #DF8661
RGB
CMYK
RGB Variations
Color information
#DF8661 (or 0xDF8661) is known color: Copper. HEX triplet: DF, 86 and 61. RGB value is (223,134,97). Sum of RGB (Red+Green+Blue) = 223+134+97=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8661 is #20799E. Grayscale: #9C9C9C. Windows color (decimal): -2128287 or 6391519. OLE color: 6391519.
HSL color Cylindrical-coordinate representation of color #DF8661: hue angle of 17.62º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF8661 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 97 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.13 |
| HSL | 17.62º | 0.66% | 0.63% | - |
| HSV(B) | 17.62º | 0.57% | 0.87% | - |
| XYZ | 41.11 | 33.6 | 15.63 | - |
| YUV | 156.39 | 94.49 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 97 | 0 | 0.40 | 0.57 | 0.13 | 17.62 | 0.66 | 0.63 |
| Hex | DF | 86 | 61 | 0 | 28 | 39 | D | 12 | 42 | 3F |
| Octal | 337 | 206 | 141 | 0 | 50 | 71 | 15 | 22 | 102 | 77 |
| Binary | 11011111 | 10000110 | 1100001 | 0 | 101000 | 111001 | 1101 | 10010 | 1000010 | 111111 |
Color Harmonies of #DF8661
Complementary color
Monochromatic Colors of #DF8661
Black with #DF8661
Text Example
Text Example
White with #DF8661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8661; }
p { color: rgb(223,134,97); }
H1.HeaderClassName
{
color: #DF8661;
}
.AnyTagClassName
{
color: #DF8661;
}
</style>
background-color css
<style>
a { background-color: #DF8661; }
a { background-color: rgb(223,134,97); }
div.DivClassName
{
background-color: #DF8661;
}
.BgClassName
{
background-color: #DF8661;
}
</style>
border-color css
<style>
span { border-color: #DF8661; }
span { border-color: rgb(223,134,97); }
td.TdClassName
{
border-color: #DF8661;
}
.TagClassName
{
border-color: #DF8661;
}
</style>