Color Hex Logo

#dd785f Color Hex

#DD785F
(221,120,95)
0 Favorites   0 Comments

Color spaces of #dd785f

RGB 22112095
HSL0.030.650.62
HSV12°57°87°
CMYK 0.000.460.57   0.13
XYZ38.600829.631314.5114
Yxy29.63130.46650.3581
Hunter Lab54.434631.317722.2985
CIE-Lab61.334836.933931.1761

#dd785f color RGB value is (221,120,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111000 01011111
Octal 335 170 137
Decimal 221 120 95
Hex DD 78 5F

RGB Percentages of Color #dd785f

%50.69
%27.52
%21.79

CMYK Percentages of Color #dd785f

%0
%46
%57
%13

Triadic Colors of #dd785f

#dd785f #5fdd78 #785fdd

Analogous Colors of #dd785f

#dd785f #ddb75f #dd5f85

Monochromatic Colors of #dd785f

#dd785f

Complementary Color

#dd785f #5fc4dd

#dd785f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd785f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd785f Color CSS Codes

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

#dd785f Text Font Color

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

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


#dd785f Background Color

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

This div background color is #dd785f


#dd785f Border Color

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

This div border color is #dd785f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd785f


Comments

No comments written yet.

Please login to write comment.