Color Hex Logo

#dfb396 Color Hex

#DFB396
(223,179,150)
0 Favorites   0 Comments

Color spaces of #dfb396

RGB 223179150
HSL0.070.530.73
HSV24°33°87°
CMYK 0.000.200.33   0.13
XYZ52.056550.130235.7866
Yxy50.13020.37730.3633
Hunter Lab70.80277.334519.5943
CIE-Lab76.149111.892420.8552

#dfb396 color RGB value is (223,179,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 10010110
Octal 337 263 226
Decimal 223 179 150
Hex DF B3 96

RGB Percentages of Color #dfb396

%40.40
%32.43
%27.17

CMYK Percentages of Color #dfb396

%0
%20
%33
%13

Triadic Colors of #dfb396

#dfb396 #96dfb3 #b396df

Analogous Colors of #dfb396

#dfb396 #dfd896 #df969e

Monochromatic Colors of #dfb396

#dfb396

Complementary Color

#dfb396 #96c2df

#dfb396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb396 Color CSS Codes

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

#dfb396 Text Font Color

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

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


#dfb396 Background Color

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

This div background color is #dfb396


#dfb396 Border Color

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

This div border color is #dfb396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb396


Comments

No comments written yet.

Please login to write comment.