Color Hex Logo

#ddbb97 Color Hex

#DDBB97
(221,187,151)
0 Favorites   0 Comments

Color spaces of #ddbb97

RGB 221187151
HSL0.090.510.73
HSV31°32°87°
CMYK 0.000.150.32   0.13
XYZ53.175053.147236.7340
Yxy53.14720.37170.3715
Hunter Lab72.90212.619621.1564
CIE-Lab77.96186.988222.7732

#ddbb97 color RGB value is (221,187,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 10010111
Octal 335 273 227
Decimal 221 187 151
Hex DD BB 97

RGB Percentages of Color #ddbb97

%39.53
%33.45
%27.01

CMYK Percentages of Color #ddbb97

%0
%15
%32
%13

Triadic Colors of #ddbb97

#ddbb97 #97ddbb #bb97dd

Analogous Colors of #ddbb97

#ddbb97 #dcdd97 #dd9897

Monochromatic Colors of #ddbb97

#ddbb97

Complementary Color

#ddbb97 #97b9dd

#ddbb97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb97 Color CSS Codes

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

#ddbb97 Text Font Color

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

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


#ddbb97 Background Color

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

This div background color is #ddbb97


#ddbb97 Border Color

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

This div border color is #ddbb97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbb97


Comments

No comments written yet.

Please login to write comment.