Color Hex Logo

#ddcda9 Color Hex

#DDCDA9
(221,205,169)
0 Favorites   0 Comments

Color spaces of #ddcda9

RGB 221205169
HSL0.120.430.76
HSV42°24°87°
CMYK 0.000.070.24   0.13
XYZ58.811561.899446.3842
Yxy61.89940.35200.3704
Hunter Lab78.6762-4.252120.1184
CIE-Lab82.8599-0.053219.9607

#ddcda9 color RGB value is (221,205,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 10101001
Octal 335 315 251
Decimal 221 205 169
Hex DD CD A9

RGB Percentages of Color #ddcda9

%37.14
%34.45
%28.40

CMYK Percentages of Color #ddcda9

%0
%7
%24
%13

Triadic Colors of #ddcda9

#ddcda9 #a9ddcd #cda9dd

Analogous Colors of #ddcda9

#ddcda9 #d3dda9 #ddb3a9

Monochromatic Colors of #ddcda9

#ddcda9

Complementary Color

#ddcda9 #a9b9dd

#ddcda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcda9 Color CSS Codes

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

#ddcda9 Text Font Color

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

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


#ddcda9 Background Color

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

This div background color is #ddcda9


#ddcda9 Border Color

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

This div border color is #ddcda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcda9


Comments

No comments written yet.

Please login to write comment.