Color Hex Logo

#dc795e Color Hex

#DC795E
(220,121,94)
0 Favorites   0 Comments

Color spaces of #dc795e

RGB 22012194
HSL0.040.640.62
HSV13°57°86°
CMYK 0.000.450.57   0.14
XYZ38.373029.698514.2996
Yxy29.69850.46590.3605
Hunter Lab54.496330.320322.5900
CIE-Lab61.393235.952331.7763

#dc795e color RGB value is (220,121,94).

#dc795e hex color red value is 220, green value is 121 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dc795e hue: 0.04 , saturation: 0.64 and the lightness value of dc795e is 0.62.

The process color (four color CMYK) of #dc795e color hex is 0.00, 0.45, 0.57, 0.14. Web safe color of #dc795e is #cc6666. Color #dc795e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111001 01011110
Octal 334 171 136
Decimal 220 121 94
Hex DC 79 5E

RGB Percentages of Color #dc795e

%50.57
%27.82
%21.61

CMYK Percentages of Color #dc795e

%0
%45
%57
%14

Triadic Colors of #dc795e

#dc795e #5edc79 #795edc

Analogous Colors of #dc795e

#dc795e #dcb85e #dc5e82

Monochromatic Colors of #dc795e

#dc795e

Complementary Color

#dc795e #5ec1dc

#dc795e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc795e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc795e Color CSS Codes

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

#dc795e Text Font Color

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

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


#dc795e Background Color

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

This div background color is #dc795e


#dc795e Border Color

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

This div border color is #dc795e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc795e


Comments

No comments written yet.

Please login to write comment.