#DD8861

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

Shades of Copper #DD8861

Tints of Copper #DD8861

Color information

#DD8861 (or 0xDD8861) is unknown color: approx Copper. HEX triplet: DD, 88 and 61. RGB value is (221,136,97). Sum of RGB (Red+Green+Blue) = 221+136+97=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8861 is #22779E. Grayscale: #9D9D9D. Windows color (decimal): -2258847 or 6392029. OLE color: 6392029.

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

Color convert

RGB22113697-
CMYK00.380.560.13
HSL18.87º64.58%62.35%-
HSV(B)18.87º56.11%86.67%-
XYZ40.7833.8415.69-
YUV156.9794.16173.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.68%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 97 (38.28% from 255) = 21.37%
R=48.68%
G=29.96%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211369700.380.560.1318.8764.5862.35
HexDD886102638D13413e
Octal33521014104670152310176
Binary1101110110001000110000101001101110001101100111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8861; }

 p { color: rgb(221,136,97); }

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

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

 a { background-color: rgb(221,136,97); }

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

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

 span { border-color: rgb(221,136,97); }

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