#DD7F66

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

Shades of Copper #DD7F66

Tints of Copper #DD7F66

Color information

#DD7F66 (or 0xDD7F66) is unknown color: approx Copper. HEX triplet: DD, 7F and 66. RGB value is (221,127,102). Sum of RGB (Red+Green+Blue) = 221+127+102=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F66 is #228099. Grayscale: #989898. Windows color (decimal): -2261146 or 6717405. OLE color: 6717405.

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

Color convert

RGB221127102-
CMYK00.430.540.13
HSL12.61º63.64%63.33%-
HSV(B)12.61º53.85%86.67%-
XYZ39.8131.5116.55-
YUV152.2699.64177.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.11%
GREEN value IS 127 (50% from 255) = 28.22%
BLUE value IS 102 (40.23% from 255) = 22.67%
R=49.11%
G=28.22%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112710200.430.540.1312.6163.6463.33
HexDD7F6602B36Dd403f
Octal33517714605366151510077
Binary11011101111111111001100101011110110110111011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7F66; }

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

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

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

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

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

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

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

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