Color Hex Logo

#dfc096 Color Hex

#DFC096
(223,192,150)
0 Favorites   0 Comments

Color spaces of #dfc096

RGB 223192150
HSL0.100.530.73
HSV35°33°87°
CMYK 0.000.140.33   0.13
XYZ54.786155.589336.6964
Yxy55.58930.37250.3780
Hunter Lab74.55820.686623.0091
CIE-Lab79.37954.997025.2650

#dfc096 color RGB value is (223,192,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 10010110
Octal 337 300 226
Decimal 223 192 150
Hex DF C0 96

RGB Percentages of Color #dfc096

%39.47
%33.98
%26.55

CMYK Percentages of Color #dfc096

%0
%14
%33
%13

Triadic Colors of #dfc096

#dfc096 #96dfc0 #c096df

Analogous Colors of #dfc096

#dfc096 #dadf96 #df9c96

Monochromatic Colors of #dfc096

#dfc096

Complementary Color

#dfc096 #96b5df

#dfc096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc096 Color CSS Codes

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

#dfc096 Text Font Color

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

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


#dfc096 Background Color

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

This div background color is #dfc096


#dfc096 Border Color

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

This div border color is #dfc096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc096


Comments

No comments written yet.

Please login to write comment.