Color Hex Logo

#dc9c7e Color Hex

#DC9C7E
(220,156,126)
0 Favorites   0 Comments

Color spaces of #dc9c7e

RGB 220156126
HSL0.050.570.68
HSV19°43°86°
CMYK 0.000.290.43   0.14
XYZ45.169640.498925.1750
Yxy40.49890.40750.3654
Hunter Lab63.638715.328221.0925
CIE-Lab69.823420.258425.2181

#dc9c7e color RGB value is (220,156,126).

#dc9c7e hex color red value is 220, green value is 156 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dc9c7e hue: 0.05 , saturation: 0.57 and the lightness value of dc9c7e is 0.68.

The process color (four color CMYK) of #dc9c7e color hex is 0.00, 0.29, 0.43, 0.14. Web safe color of #dc9c7e is #cc9966. Color #dc9c7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011100 01111110
Octal 334 234 176
Decimal 220 156 126
Hex DC 9C 7E

RGB Percentages of Color #dc9c7e

%43.82
%31.08
%25.10

CMYK Percentages of Color #dc9c7e

%0
%29
%43
%14

Triadic Colors of #dc9c7e

#dc9c7e #7edc9c #9c7edc

Analogous Colors of #dc9c7e

#dc9c7e #dccb7e #dc7e8f

Monochromatic Colors of #dc9c7e

#dc9c7e

Complementary Color

#dc9c7e #7ebedc

#dc9c7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9c7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9c7e Color CSS Codes

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

#dc9c7e Text Font Color

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

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


#dc9c7e Background Color

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

This div background color is #dc9c7e


#dc9c7e Border Color

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

This div border color is #dc9c7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9c7e


Comments

No comments written yet.

Please login to write comment.