#dd8f6d

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

Shades of Copper #DD8F6D

Tints of Copper #DD8F6D

Color information

#DD8F6D (or 0xDD8F6D) is unknown color: approx Copper. HEX triplet: DD, 8F and 6D. RGB value is (221,143,109). Sum of RGB (Red+Green+Blue) = 221+143+109=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F6D is #227092. Grayscale: #A2A2A2. Windows color (decimal): -2257043 or 7180253. OLE color: 7180253.

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

Color convert

RGB221143109-
CMYK00.350.510.13
HSL18.21º62.22%64.71%-
HSV(B)18.21º50.68%86.67%-
XYZ42.436.1219.21-
YUV162.4597.84169.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.72%
GREEN value IS 143 (56.25% from 255) = 30.23%
BLUE value IS 109 (42.97% from 255) = 23.04%
R=46.72%
G=30.23%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114310900.350.510.1318.2162.2264.71
HexDD8F6D02333D123e41
Octal33521715504363152276101
Binary1101110110001111110110101000111100111101100101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd8f6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd8f6d; }

 p { color: rgb(221,143,109); }

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

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

 a { background-color: rgb(221,143,109); }

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

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

 span { border-color: rgb(221,143,109); }

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