#DD835D

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

Shades of Copper #DD835D

Tints of Copper #DD835D

Color information

#DD835D (or 0xDD835D) is unknown color: approx Copper. HEX triplet: DD, 83 and 5D. RGB value is (221,131,93). Sum of RGB (Red+Green+Blue) = 221+131+93=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD835D is #227CA2. Grayscale: #999999. Windows color (decimal): -2260131 or 6128605. OLE color: 6128605.

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

Color convert

RGB22113193-
CMYK00.410.580.13
HSL17.81º65.31%61.57%-
HSV(B)17.81º57.92%86.67%-
XYZ39.9132.414.51-
YUV153.5893.82176.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.66%
GREEN value IS 131 (51.56% from 255) = 29.44%
BLUE value IS 93 (36.72% from 255) = 20.90%
R=49.66%
G=29.44%
B=20.90%

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
Decimal2211319300.410.580.1317.8165.3161.57
HexDD835D0293AD12413e
Octal33520313505172152210176
Binary1101110110000011101110101010011110101101100101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD835D; }

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

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

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

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

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

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

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

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