Shades of Copper #DF805C
Tints of Copper #DF805C
RGB
CMYK
RGB Variations
Color information
#DF805C (or 0xDF805C) is known color: Copper. HEX triplet: DF, 80 and 5C. RGB value is (223,128,92). Sum of RGB (Red+Green+Blue) = 223+128+92=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF805C is #207FA3. Grayscale: #989898. Windows color (decimal): -2129828 or 6062303. OLE color: 6062303.
HSL color Cylindrical-coordinate representation of color #DF805C: hue angle of 16.49º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF805C is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 92 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.13 |
| HSL | 16.49º | 0.67% | 0.62% | - |
| HSV(B) | 16.49º | 0.59% | 0.87% | - |
| XYZ | 40.08 | 31.9 | 14.17 | - |
| YUV | 152.3 | 93.97 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 92 | 0 | 0.43 | 0.59 | 0.13 | 16.49 | 0.67 | 0.62 |
| Hex | DF | 80 | 5C | 0 | 2B | 3B | D | 10 | 43 | 3E |
| Octal | 337 | 200 | 134 | 0 | 53 | 73 | 15 | 20 | 103 | 76 |
| Binary | 11011111 | 10000000 | 1011100 | 0 | 101011 | 111011 | 1101 | 10000 | 1000011 | 111110 |
Color Harmonies of #DF805C
Complementary color
Monochromatic Colors of #DF805C
Black with #DF805C
Text Example
Text Example
White with #DF805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF805C; }
p { color: rgb(223,128,92); }
H1.HeaderClassName
{
color: #DF805C;
}
.AnyTagClassName
{
color: #DF805C;
}
</style>
background-color css
<style>
a { background-color: #DF805C; }
a { background-color: rgb(223,128,92); }
div.DivClassName
{
background-color: #DF805C;
}
.BgClassName
{
background-color: #DF805C;
}
</style>
border-color css
<style>
span { border-color: #DF805C; }
span { border-color: rgb(223,128,92); }
td.TdClassName
{
border-color: #DF805C;
}
.TagClassName
{
border-color: #DF805C;
}
</style>