Color Hex Logo

#dfb85e Color Hex

#DFB85E
(223,184,94)
0 Favorites   0 Comments

Color spaces of #dfb85e

RGB 22318494
HSL0.120.670.62
HSV42°58°87°
CMYK 0.000.170.58   0.13
XYZ49.592350.777117.7768
Yxy50.77710.41980.4298
Hunter Lab71.2581-0.473935.0895
CIE-Lab76.54383.631650.2479

#dfb85e color RGB value is (223,184,94).

#dfb85e hex color red value is 223, green value is 184 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dfb85e hue: 0.12 , saturation: 0.67 and the lightness value of dfb85e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 01011110
Octal 337 270 136
Decimal 223 184 94
Hex DF B8 5E

RGB Percentages of Color #dfb85e

%44.51
%36.73
%18.76

CMYK Percentages of Color #dfb85e

%0
%17
%58
%13

Triadic Colors of #dfb85e

#dfb85e #5edfb8 #b85edf

Analogous Colors of #dfb85e

#dfb85e #c6df5e #df785e

Monochromatic Colors of #dfb85e

#dfb85e

Complementary Color

#dfb85e #5e85df

#dfb85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb85e Color CSS Codes

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

#dfb85e Text Font Color

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

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


#dfb85e Background Color

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

This div background color is #dfb85e


#dfb85e Border Color

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

This div border color is #dfb85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb85e


Comments

No comments written yet.

Please login to write comment.