#dc8769

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

Shades of Copper #DC8769

Tints of Copper #DC8769

Color information

#DC8769 (or 0xDC8769) is unknown color: approx Copper. HEX triplet: DC, 87 and 69. RGB value is (220,135,105). Sum of RGB (Red+Green+Blue) = 220+135+105=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8769 is #237896. Grayscale: #9D9D9D. Windows color (decimal): -2324631 or 6916060. OLE color: 6916060.

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

Color convert

RGB220135105-
CMYK00.390.520.14
HSL15.65º62.16%63.73%-
HSV(B)15.65º52.27%86.27%-
XYZ40.7333.5617.7-
YUV156.9998.66172.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.83%
GREEN value IS 135 (53.12% from 255) = 29.35%
BLUE value IS 105 (41.41% from 255) = 22.83%
R=47.83%
G=29.35%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013510500.390.520.1415.6562.1663.73
HexDC876902734E103e40
Octal33420715104764162076100
Binary1101110010000111110100101001111101001110100001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc8769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc8769; }

 p { color: rgb(220,135,105); }

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

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

 a { background-color: rgb(220,135,105); }

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

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

 span { border-color: rgb(220,135,105); }

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