#DF8968

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

Shades of Copper #DF8968

Tints of Copper #DF8968

Color information

#DF8968 (or 0xDF8968) is unknown color: approx Copper. HEX triplet: DF, 89 and 68. RGB value is (223,137,104). Sum of RGB (Red+Green+Blue) = 223+137+104=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8968 is #207697. Grayscale: #9F9F9F. Windows color (decimal): -2127512 or 6851039. OLE color: 6851039.

HSL color Cylindrical-coordinate representation of color #DF8968: hue angle of 16.64º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF8968 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB223137104-
CMYK00.390.530.13
HSL16.64º65.03%64.12%-
HSV(B)16.64º53.36%87.45%-
XYZ41.8834.5817.56-
YUV158.9596.99173.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.06%
GREEN value IS 137 (53.91% from 255) = 29.53%
BLUE value IS 104 (41.02% from 255) = 22.41%
R=48.06%
G=29.53%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313710400.390.530.1316.6465.0364.12
HexDF896802735D114140
Octal337211150047651521101100
Binary11011111100010011101000010011111010111011000110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8968; }

 p { color: rgb(223,137,104); }

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

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

 a { background-color: rgb(223,137,104); }

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

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

 span { border-color: rgb(223,137,104); }

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