Color Hex Logo

#ddcd9e Color Hex

#DDCD9E
(221,205,158)
0 Favorites   0 Comments

Color spaces of #ddcd9e

RGB 221205158
HSL0.120.480.74
HSV45°29°87°
CMYK 0.000.070.29   0.13
XYZ57.821761.503441.1716
Yxy61.50340.36030.3832
Hunter Lab78.4241-5.635023.7704
CIE-Lab82.6486-1.546325.4591

#ddcd9e color RGB value is (221,205,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 10011110
Octal 335 315 236
Decimal 221 205 158
Hex DD CD 9E

RGB Percentages of Color #ddcd9e

%37.84
%35.10
%27.05

CMYK Percentages of Color #ddcd9e

%0
%7
%29
%13

Triadic Colors of #ddcd9e

#ddcd9e #9eddcd #cd9edd

Analogous Colors of #ddcd9e

#ddcd9e #cedd9e #ddae9e

Monochromatic Colors of #ddcd9e

#ddcd9e

Complementary Color

#ddcd9e #9eaedd

#ddcd9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcd9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcd9e Color CSS Codes

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

#ddcd9e Text Font Color

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

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


#ddcd9e Background Color

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

This div background color is #ddcd9e


#ddcd9e Border Color

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

This div border color is #ddcd9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcd9e


Comments

No comments written yet.

Please login to write comment.