Shades of Copper #DF9667
Tints of Copper #DF9667
RGB
CMYK
RGB Variations
Color information
#DF9667 (or 0xDF9667) is known color: Copper. HEX triplet: DF, 96 and 67. RGB value is (223,150,103). Sum of RGB (Red+Green+Blue) = 223+150+103=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9667 is #206998. Grayscale: #A6A6A6. Windows color (decimal): -2124185 or 6788831. OLE color: 6788831.
HSL color Cylindrical-coordinate representation of color #DF9667: hue angle of 23.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF9667 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 103 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.13 |
| HSL | 23.5º | 0.65% | 0.64% | - |
| HSV(B) | 23.5º | 0.54% | 0.87% | - |
| XYZ | 43.79 | 38.48 | 17.95 | - |
| YUV | 166.47 | 92.18 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 103 | 0 | 0.33 | 0.54 | 0.13 | 23.5 | 0.65 | 0.64 |
| Hex | DF | 96 | 67 | 0 | 21 | 36 | D | 18 | 41 | 40 |
| Octal | 337 | 226 | 147 | 0 | 41 | 66 | 15 | 30 | 101 | 100 |
| Binary | 11011111 | 10010110 | 1100111 | 0 | 100001 | 110110 | 1101 | 11000 | 1000001 | 1000000 |
Color Harmonies of #DF9667
Complementary color
Monochromatic Colors of #DF9667
Black with #DF9667
Text Example
Text Example
White with #DF9667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9667; }
p { color: rgb(223,150,103); }
H1.HeaderClassName
{
color: #DF9667;
}
.AnyTagClassName
{
color: #DF9667;
}
</style>
background-color css
<style>
a { background-color: #DF9667; }
a { background-color: rgb(223,150,103); }
div.DivClassName
{
background-color: #DF9667;
}
.BgClassName
{
background-color: #DF9667;
}
</style>
border-color css
<style>
span { border-color: #DF9667; }
span { border-color: rgb(223,150,103); }
td.TdClassName
{
border-color: #DF9667;
}
.TagClassName
{
border-color: #DF9667;
}
</style>