#DF8A5D

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

Shades of Copper #DF8A5D

Tints of Copper #DF8A5D

Color information

#DF8A5D (or 0xDF8A5D) is unknown color: approx Copper. HEX triplet: DF, 8A and 5D. RGB value is (223,138,93). Sum of RGB (Red+Green+Blue) = 223+138+93=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8A5D is #2075A2. Grayscale: #9E9E9E. Windows color (decimal): -2127267 or 6130399. OLE color: 6130399.

HSL color Cylindrical-coordinate representation of color #DF8A5D: hue angle of 20.77º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF8A5D is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22313893-
CMYK00.380.580.13
HSL20.77º67.01%61.96%-
HSV(B)20.77º58.3%87.45%-
XYZ41.534.6614.86-
YUV158.2891.16174.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.12%
GREEN value IS 138 (54.30% from 255) = 30.40%
BLUE value IS 93 (36.72% from 255) = 20.48%
R=49.12%
G=30.40%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231389300.380.580.1320.7767.0161.96
HexDF8A5D0263AD15433e
Octal33721213504672152510376
Binary1101111110001010101110101001101110101101101011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8A5D; }

 p { color: rgb(223,138,93); }

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

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

 a { background-color: rgb(223,138,93); }

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

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

 span { border-color: rgb(223,138,93); }

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