Color Hex Logo

#dfb385 Color Hex

#DFB385
(223,179,133)
0 Favorites   0 Comments

Color spaces of #dfb385

RGB 223179133
HSL0.090.580.70
HSV31°40°87°
CMYK 0.000.200.40   0.13
XYZ50.785249.621629.0916
Yxy49.62160.39220.3832
Hunter Lab70.44265.414024.8241
CIE-Lab75.83649.882629.5238

#dfb385 color RGB value is (223,179,133).

#dfb385 hex color red value is 223, green value is 179 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dfb385 hue: 0.09 , saturation: 0.58 and the lightness value of dfb385 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 10000101
Octal 337 263 205
Decimal 223 179 133
Hex DF B3 85

RGB Percentages of Color #dfb385

%41.68
%33.46
%24.86

CMYK Percentages of Color #dfb385

%0
%20
%40
%13

Triadic Colors of #dfb385

#dfb385 #85dfb3 #b385df

Analogous Colors of #dfb385

#dfb385 #dedf85 #df8685

Monochromatic Colors of #dfb385

#dfb385

Complementary Color

#dfb385 #85b1df

#dfb385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb385 Color CSS Codes

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

#dfb385 Text Font Color

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

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


#dfb385 Background Color

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

This div background color is #dfb385


#dfb385 Border Color

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

This div border color is #dfb385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb385


Comments

No comments written yet.

Please login to write comment.