Shades of Copper #DF855C
Tints of Copper #DF855C
RGB
CMYK
RGB Variations
Color information
#DF855C (or 0xDF855C) is known color: Copper. HEX triplet: DF, 85 and 5C. RGB value is (223,133,92). Sum of RGB (Red+Green+Blue) = 223+133+92=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF855C is #207AA3. Grayscale: #9B9B9B. Windows color (decimal): -2128548 or 6063583. OLE color: 6063583.
HSL color Cylindrical-coordinate representation of color #DF855C: hue angle of 18.78º 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 #DF855C is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 92 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.13 |
| HSL | 18.78º | 0.67% | 0.62% | - |
| HSV(B) | 18.78º | 0.59% | 0.87% | - |
| XYZ | 40.75 | 33.24 | 14.39 | - |
| YUV | 155.24 | 92.32 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 92 | 0 | 0.40 | 0.59 | 0.13 | 18.78 | 0.67 | 0.62 |
| Hex | DF | 85 | 5C | 0 | 28 | 3B | D | 13 | 43 | 3E |
| Octal | 337 | 205 | 134 | 0 | 50 | 73 | 15 | 23 | 103 | 76 |
| Binary | 11011111 | 10000101 | 1011100 | 0 | 101000 | 111011 | 1101 | 10011 | 1000011 | 111110 |
Color Harmonies of #DF855C
Complementary color
Monochromatic Colors of #DF855C
Black with #DF855C
Text Example
Text Example
White with #DF855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF855C; }
p { color: rgb(223,133,92); }
H1.HeaderClassName
{
color: #DF855C;
}
.AnyTagClassName
{
color: #DF855C;
}
</style>
background-color css
<style>
a { background-color: #DF855C; }
a { background-color: rgb(223,133,92); }
div.DivClassName
{
background-color: #DF855C;
}
.BgClassName
{
background-color: #DF855C;
}
</style>
border-color css
<style>
span { border-color: #DF855C; }
span { border-color: rgb(223,133,92); }
td.TdClassName
{
border-color: #DF855C;
}
.TagClassName
{
border-color: #DF855C;
}
</style>