#DC926D

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

Shades of Copper #DC926D

Tints of Copper #DC926D

Color information

#DC926D (or 0xDC926D) is unknown color: approx Copper. HEX triplet: DC, 92 and 6D. RGB value is (220,146,109). Sum of RGB (Red+Green+Blue) = 220+146+109=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC926D is #236D92. Grayscale: #A4A4A4. Windows color (decimal): -2321811 or 7181020. OLE color: 7181020.

HSL color Cylindrical-coordinate representation of color #DC926D: hue angle of 20º 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 #DC926D is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB220146109-
CMYK00.340.500.14
HSL20º61.33%64.51%-
HSV(B)20º50.45%86.27%-
XYZ42.5536.8819.34-
YUV163.9197.02168.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.32%
GREEN value IS 146 (57.42% from 255) = 30.74%
BLUE value IS 109 (42.97% from 255) = 22.95%
R=46.32%
G=30.74%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014610900.340.500.142061.3364.51
HexDC926D02232E143d41
Octal33422215504262162475101
Binary1101110010010010110110101000101100101110101001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC926D; }

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

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

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

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

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

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

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

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