Color Hex Logo

#dfb796 Color Hex

#DFB796
(223,183,150)
0 Favorites   0 Comments

Color spaces of #dfb796

RGB 223183150
HSL0.080.530.73
HSV27°33°87°
CMYK 0.000.180.33   0.13
XYZ52.869951.757036.0577
Yxy51.75700.37580.3679
Hunter Lab71.94235.279320.6433
CIE-Lab77.13539.761322.2079

#dfb796 color RGB value is (223,183,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 10010110
Octal 337 267 226
Decimal 223 183 150
Hex DF B7 96

RGB Percentages of Color #dfb796

%40.11
%32.91
%26.98

CMYK Percentages of Color #dfb796

%0
%18
%33
%13

Triadic Colors of #dfb796

#dfb796 #96dfb7 #b796df

Analogous Colors of #dfb796

#dfb796 #dfdc96 #df969a

Monochromatic Colors of #dfb796

#dfb796

Complementary Color

#dfb796 #96bedf

#dfb796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb796 Color CSS Codes

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

#dfb796 Text Font Color

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

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


#dfb796 Background Color

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

This div background color is #dfb796


#dfb796 Border Color

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

This div border color is #dfb796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb796

#dfb796 Color Palettes


Comments

No comments written yet.

Please login to write comment.