Color Hex Logo

#dd895c Color Hex

#DD895C
(221,137,92)
0 Favorites   0 Comments

Color spaces of #dd895c

RGB 22113792
HSL0.060.650.61
HSV21°58°87°
CMYK 0.000.380.58   0.13
XYZ40.696234.036214.5499
Yxy34.03620.45580.3812
Hunter Lab58.340622.419026.0517
CIE-Lab64.991327.755337.3902

#dd895c color RGB value is (221,137,92).

#dd895c hex color red value is 221, green value is 137 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dd895c hue: 0.06 , saturation: 0.65 and the lightness value of dd895c is 0.61.

The process color (four color CMYK) of #dd895c color hex is 0.00, 0.38, 0.58, 0.13. Web safe color of #dd895c is #cc9966. Color #dd895c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001001 01011100
Octal 335 211 134
Decimal 221 137 92
Hex DD 89 5C

RGB Percentages of Color #dd895c

%49.11
%30.44
%20.44

CMYK Percentages of Color #dd895c

%0
%38
%58
%13

Triadic Colors of #dd895c

#dd895c #5cdd89 #895cdd

Analogous Colors of #dd895c

#dd895c #ddca5c #dd5c70

Monochromatic Colors of #dd895c

#dd895c

Complementary Color

#dd895c #5cb0dd

#dd895c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd895c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd895c Color CSS Codes

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

#dd895c Text Font Color

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

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


#dd895c Background Color

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

This div background color is #dd895c


#dd895c Border Color

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

This div border color is #dd895c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd895c


Comments

No comments written yet.

Please login to write comment.