Color Hex Logo

#ddb187 Color Hex

#DDB187
(221,177,135)
0 Favorites   0 Comments

Color spaces of #ddb187

RGB 221177135
HSL0.080.560.70
HSV29°39°87°
CMYK 0.000.200.39   0.13
XYZ49.914148.565729.6650
Yxy48.56570.38950.3790
Hunter Lab69.68915.892923.5440
CIE-Lab75.180310.377327.5518

#ddb187 color RGB value is (221,177,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 10000111
Octal 335 261 207
Decimal 221 177 135
Hex DD B1 87

RGB Percentages of Color #ddb187

%41.46
%33.21
%25.33

CMYK Percentages of Color #ddb187

%0
%20
%39
%13

Triadic Colors of #ddb187

#ddb187 #87ddb1 #b187dd

Analogous Colors of #ddb187

#ddb187 #dddc87 #dd8788

Monochromatic Colors of #ddb187

#ddb187

Complementary Color

#ddb187 #87b3dd

#ddb187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb187 Color CSS Codes

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

#ddb187 Text Font Color

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

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


#ddb187 Background Color

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

This div background color is #ddb187


#ddb187 Border Color

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

This div border color is #ddb187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb187


Comments

No comments written yet.

Please login to write comment.