#DD8F6F

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

Shades of Copper #DD8F6F

Tints of Copper #DD8F6F

Color information

#DD8F6F (or 0xDD8F6F) is unknown color: approx Copper. HEX triplet: DD, 8F and 6F. RGB value is (221,143,111). Sum of RGB (Red+Green+Blue) = 221+143+111=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F6F is #227090. Grayscale: #A2A2A2. Windows color (decimal): -2257041 or 7311325. OLE color: 7311325.

HSL color Cylindrical-coordinate representation of color #DD8F6F: hue angle of 17.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD8F6F is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB221143111-
CMYK00.350.500.13
HSL17.45º61.8%65.1%-
HSV(B)17.45º49.77%86.67%-
XYZ42.5136.1619.78-
YUV162.6798.84169.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 143 (56.25% from 255) = 30.11%
BLUE value IS 111 (43.75% from 255) = 23.37%
R=46.53%
G=30.11%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114311100.350.500.1317.4561.865.1
HexDD8F6F02332D113e41
Octal33521715704362152176101
Binary1101110110001111110111101000111100101101100011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8F6F; }

 p { color: rgb(221,143,111); }

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

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

 a { background-color: rgb(221,143,111); }

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

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

 span { border-color: rgb(221,143,111); }

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