#DC9268

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

Shades of Copper #DC9268

Tints of Copper #DC9268

Color information

#DC9268 (or 0xDC9268) is unknown color: approx Copper. HEX triplet: DC, 92 and 68. RGB value is (220,146,104). Sum of RGB (Red+Green+Blue) = 220+146+104=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9268 is #236D97. Grayscale: #A3A3A3. Windows color (decimal): -2321816 or 6853340. OLE color: 6853340.

HSL color Cylindrical-coordinate representation of color #DC9268: hue angle of 21.72º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC9268 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB220146104-
CMYK00.340.530.14
HSL21.72º62.37%63.53%-
HSV(B)21.72º52.73%86.27%-
XYZ42.2936.7717.97-
YUV163.3494.52168.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.81%
GREEN value IS 146 (57.42% from 255) = 31.06%
BLUE value IS 104 (41.02% from 255) = 22.13%
R=46.81%
G=31.06%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014610400.340.530.1421.7262.3763.53
HexDC926802235E163e40
Octal33422215004265162676100
Binary1101110010010010110100001000101101011110101101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9268; }

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

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

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

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

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

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

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

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