#DD8668

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

Shades of Copper #DD8668

Tints of Copper #DD8668

Color information

#DD8668 (or 0xDD8668) is unknown color: approx Copper. HEX triplet: DD, 86 and 68. RGB value is (221,134,104). Sum of RGB (Red+Green+Blue) = 221+134+104=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8668 is #227997. Grayscale: #9C9C9C. Windows color (decimal): -2259352 or 6850269. OLE color: 6850269.

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

Color convert

RGB221134104-
CMYK00.390.530.13
HSL15.38º63.24%63.73%-
HSV(B)15.38º52.94%86.67%-
XYZ40.8433.4217.4-
YUV156.5998.32173.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 134 (52.73% from 255) = 29.19%
BLUE value IS 104 (41.02% from 255) = 22.66%
R=48.15%
G=29.19%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113410400.390.530.1315.3863.2463.73
HexDD866802735Df3f40
Octal33520615004765151777100
Binary110111011000011011010000100111110101110111111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8668; }

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

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

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

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

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

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

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

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