Color Hex Logo

#ddd187 Color Hex

#DDD187
(221,209,135)
0 Favorites   0 Comments

Color spaces of #ddd187

RGB 221209135
HSL0.140.560.70
HSV52°39°87°
CMYK 0.000.050.39   0.13
XYZ56.992462.722432.0245
Yxy62.72240.37560.4134
Hunter Lab79.1975-10.142731.4636
CIE-Lab83.2961-6.372438.1943

#ddd187 color RGB value is (221,209,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010001 10000111
Octal 335 321 207
Decimal 221 209 135
Hex DD D1 87

RGB Percentages of Color #ddd187

%39.12
%36.99
%23.89

CMYK Percentages of Color #ddd187

%0
%5
%39
%13

Triadic Colors of #ddd187

#ddd187 #87ddd1 #d187dd

Analogous Colors of #ddd187

#ddd187 #bedd87 #dda687

Monochromatic Colors of #ddd187

#ddd187

Complementary Color

#ddd187 #8793dd

#ddd187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd187 Color CSS Codes

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

#ddd187 Text Font Color

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

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


#ddd187 Background Color

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

This div background color is #ddd187


#ddd187 Border Color

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

This div border color is #ddd187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd187


Comments

No comments written yet.

Please login to write comment.