Color Hex Logo

#dc784c Color Hex

#DC784C
(220,120,76)
0 Favorites   0 Comments

Color spaces of #dc784c

RGB 22012076
HSL0.050.670.58
HSV18°65°86°
CMYK 0.000.450.65   0.14
XYZ37.536229.170410.4896
Yxy29.17040.48620.3779
Hunter Lab54.009629.539026.2916
CIE-Lab60.931735.235540.9563

#dc784c color RGB value is (220,120,76).

#dc784c hex color red value is 220, green value is 120 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #dc784c hue: 0.05 , saturation: 0.67 and the lightness value of dc784c is 0.58.

The process color (four color CMYK) of #dc784c color hex is 0.00, 0.45, 0.65, 0.14. Web safe color of #dc784c is #cc6633. Color #dc784c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111000 01001100
Octal 334 170 114
Decimal 220 120 76
Hex DC 78 4C

RGB Percentages of Color #dc784c

%52.88
%28.85
%18.27

CMYK Percentages of Color #dc784c

%0
%45
%65
%14

Triadic Colors of #dc784c

#dc784c #4cdc78 #784cdc

Analogous Colors of #dc784c

#dc784c #dcc04c #dc4c68

Monochromatic Colors of #dc784c

#dc784c

Complementary Color

#dc784c #4cb0dc

#dc784c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc784c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc784c Color CSS Codes

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

#dc784c Text Font Color

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

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


#dc784c Background Color

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

This div background color is #dc784c


#dc784c Border Color

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

This div border color is #dc784c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc784c


Comments

No comments written yet.

Please login to write comment.