Color Hex Logo

#dfd196 Color Hex

#DFD196
(223,209,150)
0 Favorites   0 Comments

Color spaces of #dfd196

RGB 223209150
HSL0.130.530.73
HSV48°33°87°
CMYK 0.000.060.33   0.13
XYZ58.736963.490938.0134
Yxy63.49090.36660.3962
Hunter Lab79.6812-7.861027.4914
CIE-Lab83.7000-3.854531.0686

#dfd196 color RGB value is (223,209,150).

#dfd196 hex color red value is 223, green value is 209 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dfd196 hue: 0.13 , saturation: 0.53 and the lightness value of dfd196 is 0.73.

The process color (four color CMYK) of #dfd196 color hex is 0.00, 0.06, 0.33, 0.13. Web safe color of #dfd196 is #cccc99. Color #dfd196 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 10010110
Octal 337 321 226
Decimal 223 209 150
Hex DF D1 96

RGB Percentages of Color #dfd196

%38.32
%35.91
%25.77

CMYK Percentages of Color #dfd196

%0
%6
%33
%13

Triadic Colors of #dfd196

#dfd196 #96dfd1 #d196df

Analogous Colors of #dfd196

#dfd196 #c9df96 #dfad96

Monochromatic Colors of #dfd196

#dfd196

Complementary Color

#dfd196 #96a4df

#dfd196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd196 Color CSS Codes

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

#dfd196 Text Font Color

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

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


#dfd196 Background Color

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

This div background color is #dfd196


#dfd196 Border Color

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

This div border color is #dfd196


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,209,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd196

#dfd196 Color Palettes


Comments

No comments written yet.

Please login to write comment.