Color Hex Logo

#dfd9a1 Color Hex

#DFD9A1
(223,217,161)
0 Favorites   0 Comments

Color spaces of #dfd9a1

RGB 223217161
HSL0.150.490.75
HSV54°28°87°
CMYK 0.000.030.28   0.13
XYZ61.677367.886943.5710
Yxy67.88690.35620.3921
Hunter Lab82.3935-10.568926.3220
CIE-Lab85.9499-6.560928.3943

#dfd9a1 color RGB value is (223,217,161).

#dfd9a1 hex color red value is 223, green value is 217 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #dfd9a1 hue: 0.15 , saturation: 0.49 and the lightness value of dfd9a1 is 0.75.

The process color (four color CMYK) of #dfd9a1 color hex is 0.00, 0.03, 0.28, 0.13. Web safe color of #dfd9a1 is #cccc99. Color #dfd9a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 10100001
Octal 337 331 241
Decimal 223 217 161
Hex DF D9 A1

RGB Percentages of Color #dfd9a1

%37.10
%36.11
%26.79

CMYK Percentages of Color #dfd9a1

%0
%3
%28
%13

Triadic Colors of #dfd9a1

#dfd9a1 #a1dfd9 #d9a1df

Analogous Colors of #dfd9a1

#dfd9a1 #c6dfa1 #dfbaa1

Monochromatic Colors of #dfd9a1

#dfd9a1

Complementary Color

#dfd9a1 #a1a7df

#dfd9a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd9a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd9a1 Color CSS Codes

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

#dfd9a1 Text Font Color

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

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


#dfd9a1 Background Color

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

This div background color is #dfd9a1


#dfd9a1 Border Color

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

This div border color is #dfd9a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd9a1


Comments

No comments written yet.

Please login to write comment.