Color Hex Logo

#dfc095 Color Hex

#DFC095
(223,192,149)
0 Favorites   0 Comments

Color spaces of #dfc095

RGB 223192149
HSL0.100.540.73
HSV35°33°87°
CMYK 0.000.140.33   0.13
XYZ54.705955.557236.2741
Yxy55.55720.37330.3791
Hunter Lab74.53670.570123.3216
CIE-Lab79.36114.873125.7693

#dfc095 color RGB value is (223,192,149).

#dfc095 hex color red value is 223, green value is 192 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #dfc095 hue: 0.10 , saturation: 0.54 and the lightness value of dfc095 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 10010101
Octal 337 300 225
Decimal 223 192 149
Hex DF C0 95

RGB Percentages of Color #dfc095

%39.54
%34.04
%26.42

CMYK Percentages of Color #dfc095

%0
%14
%33
%13

Triadic Colors of #dfc095

#dfc095 #95dfc0 #c095df

Analogous Colors of #dfc095

#dfc095 #d9df95 #df9b95

Monochromatic Colors of #dfc095

#dfc095

Complementary Color

#dfc095 #95b4df

#dfc095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc095 Color CSS Codes

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

#dfc095 Text Font Color

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

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


#dfc095 Background Color

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

This div background color is #dfc095


#dfc095 Border Color

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

This div border color is #dfc095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc095


Comments

No comments written yet.

Please login to write comment.