Color Hex Logo

#ddc39e Color Hex

#DDC39E
(221,195,158)
0 Favorites   0 Comments

Color spaces of #ddc39e

RGB 221195158
HSL0.100.480.74
HSV35°29°87°
CMYK 0.000.120.29   0.13
XYZ55.505556.871040.3995
Yxy56.87100.36330.3723
Hunter Lab75.4129-0.592621.0267
CIE-Lab80.10703.674821.9867

#ddc39e color RGB value is (221,195,158).

#ddc39e hex color red value is 221, green value is 195 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ddc39e hue: 0.10 , saturation: 0.48 and the lightness value of ddc39e is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 10011110
Octal 335 303 236
Decimal 221 195 158
Hex DD C3 9E

RGB Percentages of Color #ddc39e

%38.50
%33.97
%27.53

CMYK Percentages of Color #ddc39e

%0
%12
%29
%13

Triadic Colors of #ddc39e

#ddc39e #9eddc3 #c39edd

Analogous Colors of #ddc39e

#ddc39e #d8dd9e #dda49e

Monochromatic Colors of #ddc39e

#ddc39e

Complementary Color

#ddc39e #9eb8dd

#ddc39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc39e Color CSS Codes

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

#ddc39e Text Font Color

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

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


#ddc39e Background Color

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

This div background color is #ddc39e


#ddc39e Border Color

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

This div border color is #ddc39e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc39e


Comments

No comments written yet.

Please login to write comment.