Color Hex Logo

#dfd99e Color Hex

#DFD99E
(223,217,158)
0 Favorites   0 Comments

Color spaces of #dfd99e

RGB 223217158
HSL0.150.500.75
HSV54°29°87°
CMYK 0.000.030.29   0.13
XYZ61.415867.782342.1941
Yxy67.78230.35830.3955
Hunter Lab82.3300-10.921727.2449
CIE-Lab85.8975-6.947829.8731

#dfd99e color RGB value is (223,217,158).

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

The process color (four color CMYK) of #dfd99e color hex is 0.00, 0.03, 0.29, 0.13. Web safe color of #dfd99e is #cccc99. Color #dfd99e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 10011110
Octal 337 331 236
Decimal 223 217 158
Hex DF D9 9E

RGB Percentages of Color #dfd99e

%37.29
%36.29
%26.42

CMYK Percentages of Color #dfd99e

%0
%3
%29
%13

Triadic Colors of #dfd99e

#dfd99e #9edfd9 #d99edf

Analogous Colors of #dfd99e

#dfd99e #c5df9e #dfb99e

Monochromatic Colors of #dfd99e

#dfd99e

Complementary Color

#dfd99e #9ea4df

#dfd99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd99e Color CSS Codes

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

#dfd99e Text Font Color

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

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


#dfd99e Background Color

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

This div background color is #dfd99e


#dfd99e Border Color

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

This div border color is #dfd99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd99e


Comments

No comments written yet.

Please login to write comment.