Shades of Copper #DF8357
Tints of Copper #DF8357
RGB
CMYK
RGB Variations
Color information
#DF8357 (or 0xDF8357) is known color: Copper. HEX triplet: DF, 83 and 57. RGB value is (223,131,87). Sum of RGB (Red+Green+Blue) = 223+131+87=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8357 is #207CA8. Grayscale: #999999. Windows color (decimal): -2129065 or 5735391. OLE color: 5735391.
HSL color Cylindrical-coordinate representation of color #DF8357: hue angle of 19.41º 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 #DF8357 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 131 | 87 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.13 |
| HSL | 19.41º | 0.68% | 0.61% | - |
| HSV(B) | 19.41º | 0.61% | 0.87% | - |
| XYZ | 40.27 | 32.61 | 13.19 | - |
| YUV | 153.49 | 90.48 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 87 | 0 | 0.41 | 0.61 | 0.13 | 19.41 | 0.68 | 0.61 |
| Hex | DF | 83 | 57 | 0 | 29 | 3D | D | 13 | 44 | 3D |
| Octal | 337 | 203 | 127 | 0 | 51 | 75 | 15 | 23 | 104 | 75 |
| Binary | 11011111 | 10000011 | 1010111 | 0 | 101001 | 111101 | 1101 | 10011 | 1000100 | 111101 |
Color Harmonies of #DF8357
Complementary color
Monochromatic Colors of #DF8357
Black with #DF8357
Text Example
Text Example
White with #DF8357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8357; }
p { color: rgb(223,131,87); }
H1.HeaderClassName
{
color: #DF8357;
}
.AnyTagClassName
{
color: #DF8357;
}
</style>
background-color css
<style>
a { background-color: #DF8357; }
a { background-color: rgb(223,131,87); }
div.DivClassName
{
background-color: #DF8357;
}
.BgClassName
{
background-color: #DF8357;
}
</style>
border-color css
<style>
span { border-color: #DF8357; }
span { border-color: rgb(223,131,87); }
td.TdClassName
{
border-color: #DF8357;
}
.TagClassName
{
border-color: #DF8357;
}
</style>