Color Hex Logo

#dddba1 Color Hex

#DDDBA1
(221,219,161)
0 Favorites   0 Comments

Color spaces of #dddba1

RGB 221219161
HSL0.160.470.75
HSV58°27°87°
CMYK 0.000.010.27   0.13
XYZ61.583368.608443.7152
Yxy68.60840.35410.3945
Hunter Lab82.8302-12.240126.6897
CIE-Lab86.3098-8.332328.8524

#dddba1 color RGB value is (221,219,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 10100001
Octal 335 333 241
Decimal 221 219 161
Hex DD DB A1

RGB Percentages of Color #dddba1

%36.77
%36.44
%26.79

CMYK Percentages of Color #dddba1

%0
%1
%27
%13

Triadic Colors of #dddba1

#dddba1 #a1dddb #dba1dd

Analogous Colors of #dddba1

#dddba1 #c1dda1 #ddbda1

Monochromatic Colors of #dddba1

#dddba1

Complementary Color

#dddba1 #a1a3dd

#dddba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddba1 Color CSS Codes

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

#dddba1 Text Font Color

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

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


#dddba1 Background Color

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

This div background color is #dddba1


#dddba1 Border Color

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

This div border color is #dddba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddba1


Comments

No comments written yet.

Please login to write comment.