Color Hex Logo

#dfd85f Color Hex

#DFD85F
(223,216,95)
0 Favorites   0 Comments

Color spaces of #dfd85f

RGB 22321695
HSL0.160.670.62
HSV57°57°87°
CMYK 0.000.030.57   0.13
XYZ57.052965.625920.4865
Yxy65.62590.39850.4584
Hunter Lab81.0098-16.054741.7131
CIE-Lab84.8052-12.728159.1983

#dfd85f color RGB value is (223,216,95).

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

The process color (four color CMYK) of #dfd85f color hex is 0.00, 0.03, 0.57, 0.13. Web safe color of #dfd85f is #cccc66. Color #dfd85f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 01011111
Octal 337 330 137
Decimal 223 216 95
Hex DF D8 5F

RGB Percentages of Color #dfd85f

%41.76
%40.45
%17.79

CMYK Percentages of Color #dfd85f

%0
%3
%57
%13

Triadic Colors of #dfd85f

#dfd85f #5fdfd8 #d85fdf

Analogous Colors of #dfd85f

#dfd85f #a6df5f #df985f

Monochromatic Colors of #dfd85f

#dfd85f

Complementary Color

#dfd85f #5f66df

#dfd85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd85f Color CSS Codes

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

#dfd85f Text Font Color

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

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


#dfd85f Background Color

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

This div background color is #dfd85f


#dfd85f Border Color

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

This div border color is #dfd85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd85f


Comments

No comments written yet.

Please login to write comment.