Color Hex Logo

#dfb79a Color Hex

#DFB79A
(223,183,154)
0 Favorites   0 Comments

Color spaces of #dfb79a

RGB 223183154
HSL0.070.520.74
HSV25°31°87°
CMYK 0.000.180.31   0.13
XYZ53.197651.888037.7834
Yxy51.88800.37240.3632
Hunter Lab72.03335.766419.3241
CIE-Lab77.213810.270720.1701

#dfb79a color RGB value is (223,183,154).

#dfb79a hex color red value is 223, green value is 183 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dfb79a hue: 0.07 , saturation: 0.52 and the lightness value of dfb79a is 0.74.

The process color (four color CMYK) of #dfb79a color hex is 0.00, 0.18, 0.31, 0.13. Web safe color of #dfb79a is #cccc99. Color #dfb79a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 10011010
Octal 337 267 232
Decimal 223 183 154
Hex DF B7 9A

RGB Percentages of Color #dfb79a

%39.82
%32.68
%27.50

CMYK Percentages of Color #dfb79a

%0
%18
%31
%13

Triadic Colors of #dfb79a

#dfb79a #9adfb7 #b79adf

Analogous Colors of #dfb79a

#dfb79a #dfda9a #df9aa0

Monochromatic Colors of #dfb79a

#dfb79a

Complementary Color

#dfb79a #9ac2df

#dfb79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb79a Color CSS Codes

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

#dfb79a Text Font Color

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

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


#dfb79a Background Color

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

This div background color is #dfb79a


#dfb79a Border Color

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

This div border color is #dfb79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb79a


Comments

No comments written yet.

Please login to write comment.