Shades of Copper #DF9264
Tints of Copper #DF9264
RGB
CMYK
RGB Variations
Color information
#DF9264 (or 0xDF9264) is known color: Copper. HEX triplet: DF, 92 and 64. RGB value is (223,146,100). Sum of RGB (Red+Green+Blue) = 223+146+100=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9264 is #206D9B. Grayscale: #A4A4A4. Windows color (decimal): -2125212 or 6591199. OLE color: 6591199.
HSL color Cylindrical-coordinate representation of color #DF9264: hue angle of 22.44º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF9264 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 100 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.13 |
| HSL | 22.44º | 0.66% | 0.63% | - |
| HSV(B) | 22.44º | 0.55% | 0.87% | - |
| XYZ | 43.01 | 37.17 | 16.96 | - |
| YUV | 163.78 | 92.01 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 100 | 0 | 0.35 | 0.55 | 0.13 | 22.44 | 0.66 | 0.63 |
| Hex | DF | 92 | 64 | 0 | 23 | 37 | D | 16 | 42 | 3F |
| Octal | 337 | 222 | 144 | 0 | 43 | 67 | 15 | 26 | 102 | 77 |
| Binary | 11011111 | 10010010 | 1100100 | 0 | 100011 | 110111 | 1101 | 10110 | 1000010 | 111111 |
Color Harmonies of #DF9264
Complementary color
Monochromatic Colors of #DF9264
Black with #DF9264
Text Example
Text Example
White with #DF9264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9264; }
p { color: rgb(223,146,100); }
H1.HeaderClassName
{
color: #DF9264;
}
.AnyTagClassName
{
color: #DF9264;
}
</style>
background-color css
<style>
a { background-color: #DF9264; }
a { background-color: rgb(223,146,100); }
div.DivClassName
{
background-color: #DF9264;
}
.BgClassName
{
background-color: #DF9264;
}
</style>
border-color css
<style>
span { border-color: #DF9264; }
span { border-color: rgb(223,146,100); }
td.TdClassName
{
border-color: #DF9264;
}
.TagClassName
{
border-color: #DF9264;
}
</style>