Color Hex Logo

#ddb387 Color Hex

#DDB387
(221,179,135)
0 Favorites   0 Comments

Color spaces of #ddb387

RGB 221179135
HSL0.090.560.70
HSV31°39°87°
CMYK 0.000.190.39   0.13
XYZ50.312149.361629.7977
Yxy49.36160.38860.3813
Hunter Lab70.25784.873924.0344
CIE-Lab75.67579.311328.2129

#ddb387 color RGB value is (221,179,135).

#ddb387 hex color red value is 221, green value is 179 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #ddb387 hue: 0.09 , saturation: 0.56 and the lightness value of ddb387 is 0.70.

The process color (four color CMYK) of #ddb387 color hex is 0.00, 0.19, 0.39, 0.13. Web safe color of #ddb387 is #cccc99. Color #ddb387 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 10000111
Octal 335 263 207
Decimal 221 179 135
Hex DD B3 87

RGB Percentages of Color #ddb387

%41.31
%33.46
%25.23

CMYK Percentages of Color #ddb387

%0
%19
%39
%13

Triadic Colors of #ddb387

#ddb387 #87ddb3 #b387dd

Analogous Colors of #ddb387

#ddb387 #dcdd87 #dd8887

Monochromatic Colors of #ddb387

#ddb387

Complementary Color

#ddb387 #87b1dd

#ddb387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb387 Color CSS Codes

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

#ddb387 Text Font Color

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

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


#ddb387 Background Color

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

This div background color is #ddb387


#ddb387 Border Color

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

This div border color is #ddb387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb387


Comments

No comments written yet.

Please login to write comment.