Color Hex Logo

#dd955b Color Hex

#DD955B
(221,149,91)
0 Favorites   0 Comments

Color spaces of #dd955b

RGB 22114991
HSL0.070.660.61
HSV27°59°87°
CMYK 0.000.330.59   0.13
XYZ42.454637.622414.9218
Yxy37.62240.44690.3960
Hunter Lab61.337116.209228.5122
CIE-Lab67.741421.252941.2678

#dd955b color RGB value is (221,149,91).

#dd955b hex color red value is 221, green value is 149 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dd955b hue: 0.07 , saturation: 0.66 and the lightness value of dd955b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010101 01011011
Octal 335 225 133
Decimal 221 149 91
Hex DD 95 5B

RGB Percentages of Color #dd955b

%47.94
%32.32
%19.74

CMYK Percentages of Color #dd955b

%0
%33
%59
%13

Triadic Colors of #dd955b

#dd955b #5bdd95 #955bdd

Analogous Colors of #dd955b

#dd955b #ddd65b #dd5b62

Monochromatic Colors of #dd955b

#dd955b

Complementary Color

#dd955b #5ba3dd

#dd955b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd955b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd955b Color CSS Codes

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

#dd955b Text Font Color

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

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


#dd955b Background Color

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

This div background color is #dd955b


#dd955b Border Color

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

This div border color is #dd955b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd955b


Comments

No comments written yet.

Please login to write comment.