#dd8368

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

Shades of Copper #DD8368

Tints of Copper #DD8368

Color information

#DD8368 (or 0xDD8368) is unknown color: approx Copper. HEX triplet: DD, 83 and 68. RGB value is (221,131,104). Sum of RGB (Red+Green+Blue) = 221+131+104=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8368 is #227C97. Grayscale: #9B9B9B. Windows color (decimal): -2260120 or 6849501. OLE color: 6849501.

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

Color convert

RGB221131104-
CMYK00.410.530.13
HSL13.85º63.24%63.73%-
HSV(B)13.85º52.94%86.67%-
XYZ40.4332.617.26-
YUV154.8399.32175.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.46%
GREEN value IS 131 (51.56% from 255) = 28.73%
BLUE value IS 104 (41.02% from 255) = 22.81%
R=48.46%
G=28.73%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113110400.410.530.1313.8563.2463.73
HexDD836802935De3f40
Octal33520315005165151677100
Binary110111011000001111010000101001110101110111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd8368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd8368; }

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

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

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

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

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

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

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

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