Color Hex Logo

#dfd84f Color Hex

#DFD84F
(223,216,79)
0 Favorites   0 Comments

Color spaces of #dfd84f

RGB 22321679
HSL0.160.690.59
HSV57°65°87°
CMYK 0.000.030.65   0.13
XYZ56.398665.364217.0412
Yxy65.36420.40630.4709
Hunter Lab80.8481-16.965044.0965
CIE-Lab84.6711-13.768365.7895

#dfd84f color RGB value is (223,216,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 01001111
Octal 337 330 117
Decimal 223 216 79
Hex DF D8 4F

RGB Percentages of Color #dfd84f

%43.05
%41.70
%15.25

CMYK Percentages of Color #dfd84f

%0
%3
%65
%13

Triadic Colors of #dfd84f

#dfd84f #4fdfd8 #d84fdf

Analogous Colors of #dfd84f

#dfd84f #9edf4f #df904f

Monochromatic Colors of #dfd84f

#dfd84f

Complementary Color

#dfd84f #4f56df

#dfd84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd84f Color CSS Codes

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

#dfd84f Text Font Color

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

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


#dfd84f Background Color

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

This div background color is #dfd84f


#dfd84f Border Color

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

This div border color is #dfd84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd84f


Comments

No comments written yet.

Please login to write comment.