Color Hex Logo

#dd845e Color Hex

#DD845E
(221,132,94)
0 Favorites   0 Comments

Color spaces of #dd845e

RGB 22113294
HSL0.050.650.62
HSV18°57°87°
CMYK 0.000.400.57   0.13
XYZ40.090432.682814.7851
Yxy32.68280.45790.3733
Hunter Lab57.168925.129924.6845
CIE-Lab63.903230.565934.9662

#dd845e color RGB value is (221,132,94).

#dd845e hex color red value is 221, green value is 132 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dd845e hue: 0.05 , saturation: 0.65 and the lightness value of dd845e is 0.62.

The process color (four color CMYK) of #dd845e color hex is 0.00, 0.40, 0.57, 0.13. Web safe color of #dd845e is #cc9966. Color #dd845e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000100 01011110
Octal 335 204 136
Decimal 221 132 94
Hex DD 84 5E

RGB Percentages of Color #dd845e

%49.44
%29.53
%21.03

CMYK Percentages of Color #dd845e

%0
%40
%57
%13

Triadic Colors of #dd845e

#dd845e #5edd84 #845edd

Analogous Colors of #dd845e

#dd845e #ddc45e #dd5e78

Monochromatic Colors of #dd845e

#dd845e

Complementary Color

#dd845e #5eb7dd

#dd845e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd845e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd845e Color CSS Codes

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

#dd845e Text Font Color

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

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


#dd845e Background Color

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

This div background color is #dd845e


#dd845e Border Color

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

This div border color is #dd845e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,132,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd845e

#dd845e Color Palettes


Comments

No comments written yet.

Please login to write comment.