Color Hex Logo

#ddc887 Color Hex

#DDC887
(221,200,135)
0 Favorites   0 Comments

Color spaces of #ddc887

RGB 221200135
HSL0.130.560.70
HSV45°39°87°
CMYK 0.000.100.39   0.13
XYZ54.846258.430031.3091
Yxy58.43000.37930.4041
Hunter Lab76.4395-5.693429.2229
CIE-Lab80.9773-1.737835.1942

#ddc887 color RGB value is (221,200,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001000 10000111
Octal 335 310 207
Decimal 221 200 135
Hex DD C8 87

RGB Percentages of Color #ddc887

%39.75
%35.97
%24.28

CMYK Percentages of Color #ddc887

%0
%10
%39
%13

Triadic Colors of #ddc887

#ddc887 #87ddc8 #c887dd

Analogous Colors of #ddc887

#ddc887 #c7dd87 #dd9d87

Monochromatic Colors of #ddc887

#ddc887

Complementary Color

#ddc887 #879cdd

#ddc887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc887 Color CSS Codes

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

#ddc887 Text Font Color

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

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


#ddc887 Background Color

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

This div background color is #ddc887


#ddc887 Border Color

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

This div border color is #ddc887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc887


Comments

No comments written yet.

Please login to write comment.