#DD8267

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

Shades of Copper #DD8267

Tints of Copper #DD8267

Color information

#DD8267 (or 0xDD8267) is unknown color: approx Copper. HEX triplet: DD, 82 and 67. RGB value is (221,130,103). Sum of RGB (Red+Green+Blue) = 221+130+103=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 103 (40.62% from 255 or 22.69% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8267 is #227D98. Grayscale: #9A9A9A. Windows color (decimal): -2260377 or 6783709. OLE color: 6783709.

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

Color convert

RGB221130103-
CMYK00.410.530.13
HSL13.73º63.44%63.53%-
HSV(B)13.73º53.39%86.67%-
XYZ40.2532.3216.95-
YUV154.1399.15175.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.68%
GREEN value IS 130 (51.17% from 255) = 28.63%
BLUE value IS 103 (40.62% from 255) = 22.69%
R=48.68%
G=28.63%
B=22.69%

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
Decimal22113010300.410.530.1313.7363.4463.53
HexDD826702935De3f40
Octal33520214705165151677100
Binary110111011000001011001110101001110101110111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8267; }

 p { color: rgb(221,130,103); }

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

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

 a { background-color: rgb(221,130,103); }

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

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

 span { border-color: rgb(221,130,103); }

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