Shades of Copper #DF8F64
Tints of Copper #DF8F64
RGB
CMYK
RGB Variations
Color information
#DF8F64 (or 0xDF8F64) is known color: Copper. HEX triplet: DF, 8F and 64. RGB value is (223,143,100). Sum of RGB (Red+Green+Blue) = 223+143+100=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F64 is #20709B. Grayscale: #A2A2A2. Windows color (decimal): -2125980 or 6590431. OLE color: 6590431.
HSL color Cylindrical-coordinate representation of color #DF8F64: hue angle of 20.98º 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 #DF8F64 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 100 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.13 |
| HSL | 20.98º | 0.66% | 0.63% | - |
| HSV(B) | 20.98º | 0.55% | 0.87% | - |
| XYZ | 42.55 | 36.25 | 16.81 | - |
| YUV | 162.02 | 93 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 100 | 0 | 0.36 | 0.55 | 0.13 | 20.98 | 0.66 | 0.63 |
| Hex | DF | 8F | 64 | 0 | 24 | 37 | D | 15 | 42 | 3F |
| Octal | 337 | 217 | 144 | 0 | 44 | 67 | 15 | 25 | 102 | 77 |
| Binary | 11011111 | 10001111 | 1100100 | 0 | 100100 | 110111 | 1101 | 10101 | 1000010 | 111111 |
Color Harmonies of #DF8F64
Complementary color
Monochromatic Colors of #DF8F64
Black with #DF8F64
Text Example
Text Example
White with #DF8F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F64; }
p { color: rgb(223,143,100); }
H1.HeaderClassName
{
color: #DF8F64;
}
.AnyTagClassName
{
color: #DF8F64;
}
</style>
background-color css
<style>
a { background-color: #DF8F64; }
a { background-color: rgb(223,143,100); }
div.DivClassName
{
background-color: #DF8F64;
}
.BgClassName
{
background-color: #DF8F64;
}
</style>
border-color css
<style>
span { border-color: #DF8F64; }
span { border-color: rgb(223,143,100); }
td.TdClassName
{
border-color: #DF8F64;
}
.TagClassName
{
border-color: #DF8F64;
}
</style>