Color Hex Logo

#dfb94d Color Hex

#DFB94D
(223,185,77)
0 Favorites   0 Comments

Color spaces of #dfb94d

RGB 22318577
HSL0.120.700.59
HSV44°65°87°
CMYK 0.000.170.65   0.13
XYZ49.119950.921714.2612
Yxy50.92170.42970.4455
Hunter Lab71.3594-2.009538.1025
CIE-Lab76.63161.971158.1404

#dfb94d color RGB value is (223,185,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 01001101
Octal 337 271 115
Decimal 223 185 77
Hex DF B9 4D

RGB Percentages of Color #dfb94d

%45.98
%38.14
%15.88

CMYK Percentages of Color #dfb94d

%0
%17
%65
%13

Triadic Colors of #dfb94d

#dfb94d #4ddfb9 #b94ddf

Analogous Colors of #dfb94d

#dfb94d #bcdf4d #df704d

Monochromatic Colors of #dfb94d

#dfb94d

Complementary Color

#dfb94d #4d73df

#dfb94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb94d Color CSS Codes

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

#dfb94d Text Font Color

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

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


#dfb94d Background Color

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

This div background color is #dfb94d


#dfb94d Border Color

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

This div border color is #dfb94d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb94d


Comments

No comments written yet.

Please login to write comment.