Shades of Copper #DF805D
Tints of Copper #DF805D
RGB
CMYK
RGB Variations
Color information
#DF805D (or 0xDF805D) is known color: Copper. HEX triplet: DF, 80 and 5D. RGB value is (223,128,93). Sum of RGB (Red+Green+Blue) = 223+128+93=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF805D is #207FA2. Grayscale: #989898. Windows color (decimal): -2129827 or 6127839. OLE color: 6127839.
HSL color Cylindrical-coordinate representation of color #DF805D: hue angle of 16.15º 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 #DF805D is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 93 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.13 |
| HSL | 16.15º | 0.67% | 0.62% | - |
| HSV(B) | 16.15º | 0.58% | 0.87% | - |
| XYZ | 40.13 | 31.92 | 14.4 | - |
| YUV | 152.42 | 94.47 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 93 | 0 | 0.43 | 0.58 | 0.13 | 16.15 | 0.67 | 0.62 |
| Hex | DF | 80 | 5D | 0 | 2B | 3A | D | 10 | 43 | 3E |
| Octal | 337 | 200 | 135 | 0 | 53 | 72 | 15 | 20 | 103 | 76 |
| Binary | 11011111 | 10000000 | 1011101 | 0 | 101011 | 111010 | 1101 | 10000 | 1000011 | 111110 |
Color Harmonies of #DF805D
Complementary color
Monochromatic Colors of #DF805D
Black with #DF805D
Text Example
Text Example
White with #DF805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF805D; }
p { color: rgb(223,128,93); }
H1.HeaderClassName
{
color: #DF805D;
}
.AnyTagClassName
{
color: #DF805D;
}
</style>
background-color css
<style>
a { background-color: #DF805D; }
a { background-color: rgb(223,128,93); }
div.DivClassName
{
background-color: #DF805D;
}
.BgClassName
{
background-color: #DF805D;
}
</style>
border-color css
<style>
span { border-color: #DF805D; }
span { border-color: rgb(223,128,93); }
td.TdClassName
{
border-color: #DF805D;
}
.TagClassName
{
border-color: #DF805D;
}
</style>