Color Hex Logo

#dfb596 Color Hex

#DFB596
(223,181,150)
0 Favorites   0 Comments

Color spaces of #dfb596

RGB 223181150
HSL0.070.530.73
HSV25°33°87°
CMYK 0.000.190.33   0.13
XYZ52.460350.937735.9212
Yxy50.93770.37650.3656
Hunter Lab71.37076.306020.1185
CIE-Lab76.641310.826121.5309

#dfb596 color RGB value is (223,181,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110101 10010110
Octal 337 265 226
Decimal 223 181 150
Hex DF B5 96

RGB Percentages of Color #dfb596

%40.25
%32.67
%27.08

CMYK Percentages of Color #dfb596

%0
%19
%33
%13

Triadic Colors of #dfb596

#dfb596 #96dfb5 #b596df

Analogous Colors of #dfb596

#dfb596 #dfda96 #df969c

Monochromatic Colors of #dfb596

#dfb596

Complementary Color

#dfb596 #96c0df

#dfb596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb596 Color CSS Codes

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

#dfb596 Text Font Color

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

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


#dfb596 Background Color

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

This div background color is #dfb596


#dfb596 Border Color

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

This div border color is #dfb596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb596


Comments

No comments written yet.

Please login to write comment.