#DF9569

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

Shades of Copper #DF9569

Tints of Copper #DF9569

Color information

#DF9569 (or 0xDF9569) is unknown color: approx Copper. HEX triplet: DF, 95 and 69. RGB value is (223,149,105). Sum of RGB (Red+Green+Blue) = 223+149+105=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9569 is #206A96. Grayscale: #A6A6A6. Windows color (decimal): -2124439 or 6919647. OLE color: 6919647.

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

Color convert

RGB223149105-
CMYK00.330.530.13
HSL22.37º64.84%64.31%-
HSV(B)22.37º52.91%87.45%-
XYZ43.7338.218.43-
YUV166.1193.52168.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.75%
GREEN value IS 149 (58.59% from 255) = 31.24%
BLUE value IS 105 (41.41% from 255) = 22.01%
R=46.75%
G=31.24%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314910500.330.530.1322.3764.8464.31
HexDF956902135D164140
Octal337225151041651526101100
Binary11011111100101011101001010000111010111011011010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9569; }

 p { color: rgb(223,149,105); }

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

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

 a { background-color: rgb(223,149,105); }

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

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

 span { border-color: rgb(223,149,105); }

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