#DF8368

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

Shades of Copper #DF8368

Tints of Copper #DF8368

Color information

#DF8368 (or 0xDF8368) is unknown color: approx Copper. HEX triplet: DF, 83 and 68. RGB value is (223,131,104). Sum of RGB (Red+Green+Blue) = 223+131+104=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8368 is #207C97. Grayscale: #9B9B9B. Windows color (decimal): -2129048 or 6849503. OLE color: 6849503.

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

Color convert

RGB223131104-
CMYK00.410.530.13
HSL13.61º65.03%64.12%-
HSV(B)13.61º53.36%87.45%-
XYZ41.0532.9217.29-
YUV155.4398.98176.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.69%
GREEN value IS 131 (51.56% from 255) = 28.60%
BLUE value IS 104 (41.02% from 255) = 22.71%
R=48.69%
G=28.60%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313110400.410.530.1313.6165.0364.12
HexDF836802935De4140
Octal337203150051651516101100
Binary1101111110000011110100001010011101011101111010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8368; }

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

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

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

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

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

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

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

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