Color Hex Logo

#dfd85a Color Hex

#DFD85A
(223,216,90)
0 Favorites   0 Comments

Color spaces of #dfd85a

RGB 22321690
HSL0.160.680.61
HSV57°60°87°
CMYK 0.000.030.60   0.13
XYZ56.832865.537919.3275
Yxy65.53790.40110.4625
Hunter Lab80.9555-16.360642.5138
CIE-Lab84.7602-13.076961.3238

#dfd85a color RGB value is (223,216,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 01011010
Octal 337 330 132
Decimal 223 216 90
Hex DF D8 5A

RGB Percentages of Color #dfd85a

%42.16
%40.83
%17.01

CMYK Percentages of Color #dfd85a

%0
%3
%60
%13

Triadic Colors of #dfd85a

#dfd85a #5adfd8 #d85adf

Analogous Colors of #dfd85a

#dfd85a #a4df5a #df965a

Monochromatic Colors of #dfd85a

#dfd85a

Complementary Color

#dfd85a #5a61df

#dfd85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd85a Color CSS Codes

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

#dfd85a Text Font Color

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

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


#dfd85a Background Color

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

This div background color is #dfd85a


#dfd85a Border Color

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

This div border color is #dfd85a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd85a


Comments

No comments written yet.

Please login to write comment.