#DD8B61

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

Shades of Copper #DD8B61

Tints of Copper #DD8B61

Color information

#DD8B61 (or 0xDD8B61) is unknown color: approx Copper. HEX triplet: DD, 8B and 61. RGB value is (221,139,97). Sum of RGB (Red+Green+Blue) = 221+139+97=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B61 is #22749E. Grayscale: #9E9E9E. Windows color (decimal): -2258079 or 6392797. OLE color: 6392797.

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

Color convert

RGB22113997-
CMYK00.370.560.13
HSL20.32º64.58%62.35%-
HSV(B)20.32º56.11%86.67%-
XYZ41.2134.715.84-
YUV158.7393.17172.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.36%
GREEN value IS 139 (54.69% from 255) = 30.42%
BLUE value IS 97 (38.28% from 255) = 21.23%
R=48.36%
G=30.42%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211399700.370.560.1320.3264.5862.35
HexDD8B6102538D14413e
Octal33521314104570152410176
Binary1101110110001011110000101001011110001101101001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8B61; }

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

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

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

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

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

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

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

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