Color Hex Logo

#dd9857 Color Hex

#DD9857
(221,152,87)
0 Favorites   0 Comments

Color spaces of #dd9857

RGB 22115287
HSL0.080.660.60
HSV29°61°87°
CMYK 0.000.310.61   0.13
XYZ42.767338.516714.1972
Yxy38.51670.44790.4034
Hunter Lab62.061814.397629.8802
CIE-Lab68.399719.351344.0997

#dd9857 color RGB value is (221,152,87).

#dd9857 hex color red value is 221, green value is 152 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #dd9857 hue: 0.08 , saturation: 0.66 and the lightness value of dd9857 is 0.60.

The process color (four color CMYK) of #dd9857 color hex is 0.00, 0.31, 0.61, 0.13. Web safe color of #dd9857 is #cc9966. Color #dd9857 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011000 01010111
Octal 335 230 127
Decimal 221 152 87
Hex DD 98 57

RGB Percentages of Color #dd9857

%48.04
%33.04
%18.91

CMYK Percentages of Color #dd9857

%0
%31
%61
%13

Triadic Colors of #dd9857

#dd9857 #57dd98 #9857dd

Analogous Colors of #dd9857

#dd9857 #dddb57 #dd5759

Monochromatic Colors of #dd9857

#dd9857

Complementary Color

#dd9857 #579cdd

#dd9857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9857 Color CSS Codes

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

#dd9857 Text Font Color

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

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


#dd9857 Background Color

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

This div background color is #dd9857


#dd9857 Border Color

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

This div border color is #dd9857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9857


Comments

No comments written yet.

Please login to write comment.