Color Hex Logo

#dfb389 Color Hex

#DFB389
(223,179,137)
0 Favorites   0 Comments

Color spaces of #dfb389

RGB 223179137
HSL0.080.570.71
HSV29°39°87°
CMYK 0.000.200.39   0.13
XYZ51.066949.734330.5751
Yxy49.73430.38870.3786
Hunter Lab70.52255.841223.6606
CIE-Lab75.905910.331927.4902

#dfb389 color RGB value is (223,179,137).

#dfb389 hex color red value is 223, green value is 179 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #dfb389 hue: 0.08 , saturation: 0.57 and the lightness value of dfb389 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 10001001
Octal 337 263 211
Decimal 223 179 137
Hex DF B3 89

RGB Percentages of Color #dfb389

%41.37
%33.21
%25.42

CMYK Percentages of Color #dfb389

%0
%20
%39
%13

Triadic Colors of #dfb389

#dfb389 #89dfb3 #b389df

Analogous Colors of #dfb389

#dfb389 #dfde89 #df898a

Monochromatic Colors of #dfb389

#dfb389

Complementary Color

#dfb389 #89b5df

#dfb389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb389 Color CSS Codes

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

#dfb389 Text Font Color

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

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


#dfb389 Background Color

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

This div background color is #dfb389


#dfb389 Border Color

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

This div border color is #dfb389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb389


Comments

No comments written yet.

Please login to write comment.