Color Hex Logo

#dc854e Color Hex

#DC854E
(220,133,78)
0 Favorites   0 Comments

Color spaces of #dc854e

RGB 22013378
HSL0.060.670.58
HSV23°65°86°
CMYK 0.000.400.65   0.14
XYZ39.277932.540811.4186
Yxy32.54080.47190.3909
Hunter Lab57.044523.077828.0631
CIE-Lab63.787428.515043.2494

#dc854e color RGB value is (220,133,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10000101 01001110
Octal 334 205 116
Decimal 220 133 78
Hex DC 85 4E

RGB Percentages of Color #dc854e

%51.04
%30.86
%18.10

CMYK Percentages of Color #dc854e

%0
%40
%65
%14

Triadic Colors of #dc854e

#dc854e #4edc85 #854edc

Analogous Colors of #dc854e

#dc854e #dccc4e #dc4e5e

Monochromatic Colors of #dc854e

#dc854e

Complementary Color

#dc854e #4ea5dc

#dc854e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc854e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc854e Color CSS Codes

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

#dc854e Text Font Color

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

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


#dc854e Background Color

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

This div background color is #dc854e


#dc854e Border Color

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

This div border color is #dc854e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc854e

#dc854e Color Palettes


Comments

No comments written yet.

Please login to write comment.