#df8167

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

Shades of Copper #DF8167

Tints of Copper #DF8167

Color information

#DF8167 (or 0xDF8167) is unknown color: approx Copper. HEX triplet: DF, 81 and 67. RGB value is (223,129,103). Sum of RGB (Red+Green+Blue) = 223+129+103=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8167 is #207E98. Grayscale: #9A9A9A. Windows color (decimal): -2129561 or 6783455. OLE color: 6783455.

HSL color Cylindrical-coordinate representation of color #DF8167: hue angle of 13º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF8167 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB223129103-
CMYK00.420.540.13
HSL13º65.22%63.92%-
HSV(B)13º53.81%87.45%-
XYZ40.7332.3716.93-
YUV154.1499.14177.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.01%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 103 (40.62% from 255) = 22.64%
R=49.01%
G=28.35%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312910300.420.540.131365.2263.92
HexDF816702A36Dd4140
Octal337201147052661515101100
Binary1101111110000001110011101010101101101101110110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df8167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df8167; }

 p { color: rgb(223,129,103); }

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

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

 a { background-color: rgb(223,129,103); }

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

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

 span { border-color: rgb(223,129,103); }

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