Color Hex Logo

#ddb097 Color Hex

#DDB097
(221,176,151)
0 Favorites   0 Comments

Color spaces of #ddb097

RGB 221176151
HSL0.060.510.73
HSV21°32°87°
CMYK 0.000.200.32   0.13
XYZ50.930048.657235.9856
Yxy48.65720.37570.3589
Hunter Lab69.75478.257418.2413
CIE-Lab75.237612.849119.0282

#ddb097 color RGB value is (221,176,151).

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

The process color (four color CMYK) of #ddb097 color hex is 0.00, 0.20, 0.32, 0.13. Web safe color of #ddb097 is #cc9999. Color #ddb097 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 10010111
Octal 335 260 227
Decimal 221 176 151
Hex DD B0 97

RGB Percentages of Color #ddb097

%40.33
%32.12
%27.55

CMYK Percentages of Color #ddb097

%0
%20
%32
%13

Triadic Colors of #ddb097

#ddb097 #97ddb0 #b097dd

Analogous Colors of #ddb097

#ddb097 #ddd397 #dd97a1

Monochromatic Colors of #ddb097

#ddb097

Complementary Color

#ddb097 #97c4dd

#ddb097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb097 Color CSS Codes

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

#ddb097 Text Font Color

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

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


#ddb097 Background Color

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

This div background color is #ddb097


#ddb097 Border Color

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

This div border color is #ddb097


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,176,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 #ddb097">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb097


Comments

No comments written yet.

Please login to write comment.