#DD835F

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

Shades of Copper #DD835F

Tints of Copper #DD835F

Color information

#DD835F (or 0xDD835F) is unknown color: approx Copper. HEX triplet: DD, 83 and 5F. RGB value is (221,131,95). Sum of RGB (Red+Green+Blue) = 221+131+95=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD835F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD835F is #227CA0. Grayscale: #9A9A9A. Windows color (decimal): -2260129 or 6259677. OLE color: 6259677.

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

Color convert

RGB22113195-
CMYK00.410.570.13
HSL17.14º64.95%61.96%-
HSV(B)17.14º57.01%86.67%-
XYZ4032.4314.98-
YUV153.8194.82175.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.44%
GREEN value IS 131 (51.56% from 255) = 29.31%
BLUE value IS 95 (37.5% from 255) = 21.25%
R=49.44%
G=29.31%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211319500.410.570.1317.1464.9561.96
HexDD835F02939D11413e
Octal33520313705171152110176
Binary1101110110000011101111101010011110011101100011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD835F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD835F; }

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

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

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

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

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

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

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

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