#DD8E6A

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

Shades of Copper #DD8E6A

Tints of Copper #DD8E6A

Color information

#DD8E6A (or 0xDD8E6A) is unknown color: approx Copper. HEX triplet: DD, 8E and 6A. RGB value is (221,142,106). Sum of RGB (Red+Green+Blue) = 221+142+106=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8E6A is #227195. Grayscale: #A1A1A1. Windows color (decimal): -2257302 or 6983389. OLE color: 6983389.

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

Color convert

RGB221142106-
CMYK00.360.520.13
HSL18.78º62.84%64.12%-
HSV(B)18.78º52.04%86.67%-
XYZ42.0935.7618.32-
YUV161.5296.67170.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 142 (55.86% from 255) = 30.28%
BLUE value IS 106 (41.80% from 255) = 22.60%
R=47.12%
G=30.28%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114210600.360.520.1318.7862.8464.12
HexDD8E6A02434D133f40
Octal33521615204464152377100
Binary1101110110001110110101001001001101001101100111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8E6A; }

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

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

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

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

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

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

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

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