#DC8F6D

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

Shades of Copper #DC8F6D

Tints of Copper #DC8F6D

Color information

#DC8F6D (or 0xDC8F6D) is unknown color: approx Copper. HEX triplet: DC, 8F and 6D. RGB value is (220,143,109). Sum of RGB (Red+Green+Blue) = 220+143+109=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F6D is #237092. Grayscale: #A2A2A2. Windows color (decimal): -2322579 or 7180252. OLE color: 7180252.

HSL color Cylindrical-coordinate representation of color #DC8F6D: hue angle of 18.38º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC8F6D is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB220143109-
CMYK00.350.500.14
HSL18.38º61.33%64.51%-
HSV(B)18.38º50.45%86.27%-
XYZ42.135.9619.19-
YUV162.1598.01169.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.61%
GREEN value IS 143 (56.25% from 255) = 30.30%
BLUE value IS 109 (42.97% from 255) = 23.09%
R=46.61%
G=30.30%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014310900.350.500.1418.3861.3364.51
HexDC8F6D02332E123d41
Octal33421715504362162275101
Binary1101110010001111110110101000111100101110100101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8F6D; }

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

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

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

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

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

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

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

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