#DD8661

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

Shades of Copper #DD8661

Tints of Copper #DD8661

Color information

#DD8661 (or 0xDD8661) is unknown color: approx Copper. HEX triplet: DD, 86 and 61. RGB value is (221,134,97). Sum of RGB (Red+Green+Blue) = 221+134+97=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8661 is #22799E. Grayscale: #9C9C9C. Windows color (decimal): -2259359 or 6391517. OLE color: 6391517.

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

Color convert

RGB22113497-
CMYK00.390.560.13
HSL17.9º64.58%62.35%-
HSV(B)17.9º56.11%86.67%-
XYZ40.533.2915.6-
YUV155.7994.82174.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.89%
GREEN value IS 134 (52.73% from 255) = 29.65%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=48.89%
G=29.65%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211349700.390.560.1317.964.5862.35
HexDD866102738D12413e
Octal33520614104770152210176
Binary1101110110000110110000101001111110001101100101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8661; }

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

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

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

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

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

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

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

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