Color Hex Logo

#dd9871 Color Hex

#DD9871
(221,152,113)
1 Favorites   0 Comments

Color spaces of #dd9871

RGB 221152113
HSL0.060.610.65
HSV22°49°87°
CMYK 0.000.310.49   0.13
XYZ44.027739.020920.8341
Yxy39.02090.42380.3756
Hunter Lab62.466716.493423.9521
CIE-Lab68.766421.498330.9006

#dd9871 color RGB value is (221,152,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011000 01110001
Octal 335 230 161
Decimal 221 152 113
Hex DD 98 71

RGB Percentages of Color #dd9871

%45.47
%31.28
%23.25

CMYK Percentages of Color #dd9871

%0
%31
%49
%13

Triadic Colors of #dd9871

#dd9871 #71dd98 #9871dd

Analogous Colors of #dd9871

#dd9871 #ddce71 #dd7180

Monochromatic Colors of #dd9871

#dd9871

Complementary Color

#dd9871 #71b6dd

#dd9871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9871 Color CSS Codes

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

#dd9871 Text Font Color

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

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


#dd9871 Background Color

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

This div background color is #dd9871


#dd9871 Border Color

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

This div border color is #dd9871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9871


Comments

No comments written yet.

Please login to write comment.