#DF906A

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

Shades of Copper #DF906A

Tints of Copper #DF906A

Color information

#DF906A (or 0xDF906A) is unknown color: approx Copper. HEX triplet: DF, 90 and 6A. RGB value is (223,144,106). Sum of RGB (Red+Green+Blue) = 223+144+106=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF906A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF906A is #206F95. Grayscale: #A3A3A3. Windows color (decimal): -2125718 or 6983903. OLE color: 6983903.

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

Color convert

RGB223144106-
CMYK00.350.520.13
HSL19.49º64.64%64.51%-
HSV(B)19.49º52.47%87.45%-
XYZ43.0136.6818.45-
YUV163.2995.67170.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.15%
GREEN value IS 144 (56.64% from 255) = 30.44%
BLUE value IS 106 (41.80% from 255) = 22.41%
R=47.15%
G=30.44%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314410600.350.520.1319.4964.6464.51
HexDF906A02334D134141
Octal337220152043641523101101
Binary11011111100100001101010010001111010011011001110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF906A; }

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

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

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

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

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

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

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

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