Shades of Copper #DF8964
Tints of Copper #DF8964
RGB
CMYK
RGB Variations
Color information
#DF8964 (or 0xDF8964) is known color: Copper. HEX triplet: DF, 89 and 64. RGB value is (223,137,100). Sum of RGB (Red+Green+Blue) = 223+137+100=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8964 is #20769B. Grayscale: #9E9E9E. Windows color (decimal): -2127516 or 6588895. OLE color: 6588895.
HSL color Cylindrical-coordinate representation of color #DF8964: hue angle of 18.05º 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 #DF8964 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 100 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.13 |
| HSL | 18.05º | 0.66% | 0.63% | - |
| HSV(B) | 18.05º | 0.55% | 0.87% | - |
| XYZ | 41.68 | 34.5 | 16.52 | - |
| YUV | 158.5 | 94.99 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 100 | 0 | 0.39 | 0.55 | 0.13 | 18.05 | 0.66 | 0.63 |
| Hex | DF | 89 | 64 | 0 | 27 | 37 | D | 12 | 42 | 3F |
| Octal | 337 | 211 | 144 | 0 | 47 | 67 | 15 | 22 | 102 | 77 |
| Binary | 11011111 | 10001001 | 1100100 | 0 | 100111 | 110111 | 1101 | 10010 | 1000010 | 111111 |
Color Harmonies of #DF8964
Complementary color
Monochromatic Colors of #DF8964
Black with #DF8964
Text Example
Text Example
White with #DF8964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8964; }
p { color: rgb(223,137,100); }
H1.HeaderClassName
{
color: #DF8964;
}
.AnyTagClassName
{
color: #DF8964;
}
</style>
background-color css
<style>
a { background-color: #DF8964; }
a { background-color: rgb(223,137,100); }
div.DivClassName
{
background-color: #DF8964;
}
.BgClassName
{
background-color: #DF8964;
}
</style>
border-color css
<style>
span { border-color: #DF8964; }
span { border-color: rgb(223,137,100); }
td.TdClassName
{
border-color: #DF8964;
}
.TagClassName
{
border-color: #DF8964;
}
</style>