Color Hex Logo

#dddba9 Color Hex

#DDDBA9
(221,219,169)
0 Favorites   0 Comments

Color spaces of #dddba9

RGB 221219169
HSL0.160.430.76
HSV58°24°87°
CMYK 0.000.010.24   0.13
XYZ62.311768.899847.5509
Yxy68.89980.34860.3854
Hunter Lab83.0059-11.262224.1392
CIE-Lab86.4544-7.256624.9069

#dddba9 color RGB value is (221,219,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 10101001
Octal 335 333 251
Decimal 221 219 169
Hex DD DB A9

RGB Percentages of Color #dddba9

%36.29
%35.96
%27.75

CMYK Percentages of Color #dddba9

%0
%1
%24
%13

Triadic Colors of #dddba9

#dddba9 #a9dddb #dba9dd

Analogous Colors of #dddba9

#dddba9 #c5dda9 #ddc1a9

Monochromatic Colors of #dddba9

#dddba9

Complementary Color

#dddba9 #a9abdd

#dddba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddba9 Color CSS Codes

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

#dddba9 Text Font Color

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

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


#dddba9 Background Color

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

This div background color is #dddba9


#dddba9 Border Color

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

This div border color is #dddba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddba9


Comments

No comments written yet.

Please login to write comment.