Shades of Copper #DF856A
Tints of Copper #DF856A
RGB
CMYK
RGB Variations
Color information
#DF856A (or 0xDF856A) is known color: Copper. HEX triplet: DF, 85 and 6A. RGB value is (223,133,106). Sum of RGB (Red+Green+Blue) = 223+133+106=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF856A is #207A95. Grayscale: #9D9D9D. Windows color (decimal): -2128534 or 6981087. OLE color: 6981087.
HSL color Cylindrical-coordinate representation of color #DF856A: hue angle of 13.85º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF856A is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 106 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.13 |
| HSL | 13.85º | 0.65% | 0.65% | - |
| HSV(B) | 13.85º | 0.52% | 0.87% | - |
| XYZ | 41.42 | 33.5 | 17.92 | - |
| YUV | 156.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 106 | 0 | 0.40 | 0.52 | 0.13 | 13.85 | 0.65 | 0.65 |
| Hex | DF | 85 | 6A | 0 | 28 | 34 | D | E | 41 | 41 |
| Octal | 337 | 205 | 152 | 0 | 50 | 64 | 15 | 16 | 101 | 101 |
| Binary | 11011111 | 10000101 | 1101010 | 0 | 101000 | 110100 | 1101 | 1110 | 1000001 | 1000001 |
Color Harmonies of #DF856A
Complementary color
Monochromatic Colors of #DF856A
Black with #DF856A
Text Example
Text Example
White with #DF856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF856A; }
p { color: rgb(223,133,106); }
H1.HeaderClassName
{
color: #DF856A;
}
.AnyTagClassName
{
color: #DF856A;
}
</style>
background-color css
<style>
a { background-color: #DF856A; }
a { background-color: rgb(223,133,106); }
div.DivClassName
{
background-color: #DF856A;
}
.BgClassName
{
background-color: #DF856A;
}
</style>
border-color css
<style>
span { border-color: #DF856A; }
span { border-color: rgb(223,133,106); }
td.TdClassName
{
border-color: #DF856A;
}
.TagClassName
{
border-color: #DF856A;
}
</style>