Color Hex Logo

#dd786e Color Hex

#DD786E
(221,120,110)
0 Favorites   0 Comments

Color spaces of #dd786e

RGB 221120110
HSL0.020.620.65
HSV50°87°
CMYK 0.000.460.50   0.13
XYZ39.349729.930918.4551
Yxy29.93090.44850.3411
Hunter Lab54.709132.645618.2960
CIE-Lab61.594638.193523.1004

#dd786e color RGB value is (221,120,110).

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

The process color (four color CMYK) of #dd786e color hex is 0.00, 0.46, 0.50, 0.13. Web safe color of #dd786e is #cc6666. Color #dd786e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111000 01101110
Octal 335 170 156
Decimal 221 120 110
Hex DD 78 6E

RGB Percentages of Color #dd786e

%49.00
%26.61
%24.39

CMYK Percentages of Color #dd786e

%0
%46
%50
%13

Triadic Colors of #dd786e

#dd786e #6edd78 #786edd

Analogous Colors of #dd786e

#dd786e #ddb06e #dd6e9c

Monochromatic Colors of #dd786e

#dd786e

Complementary Color

#dd786e #6ed3dd

#dd786e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd786e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd786e Color CSS Codes

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

#dd786e Text Font Color

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

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


#dd786e Background Color

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

This div background color is #dd786e


#dd786e Border Color

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

This div border color is #dd786e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,120,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 #dd786e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd786e


Comments

No comments written yet.

Please login to write comment.