#DF9065

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

Shades of Copper #DF9065

Tints of Copper #DF9065

Color information

#DF9065 (or 0xDF9065) is unknown color: approx Copper. HEX triplet: DF, 90 and 65. RGB value is (223,144,101). Sum of RGB (Red+Green+Blue) = 223+144+101=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9065 is #206F9A. Grayscale: #A2A2A2. Windows color (decimal): -2125723 or 6656223. OLE color: 6656223.

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

Color convert

RGB223144101-
CMYK00.350.550.13
HSL21.15º65.59%63.53%-
HSV(B)21.15º54.71%87.45%-
XYZ42.7536.5717.12-
YUV162.7293.17171-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.65%
GREEN value IS 144 (56.64% from 255) = 30.77%
BLUE value IS 101 (39.84% from 255) = 21.58%
R=47.65%
G=30.77%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314410100.350.550.1321.1565.5963.53
HexDF906502337D154240
Octal337220145043671525102100
Binary11011111100100001100101010001111011111011010110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9065; }

 p { color: rgb(223,144,101); }

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

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

 a { background-color: rgb(223,144,101); }

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

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

 span { border-color: rgb(223,144,101); }

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