Color Hex Logo

#dc795d Color Hex

#DC795D
(220,121,93)
0 Favorites   0 Comments

Color spaces of #dc795d

RGB 22012193
HSL0.040.640.61
HSV13°58°86°
CMYK 0.000.450.58   0.14
XYZ38.328429.680714.0647
Yxy29.68070.46700.3616
Hunter Lab54.480030.240422.8295
CIE-Lab61.377735.875732.3094

#dc795d color RGB value is (220,121,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111001 01011101
Octal 334 171 135
Decimal 220 121 93
Hex DC 79 5D

RGB Percentages of Color #dc795d

%50.69
%27.88
%21.43

CMYK Percentages of Color #dc795d

%0
%45
%58
%14

Triadic Colors of #dc795d

#dc795d #5ddc79 #795ddc

Analogous Colors of #dc795d

#dc795d #dcb95d #dc5d81

Monochromatic Colors of #dc795d

#dc795d

Complementary Color

#dc795d #5dc0dc

#dc795d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc795d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc795d Color CSS Codes

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

#dc795d Text Font Color

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

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


#dc795d Background Color

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

This div background color is #dc795d


#dc795d Border Color

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

This div border color is #dc795d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc795d


Comments

No comments written yet.

Please login to write comment.