Color Hex Logo

#dfd94d Color Hex

#DFD94D
(223,217,77)
0 Favorites   0 Comments

Color spaces of #dfd94d

RGB 22321777
HSL0.160.700.59
HSV58°65°87°
CMYK 0.000.030.65   0.13
XYZ56.583865.849516.7491
Yxy65.84950.40650.4731
Hunter Lab81.1477-17.541544.5658
CIE-Lab84.9196-14.380266.8374

#dfd94d color RGB value is (223,217,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 01001101
Octal 337 331 115
Decimal 223 217 77
Hex DF D9 4D

RGB Percentages of Color #dfd94d

%43.13
%41.97
%14.89

CMYK Percentages of Color #dfd94d

%0
%3
%65
%13

Triadic Colors of #dfd94d

#dfd94d #4ddfd9 #d94ddf

Analogous Colors of #dfd94d

#dfd94d #9cdf4d #df904d

Monochromatic Colors of #dfd94d

#dfd94d

Complementary Color

#dfd94d #4d53df

#dfd94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd94d Color CSS Codes

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

#dfd94d Text Font Color

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

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


#dfd94d Background Color

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

This div background color is #dfd94d


#dfd94d Border Color

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

This div border color is #dfd94d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,217,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 #dfd94d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd94d


Comments

No comments written yet.

Please login to write comment.