color codes Logo

#dfc29e color codes

#DFC29E
(223,194,158)
0 Favorites   0 Comments

Color spaces of #dfc29e

RGB 223194158
HSL0.090.500.75
HSV33°29°87°
CMYK 0.000.130.29   0.13
XYZ55.894856.740240.3537
Yxy56.74020.36540.3709
Hunter Lab75.32610.633120.9654
CIE-Lab80.03324.967421.9139

#dfc29e color RGB value is (223,194,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 10011110
Octal 337 302 236
Decimal 223 194 158
Hex DF C2 9E

RGB Percentages of Color #dfc29e

%38.78
%33.74
%27.48

CMYK Percentages of Color #dfc29e

%0
%13
%29
%13

Triadic Colors of #dfc29e

#dfc29e #9edfc2 #c29edf

Analogous Colors of #dfc29e

#dfc29e #dcdf9e #dfa29e

Monochromatic Colors of #dfc29e

#dfc29e

Complementary Color

#dfc29e #9ebbdf

#dfc29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc29e Color CSS Codes

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

#dfc29e Text Font Color

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

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


#dfc29e Background Color

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

This div background color is #dfc29e


#dfc29e Border Color

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

This div border color is #dfc29e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc29e


Comments

No comments written yet.

Please login to write comment.