Color Hex Logo

#dfd65d Color Hex

#DFD65D
(223,214,93)
0 Favorites   0 Comments

Color spaces of #dfd65d

RGB 22321493
HSL0.160.670.62
HSV56°58°87°
CMYK 0.000.040.58   0.13
XYZ56.453864.571419.8440
Yxy64.57140.40080.4584
Hunter Lab80.3563-15.219641.6078
CIE-Lab84.2624-11.869859.4732

#dfd65d color RGB value is (223,214,93).

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

The process color (four color CMYK) of #dfd65d color hex is 0.00, 0.04, 0.58, 0.13. Web safe color of #dfd65d is #cccc66. Color #dfd65d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010110 01011101
Octal 337 326 135
Decimal 223 214 93
Hex DF D6 5D

RGB Percentages of Color #dfd65d

%42.08
%40.38
%17.55

CMYK Percentages of Color #dfd65d

%0
%4
%58
%13

Triadic Colors of #dfd65d

#dfd65d #5ddfd6 #d65ddf

Analogous Colors of #dfd65d

#dfd65d #a7df5d #df955d

Monochromatic Colors of #dfd65d

#dfd65d

Complementary Color

#dfd65d #5d66df

#dfd65d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd65d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd65d Color CSS Codes

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

#dfd65d Text Font Color

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

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


#dfd65d Background Color

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

This div background color is #dfd65d


#dfd65d Border Color

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

This div border color is #dfd65d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd65d


Comments

No comments written yet.

Please login to write comment.