Color Hex Logo

#ddb986 Color Hex

#DDB986
(221,185,134)
0 Favorites   0 Comments

Color spaces of #ddb986

RGB 221185134
HSL0.100.560.70
HSV35°39°87°
CMYK 0.000.160.39   0.13
XYZ51.470851.791329.8382
Yxy51.79130.38670.3891
Hunter Lab71.96621.723925.7938
CIE-Lab77.15596.012930.7061

#ddb986 color RGB value is (221,185,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 10000110
Octal 335 271 206
Decimal 221 185 134
Hex DD B9 86

RGB Percentages of Color #ddb986

%40.93
%34.26
%24.81

CMYK Percentages of Color #ddb986

%0
%16
%39
%13

Triadic Colors of #ddb986

#ddb986 #86ddb9 #b986dd

Analogous Colors of #ddb986

#ddb986 #d6dd86 #dd8e86

Monochromatic Colors of #ddb986

#ddb986

Complementary Color

#ddb986 #86aadd

#ddb986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb986 Color CSS Codes

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

#ddb986 Text Font Color

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

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


#ddb986 Background Color

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

This div background color is #ddb986


#ddb986 Border Color

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

This div border color is #ddb986


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,185,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddb986">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb986


Comments

No comments written yet.

Please login to write comment.