Color Hex Logo

#ddd387 Color Hex

#DDD387
(221,211,135)
0 Favorites   0 Comments

Color spaces of #ddd387

RGB 221211135
HSL0.150.560.70
HSV53°39°87°
CMYK 0.000.050.39   0.13
XYZ57.486263.710032.1891
Yxy63.71000.37480.4154
Hunter Lab79.8185-11.124831.9626
CIE-Lab83.8146-7.392938.8607

#ddd387 color RGB value is (221,211,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010011 10000111
Octal 335 323 207
Decimal 221 211 135
Hex DD D3 87

RGB Percentages of Color #ddd387

%38.98
%37.21
%23.81

CMYK Percentages of Color #ddd387

%0
%5
%39
%13

Triadic Colors of #ddd387

#ddd387 #87ddd3 #d387dd

Analogous Colors of #ddd387

#ddd387 #bcdd87 #dda887

Monochromatic Colors of #ddd387

#ddd387

Complementary Color

#ddd387 #8791dd

#ddd387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd387 Color CSS Codes

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

#ddd387 Text Font Color

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

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


#ddd387 Background Color

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

This div background color is #ddd387


#ddd387 Border Color

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

This div border color is #ddd387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd387


Comments

No comments written yet.

Please login to write comment.