Color Hex Logo

#dfb957 Color Hex

#DFB957
(223,185,87)
0 Favorites   0 Comments

Color spaces of #dfb957

RGB 22318587
HSL0.120.680.61
HSV43°61°87°
CMYK 0.000.170.61   0.13
XYZ49.500751.074016.2661
Yxy51.07400.42370.4371
Hunter Lab71.4661-1.428336.5315
CIE-Lab76.72382.607753.7469

#dfb957 color RGB value is (223,185,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 01010111
Octal 337 271 127
Decimal 223 185 87
Hex DF B9 57

RGB Percentages of Color #dfb957

%45.05
%37.37
%17.58

CMYK Percentages of Color #dfb957

%0
%17
%61
%13

Triadic Colors of #dfb957

#dfb957 #57dfb9 #b957df

Analogous Colors of #dfb957

#dfb957 #c1df57 #df7557

Monochromatic Colors of #dfb957

#dfb957

Complementary Color

#dfb957 #577ddf

#dfb957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb957 Color CSS Codes

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

#dfb957 Text Font Color

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

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


#dfb957 Background Color

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

This div background color is #dfb957


#dfb957 Border Color

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

This div border color is #dfb957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb957


Comments

No comments written yet.

Please login to write comment.