Color Hex Logo

#dfb84e Color Hex

#DFB84E
(223,184,78)
0 Favorites   0 Comments

Color spaces of #dfb84e

RGB 22318478
HSL0.120.690.59
HSV44°65°87°
CMYK 0.000.170.65   0.13
XYZ48.947150.519014.3791
Yxy50.51900.42990.4438
Hunter Lab71.0767-1.459937.7591
CIE-Lab76.38672.555357.4391

#dfb84e color RGB value is (223,184,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 01001110
Octal 337 270 116
Decimal 223 184 78
Hex DF B8 4E

RGB Percentages of Color #dfb84e

%45.98
%37.94
%16.08

CMYK Percentages of Color #dfb84e

%0
%17
%65
%13

Triadic Colors of #dfb84e

#dfb84e #4edfb8 #b84edf

Analogous Colors of #dfb84e

#dfb84e #bedf4e #df704e

Monochromatic Colors of #dfb84e

#dfb84e

Complementary Color

#dfb84e #4e75df

#dfb84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb84e Color CSS Codes

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

#dfb84e Text Font Color

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

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


#dfb84e Background Color

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

This div background color is #dfb84e


#dfb84e Border Color

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

This div border color is #dfb84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb84e


Comments

No comments written yet.

Please login to write comment.