#DD8568

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

Shades of Copper #DD8568

Tints of Copper #DD8568

Color information

#DD8568 (or 0xDD8568) is unknown color: approx Copper. HEX triplet: DD, 85 and 68. RGB value is (221,133,104). Sum of RGB (Red+Green+Blue) = 221+133+104=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 104 (41.02% from 255 or 22.71% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8568 is #227A97. Grayscale: #9C9C9C. Windows color (decimal): -2259608 or 6850013. OLE color: 6850013.

HSL color Cylindrical-coordinate representation of color #DD8568: hue angle of 14.87º 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 #DD8568 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB221133104-
CMYK00.400.530.13
HSL14.87º63.24%63.73%-
HSV(B)14.87º52.94%86.67%-
XYZ40.7133.1517.35-
YUV156.0198.65174.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.25%
GREEN value IS 133 (52.34% from 255) = 29.04%
BLUE value IS 104 (41.02% from 255) = 22.71%
R=48.25%
G=29.04%
B=22.71%

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
Decimal22113310400.400.530.1314.8763.2463.73
HexDD856802835Df3f40
Octal33520515005065151777100
Binary110111011000010111010000101000110101110111111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8568; }

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

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

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

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

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

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

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

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