Shades of Copper #DF865B
Tints of Copper #DF865B
RGB
CMYK
RGB Variations
Color information
#DF865B (or 0xDF865B) is known color: Copper. HEX triplet: DF, 86 and 5B. RGB value is (223,134,91). Sum of RGB (Red+Green+Blue) = 223+134+91=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF865B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF865B is #2079A4. Grayscale: #9B9B9B. Windows color (decimal): -2128293 or 5998303. OLE color: 5998303.
HSL color Cylindrical-coordinate representation of color #DF865B: hue angle of 19.55º 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 #DF865B is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 91 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.13 |
| HSL | 19.55º | 0.67% | 0.62% | - |
| HSV(B) | 19.55º | 0.59% | 0.87% | - |
| XYZ | 40.84 | 33.49 | 14.21 | - |
| YUV | 155.71 | 91.49 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 91 | 0 | 0.40 | 0.59 | 0.13 | 19.55 | 0.67 | 0.62 |
| Hex | DF | 86 | 5B | 0 | 28 | 3B | D | 14 | 43 | 3E |
| Octal | 337 | 206 | 133 | 0 | 50 | 73 | 15 | 24 | 103 | 76 |
| Binary | 11011111 | 10000110 | 1011011 | 0 | 101000 | 111011 | 1101 | 10100 | 1000011 | 111110 |
Color Harmonies of #DF865B
Complementary color
Monochromatic Colors of #DF865B
Black with #DF865B
Text Example
Text Example
White with #DF865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF865B; }
p { color: rgb(223,134,91); }
H1.HeaderClassName
{
color: #DF865B;
}
.AnyTagClassName
{
color: #DF865B;
}
</style>
background-color css
<style>
a { background-color: #DF865B; }
a { background-color: rgb(223,134,91); }
div.DivClassName
{
background-color: #DF865B;
}
.BgClassName
{
background-color: #DF865B;
}
</style>
border-color css
<style>
span { border-color: #DF865B; }
span { border-color: rgb(223,134,91); }
td.TdClassName
{
border-color: #DF865B;
}
.TagClassName
{
border-color: #DF865B;
}
</style>