Shades of Copper #DF9162
Tints of Copper #DF9162
RGB
CMYK
RGB Variations
Color information
#DF9162 (or 0xDF9162) is known color: Copper. HEX triplet: DF, 91 and 62. RGB value is (223,145,98). Sum of RGB (Red+Green+Blue) = 223+145+98=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9162 is #206E9D. Grayscale: #A3A3A3. Windows color (decimal): -2125470 or 6459871. OLE color: 6459871.
HSL color Cylindrical-coordinate representation of color #DF9162: hue angle of 22.56º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF9162 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 98 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.13 |
| HSL | 22.56º | 0.66% | 0.63% | - |
| HSV(B) | 22.56º | 0.56% | 0.87% | - |
| XYZ | 42.76 | 36.82 | 16.41 | - |
| YUV | 162.96 | 91.34 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 98 | 0 | 0.35 | 0.56 | 0.13 | 22.56 | 0.66 | 0.63 |
| Hex | DF | 91 | 62 | 0 | 23 | 38 | D | 17 | 42 | 3F |
| Octal | 337 | 221 | 142 | 0 | 43 | 70 | 15 | 27 | 102 | 77 |
| Binary | 11011111 | 10010001 | 1100010 | 0 | 100011 | 111000 | 1101 | 10111 | 1000010 | 111111 |
Color Harmonies of #DF9162
Complementary color
Monochromatic Colors of #DF9162
Black with #DF9162
Text Example
Text Example
White with #DF9162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9162; }
p { color: rgb(223,145,98); }
H1.HeaderClassName
{
color: #DF9162;
}
.AnyTagClassName
{
color: #DF9162;
}
</style>
background-color css
<style>
a { background-color: #DF9162; }
a { background-color: rgb(223,145,98); }
div.DivClassName
{
background-color: #DF9162;
}
.BgClassName
{
background-color: #DF9162;
}
</style>
border-color css
<style>
span { border-color: #DF9162; }
span { border-color: rgb(223,145,98); }
td.TdClassName
{
border-color: #DF9162;
}
.TagClassName
{
border-color: #DF9162;
}
</style>