Color Hex Logo

#dfd91e Color Hex

#DFD91E
(223,217,30)
0 Favorites   0 Comments

Color spaces of #dfd91e

RGB 22321730
HSL0.160.760.50
HSV58°87°87°
CMYK 0.000.030.87   0.13
XYZ55.478665.407410.9292
Yxy65.40740.42090.4962
Hunter Lab80.8748-19.083448.6001
CIE-Lab84.6932-16.161180.6612

#dfd91e color RGB value is (223,217,30).

#dfd91e hex color red value is 223, green value is 217 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dfd91e hue: 0.16 , saturation: 0.76 and the lightness value of dfd91e is 0.50.

The process color (four color CMYK) of #dfd91e color hex is 0.00, 0.03, 0.87, 0.13. Web safe color of #dfd91e is #cccc33. Color #dfd91e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 00011110
Octal 337 331 36
Decimal 223 217 30
Hex DF D9 1E

RGB Percentages of Color #dfd91e

%47.45
%46.17
%6.38

CMYK Percentages of Color #dfd91e

%0
%3
%87
%13

Triadic Colors of #dfd91e

#dfd91e #1edfd9 #d91edf

Analogous Colors of #dfd91e

#dfd91e #85df1e #df791e

Monochromatic Colors of #dfd91e

#dfd91e

Complementary Color

#dfd91e #1e24df

#dfd91e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd91e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd91e Color CSS Codes

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

#dfd91e Text Font Color

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

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


#dfd91e Background Color

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

This div background color is #dfd91e


#dfd91e Border Color

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

This div border color is #dfd91e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd91e


Comments

No comments written yet.

Please login to write comment.