#DD8161

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

Shades of Copper #DD8161

Tints of Copper #DD8161

Color information

#DD8161 (or 0xDD8161) is unknown color: approx Copper. HEX triplet: DD, 81 and 61. RGB value is (221,129,97). Sum of RGB (Red+Green+Blue) = 221+129+97=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8161 is #227E9E. Grayscale: #999999. Windows color (decimal): -2260639 or 6390237. OLE color: 6390237.

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

Color convert

RGB22112997-
CMYK00.420.560.13
HSL15.48º64.58%62.35%-
HSV(B)15.48º56.11%86.67%-
XYZ39.8331.9415.37-
YUV152.8696.48176.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.44%
GREEN value IS 129 (50.78% from 255) = 28.86%
BLUE value IS 97 (38.28% from 255) = 21.70%
R=49.44%
G=28.86%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211299700.420.560.1315.4864.5862.35
HexDD816102A38Df413e
Octal33520114105270151710176
Binary110111011000000111000010101010111000110111111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8161; }

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

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

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

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

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

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

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

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