Color Hex Logo

#dfb38c Color Hex

#DFB38C
(223,179,140)
0 Favorites   0 Comments

Color spaces of #dfb38c

RGB 223179140
HSL0.080.560.71
HSV28°37°87°
CMYK 0.000.200.37   0.13
XYZ51.285149.821631.7245
Yxy49.82160.38610.3751
Hunter Lab70.58446.171522.7609
CIE-Lab75.959610.678425.9619

#dfb38c color RGB value is (223,179,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 10001100
Octal 337 263 214
Decimal 223 179 140
Hex DF B3 8C

RGB Percentages of Color #dfb38c

%41.14
%33.03
%25.83

CMYK Percentages of Color #dfb38c

%0
%20
%37
%13

Triadic Colors of #dfb38c

#dfb38c #8cdfb3 #b38cdf

Analogous Colors of #dfb38c

#dfb38c #dfdd8c #df8c8f

Monochromatic Colors of #dfb38c

#dfb38c

Complementary Color

#dfb38c #8cb8df

#dfb38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb38c Color CSS Codes

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

#dfb38c Text Font Color

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

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


#dfb38c Background Color

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

This div background color is #dfb38c


#dfb38c Border Color

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

This div border color is #dfb38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb38c


Comments

No comments written yet.

Please login to write comment.