#DD835C

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

Shades of Copper #DD835C

Tints of Copper #DD835C

Color information

#DD835C (or 0xDD835C) is unknown color: approx Copper. HEX triplet: DD, 83 and 5C. RGB value is (221,131,92). Sum of RGB (Red+Green+Blue) = 221+131+92=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD835C is #227CA3. Grayscale: #999999. Windows color (decimal): -2260132 or 6063069. OLE color: 6063069.

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

Color convert

RGB22113192-
CMYK00.410.580.13
HSL18.14º65.48%61.37%-
HSV(B)18.14º58.37%86.67%-
XYZ39.8732.3814.27-
YUV153.4693.32176.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.77%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 92 (36.33% from 255) = 20.72%
R=49.77%
G=29.50%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211319200.410.580.1318.1465.4861.37
HexDD835C0293AD12413d
Octal33520313405172152210175
Binary1101110110000011101110001010011110101101100101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD835C; }

 p { color: rgb(221,131,92); }

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

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

 a { background-color: rgb(221,131,92); }

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

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

 span { border-color: rgb(221,131,92); }

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