#DD8F72

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

Shades of Copper #DD8F72

Tints of Copper #DD8F72

Color information

#DD8F72 (or 0xDD8F72) is unknown color: approx Copper. HEX triplet: DD, 8F and 72. RGB value is (221,143,114). Sum of RGB (Red+Green+Blue) = 221+143+114=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F72 is #22708D. Grayscale: #A3A3A3. Windows color (decimal): -2257038 or 7507933. OLE color: 7507933.

HSL color Cylindrical-coordinate representation of color #DD8F72: hue angle of 16.26º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD8F72 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB221143114-
CMYK00.350.480.13
HSL16.26º61.14%65.69%-
HSV(B)16.26º48.42%86.67%-
XYZ42.6836.2320.66-
YUV163.02100.34169.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.23%
GREEN value IS 143 (56.25% from 255) = 29.92%
BLUE value IS 114 (44.92% from 255) = 23.85%
R=46.23%
G=29.92%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114311400.350.480.1316.2661.1465.69
HexDD8F7202330D103d42
Octal33521716204360152075102
Binary1101110110001111111001001000111100001101100001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8F72; }

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

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

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

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

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

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

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

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