Shades of Copper #DF8B65
Tints of Copper #DF8B65
RGB
CMYK
RGB Variations
Color information
#DF8B65 (or 0xDF8B65) is known color: Copper. HEX triplet: DF, 8B and 65. RGB value is (223,139,101). Sum of RGB (Red+Green+Blue) = 223+139+101=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8B65 is #20749A. Grayscale: #A0A0A0. Windows color (decimal): -2127003 or 6654943. OLE color: 6654943.
HSL color Cylindrical-coordinate representation of color #DF8B65: hue angle of 18.69º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF8B65 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 101 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.13 |
| HSL | 18.69º | 0.66% | 0.64% | - |
| HSV(B) | 18.69º | 0.55% | 0.87% | - |
| XYZ | 42.01 | 35.09 | 16.87 | - |
| YUV | 159.78 | 94.83 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 101 | 0 | 0.38 | 0.55 | 0.13 | 18.69 | 0.66 | 0.64 |
| Hex | DF | 8B | 65 | 0 | 26 | 37 | D | 13 | 42 | 40 |
| Octal | 337 | 213 | 145 | 0 | 46 | 67 | 15 | 23 | 102 | 100 |
| Binary | 11011111 | 10001011 | 1100101 | 0 | 100110 | 110111 | 1101 | 10011 | 1000010 | 1000000 |
Color Harmonies of #DF8B65
Complementary color
Monochromatic Colors of #DF8B65
Black with #DF8B65
Text Example
Text Example
White with #DF8B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8B65; }
p { color: rgb(223,139,101); }
H1.HeaderClassName
{
color: #DF8B65;
}
.AnyTagClassName
{
color: #DF8B65;
}
</style>
background-color css
<style>
a { background-color: #DF8B65; }
a { background-color: rgb(223,139,101); }
div.DivClassName
{
background-color: #DF8B65;
}
.BgClassName
{
background-color: #DF8B65;
}
</style>
border-color css
<style>
span { border-color: #DF8B65; }
span { border-color: rgb(223,139,101); }
td.TdClassName
{
border-color: #DF8B65;
}
.TagClassName
{
border-color: #DF8B65;
}
</style>