Color Hex Logo

#dfb97e Color Hex

#DFB97E
(223,185,126)
0 Favorites   0 Comments

Color spaces of #dfb97e

RGB 223185126
HSL0.100.600.68
HSV36°43°87°
CMYK 0.000.170.43   0.13
XYZ51.546351.892327.0381
Yxy51.89230.39510.3977
Hunter Lab72.03631.663928.1715
CIE-Lab77.21645.951235.0082

#dfb97e color RGB value is (223,185,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 01111110
Octal 337 271 176
Decimal 223 185 126
Hex DF B9 7E

RGB Percentages of Color #dfb97e

%41.76
%34.64
%23.60

CMYK Percentages of Color #dfb97e

%0
%17
%43
%13

Triadic Colors of #dfb97e

#dfb97e #7edfb9 #b97edf

Analogous Colors of #dfb97e

#dfb97e #d5df7e #df897e

Monochromatic Colors of #dfb97e

#dfb97e

Complementary Color

#dfb97e #7ea4df

#dfb97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb97e Color CSS Codes

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

#dfb97e Text Font Color

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

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


#dfb97e Background Color

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

This div background color is #dfb97e


#dfb97e Border Color

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

This div border color is #dfb97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb97e


Comments

No comments written yet.

Please login to write comment.