Shades of Copper #DF9262
Tints of Copper #DF9262
RGB
CMYK
RGB Variations
Color information
#DF9262 (or 0xDF9262) is known color: Copper. HEX triplet: DF, 92 and 62. RGB value is (223,146,98). Sum of RGB (Red+Green+Blue) = 223+146+98=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9262 is #206D9D. Grayscale: #A3A3A3. Windows color (decimal): -2125214 or 6460127. OLE color: 6460127.
HSL color Cylindrical-coordinate representation of color #DF9262: hue angle of 23.04º 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 #DF9262 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 98 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.13 |
| HSL | 23.04º | 0.66% | 0.63% | - |
| HSV(B) | 23.04º | 0.56% | 0.87% | - |
| XYZ | 42.91 | 37.13 | 16.46 | - |
| YUV | 163.55 | 91.01 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 98 | 0 | 0.35 | 0.56 | 0.13 | 23.04 | 0.66 | 0.63 |
| Hex | DF | 92 | 62 | 0 | 23 | 38 | D | 17 | 42 | 3F |
| Octal | 337 | 222 | 142 | 0 | 43 | 70 | 15 | 27 | 102 | 77 |
| Binary | 11011111 | 10010010 | 1100010 | 0 | 100011 | 111000 | 1101 | 10111 | 1000010 | 111111 |
Color Harmonies of #DF9262
Complementary color
Monochromatic Colors of #DF9262
Black with #DF9262
Text Example
Text Example
White with #DF9262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9262; }
p { color: rgb(223,146,98); }
H1.HeaderClassName
{
color: #DF9262;
}
.AnyTagClassName
{
color: #DF9262;
}
</style>
background-color css
<style>
a { background-color: #DF9262; }
a { background-color: rgb(223,146,98); }
div.DivClassName
{
background-color: #DF9262;
}
.BgClassName
{
background-color: #DF9262;
}
</style>
border-color css
<style>
span { border-color: #DF9262; }
span { border-color: rgb(223,146,98); }
td.TdClassName
{
border-color: #DF9262;
}
.TagClassName
{
border-color: #DF9262;
}
</style>