#DD8E68

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

Shades of Copper #DD8E68

Tints of Copper #DD8E68

Color information

#DD8E68 (or 0xDD8E68) is unknown color: approx Copper. HEX triplet: DD, 8E and 68. RGB value is (221,142,104). Sum of RGB (Red+Green+Blue) = 221+142+104=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8E68 is #227197. Grayscale: #A1A1A1. Windows color (decimal): -2257304 or 6852317. OLE color: 6852317.

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

Color convert

RGB221142104-
CMYK00.360.530.13
HSL19.49º63.24%63.73%-
HSV(B)19.49º52.94%86.67%-
XYZ41.9935.7217.78-
YUV161.2995.67170.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.32%
GREEN value IS 142 (55.86% from 255) = 30.41%
BLUE value IS 104 (41.02% from 255) = 22.27%
R=47.32%
G=30.41%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114210400.360.530.1319.4963.2463.73
HexDD8E6802435D133f40
Octal33521615004465152377100
Binary1101110110001110110100001001001101011101100111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8E68; }

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

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

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

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

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

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

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

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