#DD8760

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

Shades of Copper #DD8760

Tints of Copper #DD8760

Color information

#DD8760 (or 0xDD8760) is unknown color: approx Copper. HEX triplet: DD, 87 and 60. RGB value is (221,135,96). Sum of RGB (Red+Green+Blue) = 221+135+96=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8760 is #22789F. Grayscale: #9C9C9C. Windows color (decimal): -2259104 or 6326237. OLE color: 6326237.

HSL color Cylindrical-coordinate representation of color #DD8760: hue angle of 18.72º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD8760 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22113596-
CMYK00.390.570.13
HSL18.72º64.77%62.16%-
HSV(B)18.72º56.56%86.67%-
XYZ40.5933.5415.4-
YUV156.2793.99174.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.89%
GREEN value IS 135 (53.12% from 255) = 29.87%
BLUE value IS 96 (37.89% from 255) = 21.24%
R=48.89%
G=29.87%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211359600.390.570.1318.7264.7762.16
HexDD876002739D13413e
Octal33520714004771152310176
Binary1101110110000111110000001001111110011101100111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8760; }

 p { color: rgb(221,135,96); }

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

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

 a { background-color: rgb(221,135,96); }

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

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

 span { border-color: rgb(221,135,96); }

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