Color Hex Logo

#dfb97c Color Hex

#DFB97C
(223,185,124)
0 Favorites   0 Comments

Color spaces of #dfb97c

RGB 223185124
HSL0.100.610.68
HSV37°44°87°
CMYK 0.000.170.44   0.13
XYZ51.418551.841126.3651
Yxy51.84110.39670.3999
Hunter Lab72.00081.472328.6898
CIE-Lab77.18575.746136.0072

#dfb97c color RGB value is (223,185,124).

#dfb97c hex color red value is 223, green value is 185 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dfb97c hue: 0.10 , saturation: 0.61 and the lightness value of dfb97c is 0.68.

The process color (four color CMYK) of #dfb97c color hex is 0.00, 0.17, 0.44, 0.13. Web safe color of #dfb97c is #cccc66. Color #dfb97c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 01111100
Octal 337 271 174
Decimal 223 185 124
Hex DF B9 7C

RGB Percentages of Color #dfb97c

%41.92
%34.77
%23.31

CMYK Percentages of Color #dfb97c

%0
%17
%44
%13

Triadic Colors of #dfb97c

#dfb97c #7cdfb9 #b97cdf

Analogous Colors of #dfb97c

#dfb97c #d4df7c #df887c

Monochromatic Colors of #dfb97c

#dfb97c

Complementary Color

#dfb97c #7ca2df

#dfb97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb97c Color CSS Codes

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

#dfb97c Text Font Color

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

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


#dfb97c Background Color

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

This div background color is #dfb97c


#dfb97c Border Color

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

This div border color is #dfb97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb97c


Comments

No comments written yet.

Please login to write comment.