#DD8468

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

Shades of Copper #DD8468

Tints of Copper #DD8468

Color information

#DD8468 (or 0xDD8468) is unknown color: approx Copper. HEX triplet: DD, 84 and 68. RGB value is (221,132,104). Sum of RGB (Red+Green+Blue) = 221+132+104=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8468 is #227B97. Grayscale: #9B9B9B. Windows color (decimal): -2259864 or 6849757. OLE color: 6849757.

HSL color Cylindrical-coordinate representation of color #DD8468: hue angle of 14.36º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD8468 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB221132104-
CMYK00.400.530.13
HSL14.36º63.24%63.73%-
HSV(B)14.36º52.94%86.67%-
XYZ40.5732.8717.3-
YUV155.4298.99174.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.36%
GREEN value IS 132 (51.95% from 255) = 28.88%
BLUE value IS 104 (41.02% from 255) = 22.76%
R=48.36%
G=28.88%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113210400.400.530.1314.3663.2463.73
HexDD846802835De3f40
Octal33520415005065151677100
Binary110111011000010011010000101000110101110111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8468; }

 p { color: rgb(221,132,104); }

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

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

 a { background-color: rgb(221,132,104); }

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

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

 span { border-color: rgb(221,132,104); }

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