Color Hex Logo

#dddba7 Color Hex

#DDDBA7
(221,219,167)
0 Favorites   0 Comments

Color spaces of #dddba7

RGB 221219167
HSL0.160.440.76
HSV58°24°87°
CMYK 0.000.010.24   0.13
XYZ62.125468.825246.5695
Yxy68.82520.35000.3877
Hunter Lab82.9610-11.511824.7907
CIE-Lab86.4174-7.530525.8943

#dddba7 color RGB value is (221,219,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 10100111
Octal 335 333 247
Decimal 221 219 167
Hex DD DB A7

RGB Percentages of Color #dddba7

%36.41
%36.08
%27.51

CMYK Percentages of Color #dddba7

%0
%1
%24
%13

Triadic Colors of #dddba7

#dddba7 #a7dddb #dba7dd

Analogous Colors of #dddba7

#dddba7 #c4dda7 #ddc0a7

Monochromatic Colors of #dddba7

#dddba7

Complementary Color

#dddba7 #a7a9dd

#dddba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddba7 Color CSS Codes

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

#dddba7 Text Font Color

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

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


#dddba7 Background Color

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

This div background color is #dddba7


#dddba7 Border Color

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

This div border color is #dddba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddba7


Comments

No comments written yet.

Please login to write comment.