#DF885F

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

Shades of Copper #DF885F

Tints of Copper #DF885F

Color information

#DF885F (or 0xDF885F) is unknown color: approx Copper. HEX triplet: DF, 88 and 5F. RGB value is (223,136,95). Sum of RGB (Red+Green+Blue) = 223+136+95=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF885F is #2077A0. Grayscale: #9D9D9D. Windows color (decimal): -2127777 or 6260959. OLE color: 6260959.

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

Color convert

RGB22313695-
CMYK00.390.570.13
HSL19.22º66.67%62.35%-
HSV(B)19.22º57.4%87.45%-
XYZ41.334.1215.24-
YUV157.3492.82174.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.12%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 95 (37.5% from 255) = 20.93%
R=49.12%
G=29.96%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231369500.390.570.1319.2266.6762.35
HexDF885F02739D13433e
Octal33721013704771152310376
Binary1101111110001000101111101001111110011101100111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF885F; }

 p { color: rgb(223,136,95); }

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

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

 a { background-color: rgb(223,136,95); }

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

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

 span { border-color: rgb(223,136,95); }

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