Color Hex Logo

#dc844e Color Hex

#DC844E
(220,132,78)
0 Favorites   0 Comments

Color spaces of #dc844e

RGB 22013278
HSL0.060.670.58
HSV23°65°86°
CMYK 0.000.400.65   0.14
XYZ39.141632.268211.3731
Yxy32.26820.47280.3898
Hunter Lab56.805123.586627.8930
CIE-Lab63.563929.046742.9896

#dc844e color RGB value is (220,132,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000100 01001110
Octal 334 204 116
Decimal 220 132 78
Hex DC 84 4E

RGB Percentages of Color #dc844e

%51.16
%30.70
%18.14

CMYK Percentages of Color #dc844e

%0
%40
%65
%14

Triadic Colors of #dc844e

#dc844e #4edc84 #844edc

Analogous Colors of #dc844e

#dc844e #dccb4e #dc4e5f

Monochromatic Colors of #dc844e

#dc844e

Complementary Color

#dc844e #4ea6dc

#dc844e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc844e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc844e Color CSS Codes

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

#dc844e Text Font Color

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

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


#dc844e Background Color

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

This div background color is #dc844e


#dc844e Border Color

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

This div border color is #dc844e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,132,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 #dc844e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc844e


Comments

No comments written yet.

Please login to write comment.