Color Hex Logo

#dc944e Color Hex

#DC944E
(220,148,78)
0 Favorites   0 Comments

Color spaces of #dc944e

RGB 22014878
HSL0.080.670.58
HSV30°65°86°
CMYK 0.000.330.65   0.14
XYZ41.480336.945512.1527
Yxy36.94550.45790.4079
Hunter Lab60.782815.444730.6937
CIE-Lab67.236120.484347.2162

#dc944e color RGB value is (220,148,78).

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

The process color (four color CMYK) of #dc944e color hex is 0.00, 0.33, 0.65, 0.14. Web safe color of #dc944e is #cc9966. Color #dc944e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010100 01001110
Octal 334 224 116
Decimal 220 148 78
Hex DC 94 4E

RGB Percentages of Color #dc944e

%49.33
%33.18
%17.49

CMYK Percentages of Color #dc944e

%0
%33
%65
%14

Triadic Colors of #dc944e

#dc944e #4edc94 #944edc

Analogous Colors of #dc944e

#dc944e #dcdb4e #dc4e4f

Monochromatic Colors of #dc944e

#dc944e

Complementary Color

#dc944e #4e96dc

#dc944e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc944e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc944e Color CSS Codes

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

#dc944e Text Font Color

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

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


#dc944e Background Color

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

This div background color is #dc944e


#dc944e Border Color

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

This div border color is #dc944e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc944e


Comments

No comments written yet.

Please login to write comment.