Color Hex Logo

#dd986e Color Hex

#DD986E
(221,152,110)
0 Favorites   0 Comments

Color spaces of #dd986e

RGB 221152110
HSL0.060.620.65
HSV23°50°87°
CMYK 0.000.310.50   0.13
XYZ43.861538.954419.9591
Yxy38.95440.42680.3790
Hunter Lab62.413516.218624.7292
CIE-Lab68.718221.218632.4541

#dd986e color RGB value is (221,152,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011000 01101110
Octal 335 230 156
Decimal 221 152 110
Hex DD 98 6E

RGB Percentages of Color #dd986e

%45.76
%31.47
%22.77

CMYK Percentages of Color #dd986e

%0
%31
%50
%13

Triadic Colors of #dd986e

#dd986e #6edd98 #986edd

Analogous Colors of #dd986e

#dd986e #ddd06e #dd6e7c

Monochromatic Colors of #dd986e

#dd986e

Complementary Color

#dd986e #6eb3dd

#dd986e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd986e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd986e Color CSS Codes

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

#dd986e Text Font Color

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

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


#dd986e Background Color

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

This div background color is #dd986e


#dd986e Border Color

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

This div border color is #dd986e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd986e


Comments

No comments written yet.

Please login to write comment.