Shades of Copper #DF8258
Tints of Copper #DF8258
RGB
CMYK
RGB Variations
Color information
#DF8258 (or 0xDF8258) is known color: Copper. HEX triplet: DF, 82 and 58. RGB value is (223,130,88). Sum of RGB (Red+Green+Blue) = 223+130+88=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8258 is #207DA7. Grayscale: #999999. Windows color (decimal): -2129320 or 5800671. OLE color: 5800671.
HSL color Cylindrical-coordinate representation of color #DF8258: hue angle of 18.67º 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 #DF8258 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 88 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.13 |
| HSL | 18.67º | 0.68% | 0.61% | - |
| HSV(B) | 18.67º | 0.61% | 0.87% | - |
| XYZ | 40.18 | 32.36 | 13.36 | - |
| YUV | 153.02 | 91.31 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 88 | 0 | 0.42 | 0.61 | 0.13 | 18.67 | 0.68 | 0.61 |
| Hex | DF | 82 | 58 | 0 | 2A | 3D | D | 13 | 44 | 3D |
| Octal | 337 | 202 | 130 | 0 | 52 | 75 | 15 | 23 | 104 | 75 |
| Binary | 11011111 | 10000010 | 1011000 | 0 | 101010 | 111101 | 1101 | 10011 | 1000100 | 111101 |
Color Harmonies of #DF8258
Complementary color
Monochromatic Colors of #DF8258
Black with #DF8258
Text Example
Text Example
White with #DF8258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8258; }
p { color: rgb(223,130,88); }
H1.HeaderClassName
{
color: #DF8258;
}
.AnyTagClassName
{
color: #DF8258;
}
</style>
background-color css
<style>
a { background-color: #DF8258; }
a { background-color: rgb(223,130,88); }
div.DivClassName
{
background-color: #DF8258;
}
.BgClassName
{
background-color: #DF8258;
}
</style>
border-color css
<style>
span { border-color: #DF8258; }
span { border-color: rgb(223,130,88); }
td.TdClassName
{
border-color: #DF8258;
}
.TagClassName
{
border-color: #DF8258;
}
</style>