Color Hex Logo

#dc9573 Color Hex

#DC9573
(220,149,115)
0 Favorites   0 Comments

Color spaces of #dc9573

RGB 220149115
HSL0.050.600.66
HSV19°48°86°
CMYK 0.000.320.48   0.14
XYZ43.357237.948321.2592
Yxy37.94830.42270.3700
Hunter Lab61.602217.829022.6603
CIE-Lab67.982522.903328.7704

#dc9573 color RGB value is (220,149,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010101 01110011
Octal 334 225 163
Decimal 220 149 115
Hex DC 95 73

RGB Percentages of Color #dc9573

%45.45
%30.79
%23.76

CMYK Percentages of Color #dc9573

%0
%32
%48
%14

Triadic Colors of #dc9573

#dc9573 #73dc95 #9573dc

Analogous Colors of #dc9573

#dc9573 #dcca73 #dc7386

Monochromatic Colors of #dc9573

#dc9573

Complementary Color

#dc9573 #73badc

#dc9573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9573 Color CSS Codes

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

#dc9573 Text Font Color

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

This sample text font color is #dc9573
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.


#dc9573 Background Color

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

This div background color is #dc9573


#dc9573 Border Color

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

This div border color is #dc9573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9573


Comments

No comments written yet.

Please login to write comment.