Color Hex Logo

#dfc49e Color Hex

#DFC49E
(223,196,158)
0 Favorites   0 Comments

Color spaces of #dfc49e

RGB 223196158
HSL0.100.500.75
HSV35°29°87°
CMYK 0.000.120.29   0.13
XYZ56.342957.636540.5031
Yxy57.63650.36470.3731
Hunter Lab75.9187-0.384421.5115
CIE-Lab80.53633.915722.6041

#dfc49e color RGB value is (223,196,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 10011110
Octal 337 304 236
Decimal 223 196 158
Hex DF C4 9E

RGB Percentages of Color #dfc49e

%38.65
%33.97
%27.38

CMYK Percentages of Color #dfc49e

%0
%12
%29
%13

Triadic Colors of #dfc49e

#dfc49e #9edfc4 #c49edf

Analogous Colors of #dfc49e

#dfc49e #dadf9e #dfa49e

Monochromatic Colors of #dfc49e

#dfc49e

Complementary Color

#dfc49e #9eb9df

#dfc49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc49e Color CSS Codes

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

#dfc49e Text Font Color

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

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


#dfc49e Background Color

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

This div background color is #dfc49e


#dfc49e Border Color

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

This div border color is #dfc49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc49e


Comments

No comments written yet.

Please login to write comment.