#DF866A

Color #DF866A Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper #DF866A

Tints of Copper #DF866A

Color information

#DF866A (or 0xDF866A) is unknown color: approx Copper. HEX triplet: DF, 86 and 6A. RGB value is (223,134,106). Sum of RGB (Red+Green+Blue) = 223+134+106=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF866A is #207995. Grayscale: #9D9D9D. Windows color (decimal): -2128278 or 6981343. OLE color: 6981343.

HSL color Cylindrical-coordinate representation of color #DF866A: hue angle of 14.36º 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 #DF866A is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB223134106-
CMYK00.400.520.13
HSL14.36º64.64%64.51%-
HSV(B)14.36º52.47%87.45%-
XYZ41.5633.7817.97-
YUV157.4298.99174.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 48.16%
GREEN value IS 134 (52.73% from 255) = 28.94%
BLUE value IS 106 (41.80% from 255) = 22.89%
R=48.16%
G=28.94%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313410600.400.520.1314.3664.6464.51
HexDF866A02834De4141
Octal337206152050641516101101
Binary1101111110000110110101001010001101001101111010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF866A; }

 p { color: rgb(223,134,106); }

 H1.HeaderClassName
 {
   color: #DF866A;
 }
 .AnyTagClassName
 {
   color: #DF866A;
 }
</style>
background-color css

<style>
 a { background-color: #DF866A; }

 a { background-color: rgb(223,134,106); }

 div.DivClassName
 {
   background-color: #DF866A;
 }
 .BgClassName
 {
   background-color: #DF866A;
 }
</style>
border-color css

<style>
 span { border-color: #DF866A; }

 span { border-color: rgb(223,134,106); }

 td.TdClassName
 {
   border-color: #DF866A;
 }
 .TagClassName
 {
   border-color: #DF866A;
 }
</style>