#DC815F

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

Shades of Copper #DC815F

Tints of Copper #DC815F

Color information

#DC815F (or 0xDC815F) is unknown color: approx Copper. HEX triplet: DC, 81 and 5F. RGB value is (220,129,95). Sum of RGB (Red+Green+Blue) = 220+129+95=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC815F is #237EA0. Grayscale: #989898. Windows color (decimal): -2326177 or 6259164. OLE color: 6259164.

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

Color convert

RGB22012995-
CMYK00.410.570.14
HSL16.32º64.1%61.76%-
HSV(B)16.32º56.82%86.27%-
XYZ39.4331.7414.88-
YUV152.3395.65176.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.55%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 95 (37.5% from 255) = 21.40%
R=49.55%
G=29.05%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201299500.410.570.1416.3264.161.76
HexDC815F02939E10403e
Octal33420113705171162010076
Binary1101110010000001101111101010011110011110100001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC815F; }

 p { color: rgb(220,129,95); }

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

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

 a { background-color: rgb(220,129,95); }

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

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

 span { border-color: rgb(220,129,95); }

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