Color Hex Logo

#dfb891 Color Hex

#DFB891
(223,184,145)
0 Favorites   0 Comments

Color spaces of #dfb891

RGB 223184145
HSL0.080.550.72
HSV30°35°87°
CMYK 0.000.170.35   0.13
XYZ52.682752.013334.0510
Yxy52.01330.37970.3749
Hunter Lab72.12024.181022.4909
CIE-Lab77.28888.613825.0885

#dfb891 color RGB value is (223,184,145).

#dfb891 hex color red value is 223, green value is 184 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #dfb891 hue: 0.08 , saturation: 0.55 and the lightness value of dfb891 is 0.72.

The process color (four color CMYK) of #dfb891 color hex is 0.00, 0.17, 0.35, 0.13. Web safe color of #dfb891 is #cccc99. Color #dfb891 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 10010001
Octal 337 270 221
Decimal 223 184 145
Hex DF B8 91

RGB Percentages of Color #dfb891

%40.40
%33.33
%26.27

CMYK Percentages of Color #dfb891

%0
%17
%35
%13

Triadic Colors of #dfb891

#dfb891 #91dfb8 #b891df

Analogous Colors of #dfb891

#dfb891 #dfdf91 #df9191

Monochromatic Colors of #dfb891

#dfb891

Complementary Color

#dfb891 #91b8df

#dfb891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb891 Color CSS Codes

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

#dfb891 Text Font Color

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

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


#dfb891 Background Color

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

This div background color is #dfb891


#dfb891 Border Color

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

This div border color is #dfb891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb891


Comments

No comments written yet.

Please login to write comment.