Color Hex Logo

#dfd796 Color Hex

#DFD796
(223,215,150)
0 Favorites   0 Comments

Color spaces of #dfd796

RGB 223215150
HSL0.150.530.73
HSV53°33°87°
CMYK 0.000.040.33   0.13
XYZ60.236966.490938.5134
Yxy66.49090.36450.4024
Hunter Lab81.5420-10.836429.0759
CIE-Lab85.2462-6.924333.1197

#dfd796 color RGB value is (223,215,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010111 10010110
Octal 337 327 226
Decimal 223 215 150
Hex DF D7 96

RGB Percentages of Color #dfd796

%37.93
%36.56
%25.51

CMYK Percentages of Color #dfd796

%0
%4
%33
%13

Triadic Colors of #dfd796

#dfd796 #96dfd7 #d796df

Analogous Colors of #dfd796

#dfd796 #c3df96 #dfb396

Monochromatic Colors of #dfd796

#dfd796

Complementary Color

#dfd796 #969edf

#dfd796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd796 Color CSS Codes

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

#dfd796 Text Font Color

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

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


#dfd796 Background Color

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

This div background color is #dfd796


#dfd796 Border Color

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

This div border color is #dfd796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd796

#dfd796 Color Palettes


Comments

No comments written yet.

Please login to write comment.