Color Hex Logo

#dc9579 Color Hex

#DC9579
(220,149,121)
0 Favorites   0 Comments

Color spaces of #dc9579

RGB 220149121
HSL0.050.590.67
HSV17°45°86°
CMYK 0.000.320.45   0.14
XYZ43.713838.091023.1375
Yxy38.09100.41660.3630
Hunter Lab61.717918.422320.9752
CIE-Lab68.087623.502425.6306

#dc9579 color RGB value is (220,149,121).

#dc9579 hex color red value is 220, green value is 149 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dc9579 hue: 0.05 , saturation: 0.59 and the lightness value of dc9579 is 0.67.

The process color (four color CMYK) of #dc9579 color hex is 0.00, 0.32, 0.45, 0.14. Web safe color of #dc9579 is #cc9966. Color #dc9579 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010101 01111001
Octal 334 225 171
Decimal 220 149 121
Hex DC 95 79

RGB Percentages of Color #dc9579

%44.90
%30.41
%24.69

CMYK Percentages of Color #dc9579

%0
%32
%45
%14

Triadic Colors of #dc9579

#dc9579 #79dc95 #9579dc

Analogous Colors of #dc9579

#dc9579 #dcc779 #dc798f

Monochromatic Colors of #dc9579

#dc9579

Complementary Color

#dc9579 #79c0dc

#dc9579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9579 Color CSS Codes

.mybgcolor {background-color:#dc9579; } 
.myforecolor {color:#dc9579; }
.mybordercolor {border:3px solid #dc9579; }

#dc9579 Text Font Color

<p style="color:#dc9579">Text here</p>

This sample text font color is #dc9579
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dc9579 Background Color

<div style="background-color:#dc9579">
Div content here</div>

This div background color is #dc9579


#dc9579 Border Color

<div style="border:3px solid #dc9579">
Div here</div>

This div border color is #dc9579


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,149,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc9579; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc9579;
  -webkit-box-shadow: 1px 1px 3px 2px #dc9579;
  box-shadow:         1px 1px 3px 2px #dc9579; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,149,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dc9579">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dc9579;
  -webkit-box-shadow: 1px 1px 3px 2px #dc9579;
  box-shadow:         1px 1px 3px 2px #dc9579;">
Div content here</div>

This div box has shadow with color #dc9579


Comments

No comments written yet.

Please login to write comment.