#DD8066

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

Shades of Copper #DD8066

Tints of Copper #DD8066

Color information

#DD8066 (or 0xDD8066) is unknown color: approx Copper. HEX triplet: DD, 80 and 66. RGB value is (221,128,102). Sum of RGB (Red+Green+Blue) = 221+128+102=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8066 is #227F99. Grayscale: #999999. Windows color (decimal): -2260890 or 6717661. OLE color: 6717661.

HSL color Cylindrical-coordinate representation of color #DD8066: hue angle of 13.11º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD8066 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB221128102-
CMYK00.420.540.13
HSL13.11º63.64%63.33%-
HSV(B)13.11º53.85%86.67%-
XYZ39.9431.7716.6-
YUV152.8499.31176.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.00%
GREEN value IS 128 (50.39% from 255) = 28.38%
BLUE value IS 102 (40.23% from 255) = 22.62%
R=49.00%
G=28.38%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112810200.420.540.1313.1163.6463.33
HexDD806602A36Dd403f
Octal33520014605266151510077
Binary110111011000000011001100101010110110110111011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8066; }

 p { color: rgb(221,128,102); }

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

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

 a { background-color: rgb(221,128,102); }

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

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

 span { border-color: rgb(221,128,102); }

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