Color Hex Logo

#ddc986 Color Hex

#DDC986
(221,201,134)
0 Favorites   0 Comments

Color spaces of #ddc986

RGB 221201134
HSL0.130.560.70
HSV46°39°87°
CMYK 0.000.090.39   0.13
XYZ55.008558.866731.0174
Yxy58.86670.37970.4063
Hunter Lab76.7246-6.290729.7381
CIE-Lab81.2183-2.366436.0210

#ddc986 color RGB value is (221,201,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 10000110
Octal 335 311 206
Decimal 221 201 134
Hex DD C9 86

RGB Percentages of Color #ddc986

%39.75
%36.15
%24.10

CMYK Percentages of Color #ddc986

%0
%9
%39
%13

Triadic Colors of #ddc986

#ddc986 #86ddc9 #c986dd

Analogous Colors of #ddc986

#ddc986 #c6dd86 #dd9e86

Monochromatic Colors of #ddc986

#ddc986

Complementary Color

#ddc986 #869add

#ddc986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc986 Color CSS Codes

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

#ddc986 Text Font Color

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

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


#ddc986 Background Color

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

This div background color is #ddc986


#ddc986 Border Color

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

This div border color is #ddc986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc986


Comments

No comments written yet.

Please login to write comment.