Color Hex Logo

#ddc9ae Color Hex

#DDC9AE
(221,201,174)
0 Favorites   0 Comments

Color spaces of #ddc9ae

RGB 221201174
HSL0.100.410.77
HSV34°21°87°
CMYK 0.000.090.21   0.13
XYZ58.345460.201448.5893
Yxy60.20140.34910.3602
Hunter Lab77.5896-1.554217.1832
CIE-Lab81.94752.750816.0398

#ddc9ae color RGB value is (221,201,174).

#ddc9ae hex color red value is 221, green value is 201 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ddc9ae hue: 0.10 , saturation: 0.41 and the lightness value of ddc9ae is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 10101110
Octal 335 311 256
Decimal 221 201 174
Hex DD C9 AE

RGB Percentages of Color #ddc9ae

%37.08
%33.72
%29.19

CMYK Percentages of Color #ddc9ae

%0
%9
%21
%13

Triadic Colors of #ddc9ae

#ddc9ae #aeddc9 #c9aedd

Analogous Colors of #ddc9ae

#ddc9ae #daddae #ddb2ae

Monochromatic Colors of #ddc9ae

#ddc9ae

Complementary Color

#ddc9ae #aec2dd

#ddc9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc9ae Color CSS Codes

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

#ddc9ae Text Font Color

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

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


#ddc9ae Background Color

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

This div background color is #ddc9ae


#ddc9ae Border Color

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

This div border color is #ddc9ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc9ae


Comments

No comments written yet.

Please login to write comment.