#DF8861

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

Shades of Copper #DF8861

Tints of Copper #DF8861

Color information

#DF8861 (or 0xDF8861) is unknown color: approx Copper. HEX triplet: DF, 88 and 61. RGB value is (223,136,97). Sum of RGB (Red+Green+Blue) = 223+136+97=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8861 is #20779E. Grayscale: #9D9D9D. Windows color (decimal): -2127775 or 6392031. OLE color: 6392031.

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

Color convert

RGB22313697-
CMYK00.390.570.13
HSL18.57º66.32%62.75%-
HSV(B)18.57º56.5%87.45%-
XYZ41.3934.1615.72-
YUV157.5793.82174.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.90%
GREEN value IS 136 (53.52% from 255) = 29.82%
BLUE value IS 97 (38.28% from 255) = 21.27%
R=48.90%
G=29.82%
B=21.27%

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
Decimal2231369700.390.570.1318.5766.3262.75
HexDF886102739D13423f
Octal33721014104771152310277
Binary1101111110001000110000101001111110011101100111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8861; }

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

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

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

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

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

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

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

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