Color Hex Logo

#dfd67f Color Hex

#DFD67F
(223,214,127)
0 Favorites   0 Comments

Color spaces of #dfd67f

RGB 223214127
HSL0.150.600.69
HSV54°43°87°
CMYK 0.000.040.43   0.13
XYZ58.308865.313429.6122
Yxy65.31340.38050.4262
Hunter Lab80.8167-12.642534.8471
CIE-Lab84.6450-8.964943.9471

#dfd67f color RGB value is (223,214,127).

#dfd67f hex color red value is 223, green value is 214 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dfd67f hue: 0.15 , saturation: 0.60 and the lightness value of dfd67f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010110 01111111
Octal 337 326 177
Decimal 223 214 127
Hex DF D6 7F

RGB Percentages of Color #dfd67f

%39.54
%37.94
%22.52

CMYK Percentages of Color #dfd67f

%0
%4
%43
%13

Triadic Colors of #dfd67f

#dfd67f #7fdfd6 #d67fdf

Analogous Colors of #dfd67f

#dfd67f #b8df7f #dfa67f

Monochromatic Colors of #dfd67f

#dfd67f

Complementary Color

#dfd67f #7f88df

#dfd67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd67f Color CSS Codes

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

#dfd67f Text Font Color

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

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


#dfd67f Background Color

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

This div background color is #dfd67f


#dfd67f Border Color

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

This div border color is #dfd67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd67f


Comments

No comments written yet.

Please login to write comment.