Shades of Copper #DF8B5D
Tints of Copper #DF8B5D
RGB
CMYK
RGB Variations
Color information
#DF8B5D (or 0xDF8B5D) is known color: Copper. HEX triplet: DF, 8B and 5D. RGB value is (223,139,93). Sum of RGB (Red+Green+Blue) = 223+139+93=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8B5D is #2074A2. Grayscale: #9F9F9F. Windows color (decimal): -2127011 or 6130655. OLE color: 6130655.
HSL color Cylindrical-coordinate representation of color #DF8B5D: hue angle of 21.23º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF8B5D is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 93 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.13 |
| HSL | 21.23º | 0.67% | 0.62% | - |
| HSV(B) | 21.23º | 0.58% | 0.87% | - |
| XYZ | 41.64 | 34.94 | 14.91 | - |
| YUV | 158.87 | 90.83 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 93 | 0 | 0.38 | 0.58 | 0.13 | 21.23 | 0.67 | 0.62 |
| Hex | DF | 8B | 5D | 0 | 26 | 3A | D | 15 | 43 | 3E |
| Octal | 337 | 213 | 135 | 0 | 46 | 72 | 15 | 25 | 103 | 76 |
| Binary | 11011111 | 10001011 | 1011101 | 0 | 100110 | 111010 | 1101 | 10101 | 1000011 | 111110 |
Color Harmonies of #DF8B5D
Complementary color
Monochromatic Colors of #DF8B5D
Black with #DF8B5D
Text Example
Text Example
White with #DF8B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8B5D; }
p { color: rgb(223,139,93); }
H1.HeaderClassName
{
color: #DF8B5D;
}
.AnyTagClassName
{
color: #DF8B5D;
}
</style>
background-color css
<style>
a { background-color: #DF8B5D; }
a { background-color: rgb(223,139,93); }
div.DivClassName
{
background-color: #DF8B5D;
}
.BgClassName
{
background-color: #DF8B5D;
}
</style>
border-color css
<style>
span { border-color: #DF8B5D; }
span { border-color: rgb(223,139,93); }
td.TdClassName
{
border-color: #DF8B5D;
}
.TagClassName
{
border-color: #DF8B5D;
}
</style>