Color Hex Logo

#dd936e Color Hex

#DD936E
(221,147,110)
0 Favorites   0 Comments

Color spaces of #dd936e

RGB 221147110
HSL0.060.620.65
HSV20°50°87°
CMYK 0.000.330.50   0.13
XYZ43.067037.365419.6942
Yxy37.36540.43010.3732
Hunter Lab61.127218.788923.6868
CIE-Lab67.550323.905630.9452

#dd936e color RGB value is (221,147,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010011 01101110
Octal 335 223 156
Decimal 221 147 110
Hex DD 93 6E

RGB Percentages of Color #dd936e

%46.23
%30.75
%23.01

CMYK Percentages of Color #dd936e

%0
%33
%50
%13

Triadic Colors of #dd936e

#dd936e #6edd93 #936edd

Analogous Colors of #dd936e

#dd936e #ddcb6e #dd6e81

Monochromatic Colors of #dd936e

#dd936e

Complementary Color

#dd936e #6eb8dd

#dd936e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd936e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd936e Color CSS Codes

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

#dd936e Text Font Color

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

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


#dd936e Background Color

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

This div background color is #dd936e


#dd936e Border Color

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

This div border color is #dd936e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd936e


Comments

No comments written yet.

Please login to write comment.