Color Hex Logo

#ddb989 Color Hex

#DDB989
(221,185,137)
0 Favorites   0 Comments

Color spaces of #ddb989

RGB 221185137
HSL0.100.550.70
HSV34°38°87°
CMYK 0.000.160.38   0.13
XYZ51.683151.876230.9560
Yxy51.87620.38420.3857
Hunter Lab72.02512.042324.9351
CIE-Lab77.20686.353129.1915

#ddb989 color RGB value is (221,185,137).

#ddb989 hex color red value is 221, green value is 185 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #ddb989 hue: 0.10 , saturation: 0.55 and the lightness value of ddb989 is 0.70.

The process color (four color CMYK) of #ddb989 color hex is 0.00, 0.16, 0.38, 0.13. Web safe color of #ddb989 is #cccc99. Color #ddb989 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 10001001
Octal 335 271 211
Decimal 221 185 137
Hex DD B9 89

RGB Percentages of Color #ddb989

%40.70
%34.07
%25.23

CMYK Percentages of Color #ddb989

%0
%16
%38
%13

Triadic Colors of #ddb989

#ddb989 #89ddb9 #b989dd

Analogous Colors of #ddb989

#ddb989 #d7dd89 #dd8f89

Monochromatic Colors of #ddb989

#ddb989

Complementary Color

#ddb989 #89addd

#ddb989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb989 Color CSS Codes

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

#ddb989 Text Font Color

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

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


#ddb989 Background Color

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

This div background color is #ddb989


#ddb989 Border Color

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

This div border color is #ddb989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb989


Comments

No comments written yet.

Please login to write comment.