Shades of Copper #DF8356
Tints of Copper #DF8356
RGB
CMYK
RGB Variations
Color information
#DF8356 (or 0xDF8356) is known color: Copper. HEX triplet: DF, 83 and 56. RGB value is (223,131,86). Sum of RGB (Red+Green+Blue) = 223+131+86=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8356 is #207CA9. Grayscale: #999999. Windows color (decimal): -2129066 or 5669855. OLE color: 5669855.
HSL color Cylindrical-coordinate representation of color #DF8356: hue angle of 19.71º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF8356 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 86 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.13 |
| HSL | 19.71º | 0.68% | 0.61% | - |
| HSV(B) | 19.71º | 0.61% | 0.87% | - |
| XYZ | 40.23 | 32.59 | 12.97 | - |
| YUV | 153.38 | 89.98 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 86 | 0 | 0.41 | 0.61 | 0.13 | 19.71 | 0.68 | 0.61 |
| Hex | DF | 83 | 56 | 0 | 29 | 3D | D | 14 | 44 | 3D |
| Octal | 337 | 203 | 126 | 0 | 51 | 75 | 15 | 24 | 104 | 75 |
| Binary | 11011111 | 10000011 | 1010110 | 0 | 101001 | 111101 | 1101 | 10100 | 1000100 | 111101 |
Color Harmonies of #DF8356
Complementary color
Monochromatic Colors of #DF8356
Black with #DF8356
Text Example
Text Example
White with #DF8356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8356; }
p { color: rgb(223,131,86); }
H1.HeaderClassName
{
color: #DF8356;
}
.AnyTagClassName
{
color: #DF8356;
}
</style>
background-color css
<style>
a { background-color: #DF8356; }
a { background-color: rgb(223,131,86); }
div.DivClassName
{
background-color: #DF8356;
}
.BgClassName
{
background-color: #DF8356;
}
</style>
border-color css
<style>
span { border-color: #DF8356; }
span { border-color: rgb(223,131,86); }
td.TdClassName
{
border-color: #DF8356;
}
.TagClassName
{
border-color: #DF8356;
}
</style>