Color Hex Logo

#ddbb91 Color Hex

#DDBB91
(221,187,145)
0 Favorites   0 Comments

Color spaces of #ddbb91

RGB 221187145
HSL0.090.530.72
HSV33°34°87°
CMYK 0.000.150.34   0.13
XYZ52.700052.957134.2322
Yxy52.95710.37670.3786
Hunter Lab72.77161.916423.0498
CIE-Lab77.84976.241225.8152

#ddbb91 color RGB value is (221,187,145).

#ddbb91 hex color red value is 221, green value is 187 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #ddbb91 hue: 0.09 , saturation: 0.53 and the lightness value of ddbb91 is 0.72.

The process color (four color CMYK) of #ddbb91 color hex is 0.00, 0.15, 0.34, 0.13. Web safe color of #ddbb91 is #cccc99. Color #ddbb91 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 10010001
Octal 335 273 221
Decimal 221 187 145
Hex DD BB 91

RGB Percentages of Color #ddbb91

%39.96
%33.82
%26.22

CMYK Percentages of Color #ddbb91

%0
%15
%34
%13

Triadic Colors of #ddbb91

#ddbb91 #91ddbb #bb91dd

Analogous Colors of #ddbb91

#ddbb91 #d9dd91 #dd9591

Monochromatic Colors of #ddbb91

#ddbb91

Complementary Color

#ddbb91 #91b3dd

#ddbb91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb91 Color CSS Codes

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

#ddbb91 Text Font Color

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

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


#ddbb91 Background Color

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

This div background color is #ddbb91


#ddbb91 Border Color

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

This div border color is #ddbb91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbb91


Comments

No comments written yet.

Please login to write comment.