Color Hex Logo

#dfc09e Color Hex

#DFC09E
(223,192,158)
0 Favorites   0 Comments

Color spaces of #dfc09e

RGB 223192158
HSL0.090.500.75
HSV31°29°87°
CMYK 0.000.140.29   0.13
XYZ55.452655.855940.2063
Yxy55.85590.36600.3686
Hunter Lab74.73681.652620.4194
CIE-Lab79.53176.021521.2244

#dfc09e color RGB value is (223,192,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 10011110
Octal 337 300 236
Decimal 223 192 158
Hex DF C0 9E

RGB Percentages of Color #dfc09e

%38.92
%33.51
%27.57

CMYK Percentages of Color #dfc09e

%0
%14
%29
%13

Triadic Colors of #dfc09e

#dfc09e #9edfc0 #c09edf

Analogous Colors of #dfc09e

#dfc09e #dedf9e #dfa09e

Monochromatic Colors of #dfc09e

#dfc09e

Complementary Color

#dfc09e #9ebddf

#dfc09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc09e Color CSS Codes

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

#dfc09e Text Font Color

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

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


#dfc09e Background Color

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

This div background color is #dfc09e


#dfc09e Border Color

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

This div border color is #dfc09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc09e

#dfc09e Color Palettes


Comments

No comments written yet.

Please login to write comment.