Color Hex Logo

#dddc87 Color Hex

#DDDC87
(221,220,135)
0 Favorites   0 Comments

Color spaces of #dddc87

RGB 221220135
HSL0.160.560.70
HSV59°39°87°
CMYK 0.000.000.39   0.13
XYZ59.785268.307832.9554
Yxy68.30780.37120.4241
Hunter Lab82.6485-15.514034.2126
CIE-Lab86.1601-11.939841.8558

#dddc87 color RGB value is (221,220,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 10000111
Octal 335 334 207
Decimal 221 220 135
Hex DD DC 87

RGB Percentages of Color #dddc87

%38.37
%38.19
%23.44

CMYK Percentages of Color #dddc87

%0
%0
%39
%13

Triadic Colors of #dddc87

#dddc87 #87dddc #dc87dd

Analogous Colors of #dddc87

#dddc87 #b3dd87 #ddb187

Monochromatic Colors of #dddc87

#dddc87

Complementary Color

#dddc87 #8788dd

#dddc87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddc87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddc87 Color CSS Codes

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

#dddc87 Text Font Color

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

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


#dddc87 Background Color

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

This div background color is #dddc87


#dddc87 Border Color

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

This div border color is #dddc87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddc87


Comments

No comments written yet.

Please login to write comment.