Shades of Copper #DF9265
Tints of Copper #DF9265
RGB
CMYK
RGB Variations
Color information
#DF9265 (or 0xDF9265) is known color: Copper. HEX triplet: DF, 92 and 65. RGB value is (223,146,101). Sum of RGB (Red+Green+Blue) = 223+146+101=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9265 is #206D9A. Grayscale: #A4A4A4. Windows color (decimal): -2125211 or 6656735. OLE color: 6656735.
HSL color Cylindrical-coordinate representation of color #DF9265: hue angle of 22.13º 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 #DF9265 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 101 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.13 |
| HSL | 22.13º | 0.66% | 0.64% | - |
| HSV(B) | 22.13º | 0.55% | 0.87% | - |
| XYZ | 43.06 | 37.19 | 17.22 | - |
| YUV | 163.89 | 92.51 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 101 | 0 | 0.35 | 0.55 | 0.13 | 22.13 | 0.66 | 0.64 |
| Hex | DF | 92 | 65 | 0 | 23 | 37 | D | 16 | 42 | 40 |
| Octal | 337 | 222 | 145 | 0 | 43 | 67 | 15 | 26 | 102 | 100 |
| Binary | 11011111 | 10010010 | 1100101 | 0 | 100011 | 110111 | 1101 | 10110 | 1000010 | 1000000 |
Color Harmonies of #DF9265
Complementary color
Monochromatic Colors of #DF9265
Black with #DF9265
Text Example
Text Example
White with #DF9265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9265; }
p { color: rgb(223,146,101); }
H1.HeaderClassName
{
color: #DF9265;
}
.AnyTagClassName
{
color: #DF9265;
}
</style>
background-color css
<style>
a { background-color: #DF9265; }
a { background-color: rgb(223,146,101); }
div.DivClassName
{
background-color: #DF9265;
}
.BgClassName
{
background-color: #DF9265;
}
</style>
border-color css
<style>
span { border-color: #DF9265; }
span { border-color: rgb(223,146,101); }
td.TdClassName
{
border-color: #DF9265;
}
.TagClassName
{
border-color: #DF9265;
}
</style>