Color Hex Logo

#dc795c Color Hex

#DC795C
(220,121,92)
0 Favorites   0 Comments

Color spaces of #dc795c

RGB 22012192
HSL0.040.650.61
HSV14°58°86°
CMYK 0.000.450.58   0.14
XYZ38.284329.663113.8330
Yxy29.66310.46810.3627
Hunter Lab54.463830.161423.0659
CIE-Lab61.362435.799932.8412

#dc795c color RGB value is (220,121,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111001 01011100
Octal 334 171 134
Decimal 220 121 92
Hex DC 79 5C

RGB Percentages of Color #dc795c

%50.81
%27.94
%21.25

CMYK Percentages of Color #dc795c

%0
%45
%58
%14

Triadic Colors of #dc795c

#dc795c #5cdc79 #795cdc

Analogous Colors of #dc795c

#dc795c #dcb95c #dc5c7f

Monochromatic Colors of #dc795c

#dc795c

Complementary Color

#dc795c #5cbfdc

#dc795c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc795c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc795c Color CSS Codes

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

#dc795c Text Font Color

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

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


#dc795c Background Color

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

This div background color is #dc795c


#dc795c Border Color

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

This div border color is #dc795c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc795c


Comments

No comments written yet.

Please login to write comment.