#DF8F69

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

Shades of Copper #DF8F69

Tints of Copper #DF8F69

Color information

#DF8F69 (or 0xDF8F69) is unknown color: approx Copper. HEX triplet: DF, 8F and 69. RGB value is (223,143,105). Sum of RGB (Red+Green+Blue) = 223+143+105=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F69 is #207096. Grayscale: #A2A2A2. Windows color (decimal): -2125975 or 6918111. OLE color: 6918111.

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

Color convert

RGB223143105-
CMYK00.360.530.13
HSL19.32º64.84%64.31%-
HSV(B)19.32º52.91%87.45%-
XYZ42.836.3518.13-
YUV162.5995.5171.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.35%
GREEN value IS 143 (56.25% from 255) = 30.36%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=47.35%
G=30.36%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314310500.360.530.1319.3264.8464.31
HexDF8F6902435D134140
Octal337217151044651523101100
Binary11011111100011111101001010010011010111011001110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8F69; }

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

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

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

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

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

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

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

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