#DF9069

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

Shades of Copper #DF9069

Tints of Copper #DF9069

Color information

#DF9069 (or 0xDF9069) is unknown color: approx Copper. HEX triplet: DF, 90 and 69. RGB value is (223,144,105). Sum of RGB (Red+Green+Blue) = 223+144+105=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9069 is #206F96. Grayscale: #A3A3A3. Windows color (decimal): -2125719 or 6918367. OLE color: 6918367.

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

Color convert

RGB223144105-
CMYK00.350.530.13
HSL19.83º64.84%64.31%-
HSV(B)19.83º52.91%87.45%-
XYZ42.9536.6518.18-
YUV163.1795.17170.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.25%
GREEN value IS 144 (56.64% from 255) = 30.51%
BLUE value IS 105 (41.41% from 255) = 22.25%
R=47.25%
G=30.51%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314410500.350.530.1319.8364.8464.31
HexDF906902335D144140
Octal337220151043651524101100
Binary11011111100100001101001010001111010111011010010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9069; }

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

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

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

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

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

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

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

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