Color Hex Logo

#dd936d Color Hex

#DD936D
(221,147,109)
0 Favorites   0 Comments

Color spaces of #dd936d

RGB 221147109
HSL0.060.620.65
HSV20°51°87°
CMYK 0.000.330.51   0.13
XYZ43.012837.343719.4090
Yxy37.34370.43110.3743
Hunter Lab61.109518.698223.9455
CIE-Lab67.534123.814231.4660

#dd936d color RGB value is (221,147,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010011 01101101
Octal 335 223 155
Decimal 221 147 109
Hex DD 93 6D

RGB Percentages of Color #dd936d

%46.33
%30.82
%22.85

CMYK Percentages of Color #dd936d

%0
%33
%51
%13

Triadic Colors of #dd936d

#dd936d #6ddd93 #936ddd

Analogous Colors of #dd936d

#dd936d #ddcb6d #dd6d7f

Monochromatic Colors of #dd936d

#dd936d

Complementary Color

#dd936d #6db7dd

#dd936d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd936d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd936d Color CSS Codes

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

#dd936d Text Font Color

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

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


#dd936d Background Color

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

This div background color is #dd936d


#dd936d Border Color

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

This div border color is #dd936d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd936d


Comments

No comments written yet.

Please login to write comment.