Color Hex Logo

#dd9b7b Color Hex

#DD9B7B
(221,155,123)
0 Favorites   0 Comments

Color spaces of #dd9b7b

RGB 221155123
HSL0.050.590.67
HSV20°44°87°
CMYK 0.000.300.44   0.13
XYZ45.115340.244924.1291
Yxy40.24490.41210.3676
Hunter Lab63.438915.924421.8561
CIE-Lab69.643620.877026.6321

#dd9b7b color RGB value is (221,155,123).

#dd9b7b hex color red value is 221, green value is 155 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dd9b7b hue: 0.05 , saturation: 0.59 and the lightness value of dd9b7b is 0.67.

The process color (four color CMYK) of #dd9b7b color hex is 0.00, 0.30, 0.44, 0.13. Web safe color of #dd9b7b is #cc9966. Color #dd9b7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011011 01111011
Octal 335 233 173
Decimal 221 155 123
Hex DD 9B 7B

RGB Percentages of Color #dd9b7b

%44.29
%31.06
%24.65

CMYK Percentages of Color #dd9b7b

%0
%30
%44
%13

Triadic Colors of #dd9b7b

#dd9b7b #7bdd9b #9b7bdd

Analogous Colors of #dd9b7b

#dd9b7b #ddcc7b #dd7b8c

Monochromatic Colors of #dd9b7b

#dd9b7b

Complementary Color

#dd9b7b #7bbddd

#dd9b7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9b7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9b7b Color CSS Codes

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

#dd9b7b Text Font Color

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

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


#dd9b7b Background Color

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

This div background color is #dd9b7b


#dd9b7b Border Color

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

This div border color is #dd9b7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9b7b


Comments

No comments written yet.

Please login to write comment.