Color Hex Logo

#dd955d Color Hex

#DD955D
(221,149,93)
0 Favorites   0 Comments

Color spaces of #dd955d

RGB 22114993
HSL0.070.650.62
HSV26°58°87°
CMYK 0.000.330.58   0.13
XYZ42.542037.657415.3823
Yxy37.65740.44510.3940
Hunter Lab61.365616.356128.0939
CIE-Lab67.767321.403140.2626

#dd955d color RGB value is (221,149,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010101 01011101
Octal 335 225 135
Decimal 221 149 93
Hex DD 95 5D

RGB Percentages of Color #dd955d

%47.73
%32.18
%20.09

CMYK Percentages of Color #dd955d

%0
%33
%58
%13

Triadic Colors of #dd955d

#dd955d #5ddd95 #955ddd

Analogous Colors of #dd955d

#dd955d #ddd55d #dd5d65

Monochromatic Colors of #dd955d

#dd955d

Complementary Color

#dd955d #5da5dd

#dd955d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd955d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd955d Color CSS Codes

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

#dd955d Text Font Color

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

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


#dd955d Background Color

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

This div background color is #dd955d


#dd955d Border Color

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

This div border color is #dd955d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd955d


Comments

No comments written yet.

Please login to write comment.