#DF8D5E

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

Shades of Copper #DF8D5E

Tints of Copper #DF8D5E

Color information

#DF8D5E (or 0xDF8D5E) is unknown color: approx Copper. HEX triplet: DF, 8D and 5E. RGB value is (223,141,94). Sum of RGB (Red+Green+Blue) = 223+141+94=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8D5E is #2072A1. Grayscale: #A0A0A0. Windows color (decimal): -2126498 or 6196703. OLE color: 6196703.

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

Color convert

RGB22314194-
CMYK00.370.580.13
HSL21.86º66.84%62.16%-
HSV(B)21.86º57.85%87.45%-
XYZ41.9835.5515.24-
YUV160.1690.67172.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.69%
GREEN value IS 141 (55.47% from 255) = 30.79%
BLUE value IS 94 (37.11% from 255) = 20.52%
R=48.69%
G=30.79%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231419400.370.580.1321.8666.8462.16
HexDF8D5E0253AD16433e
Octal33721513604572152610376
Binary1101111110001101101111001001011110101101101101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8D5E; }

 p { color: rgb(223,141,94); }

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

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

 a { background-color: rgb(223,141,94); }

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

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

 span { border-color: rgb(223,141,94); }

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