Shades of Copper #DF9468
Tints of Copper #DF9468
RGB
CMYK
RGB Variations
Color information
#DF9468 (or 0xDF9468) is known color: Copper. HEX triplet: DF, 94 and 68. RGB value is (223,148,104). Sum of RGB (Red+Green+Blue) = 223+148+104=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9468 is #206B97. Grayscale: #A5A5A5. Windows color (decimal): -2124696 or 6853855. OLE color: 6853855.
HSL color Cylindrical-coordinate representation of color #DF9468: hue angle of 22.18º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF9468 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 104 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.13 |
| HSL | 22.18º | 0.65% | 0.64% | - |
| HSV(B) | 22.18º | 0.53% | 0.87% | - |
| XYZ | 43.52 | 37.87 | 18.11 | - |
| YUV | 165.41 | 93.35 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 104 | 0 | 0.34 | 0.53 | 0.13 | 22.18 | 0.65 | 0.64 |
| Hex | DF | 94 | 68 | 0 | 22 | 35 | D | 16 | 41 | 40 |
| Octal | 337 | 224 | 150 | 0 | 42 | 65 | 15 | 26 | 101 | 100 |
| Binary | 11011111 | 10010100 | 1101000 | 0 | 100010 | 110101 | 1101 | 10110 | 1000001 | 1000000 |
Color Harmonies of #DF9468
Complementary color
Monochromatic Colors of #DF9468
Black with #DF9468
Text Example
Text Example
White with #DF9468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9468; }
p { color: rgb(223,148,104); }
H1.HeaderClassName
{
color: #DF9468;
}
.AnyTagClassName
{
color: #DF9468;
}
</style>
background-color css
<style>
a { background-color: #DF9468; }
a { background-color: rgb(223,148,104); }
div.DivClassName
{
background-color: #DF9468;
}
.BgClassName
{
background-color: #DF9468;
}
</style>
border-color css
<style>
span { border-color: #DF9468; }
span { border-color: rgb(223,148,104); }
td.TdClassName
{
border-color: #DF9468;
}
.TagClassName
{
border-color: #DF9468;
}
</style>