#DD8569

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

Shades of Copper #DD8569

Tints of Copper #DD8569

Color information

#DD8569 (or 0xDD8569) is unknown color: approx Copper. HEX triplet: DD, 85 and 69. RGB value is (221,133,105). Sum of RGB (Red+Green+Blue) = 221+133+105=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8569 is #227A96. Grayscale: #9C9C9C. Windows color (decimal): -2259607 or 6915549. OLE color: 6915549.

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

Color convert

RGB221133105-
CMYK00.400.520.13
HSL14.48º63.04%63.92%-
HSV(B)14.48º52.49%86.67%-
XYZ40.7633.1717.62-
YUV156.1299.15174.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 105 (41.41% from 255) = 22.88%
R=48.15%
G=28.98%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113310500.400.520.1314.4863.0463.92
HexDD856902834De3f40
Octal33520515105064151677100
Binary110111011000010111010010101000110100110111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8569; }

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

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

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

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

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

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

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

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