#DD8369

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

Shades of Copper #DD8369

Tints of Copper #DD8369

Color information

#DD8369 (or 0xDD8369) is unknown color: approx Copper. HEX triplet: DD, 83 and 69. RGB value is (221,131,105). Sum of RGB (Red+Green+Blue) = 221+131+105=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8369 is #227C96. Grayscale: #9B9B9B. Windows color (decimal): -2260119 or 6915037. OLE color: 6915037.

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

Color convert

RGB221131105-
CMYK00.410.520.13
HSL13.45º63.04%63.92%-
HSV(B)13.45º52.49%86.67%-
XYZ40.4832.6217.53-
YUV154.9599.82175.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.36%
GREEN value IS 131 (51.56% from 255) = 28.67%
BLUE value IS 105 (41.41% from 255) = 22.98%
R=48.36%
G=28.67%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113110500.410.520.1313.4563.0463.92
HexDD836902934Dd3f40
Octal33520315105164151577100
Binary110111011000001111010010101001110100110111011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8369; }

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

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

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

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

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

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

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

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