Color Hex Logo

#dd956b Color Hex

#DD956B
(221,149,107)
0 Favorites   0 Comments

Color spaces of #dd956b

RGB 221149107
HSL0.060.630.64
HSV22°52°87°
CMYK 0.000.330.52   0.13
XYZ43.220137.928618.9529
Yxy37.92860.43180.3789
Hunter Lab61.586217.492324.8641
CIE-Lab67.968022.559833.1027

#dd956b color RGB value is (221,149,107).

#dd956b hex color red value is 221, green value is 149 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dd956b hue: 0.06 , saturation: 0.63 and the lightness value of dd956b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010101 01101011
Octal 335 225 153
Decimal 221 149 107
Hex DD 95 6B

RGB Percentages of Color #dd956b

%46.33
%31.24
%22.43

CMYK Percentages of Color #dd956b

%0
%33
%52
%13

Triadic Colors of #dd956b

#dd956b #6bdd95 #956bdd

Analogous Colors of #dd956b

#dd956b #ddce6b #dd6b7a

Monochromatic Colors of #dd956b

#dd956b

Complementary Color

#dd956b #6bb3dd

#dd956b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd956b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd956b Color CSS Codes

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

#dd956b Text Font Color

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

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


#dd956b Background Color

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

This div background color is #dd956b


#dd956b Border Color

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

This div border color is #dd956b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd956b


Comments

No comments written yet.

Please login to write comment.