Color Hex Logo

#dfd396 Color Hex

#DFD396
(223,211,150)
0 Favorites   0 Comments

Color spaces of #dfd396

RGB 223211150
HSL0.140.530.73
HSV50°33°87°
CMYK 0.000.050.33   0.13
XYZ59.230764.478538.1780
Yxy64.47850.36590.3983
Hunter Lab80.2985-8.855228.0195
CIE-Lab84.2143-4.881231.7523

#dfd396 color RGB value is (223,211,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010011 10010110
Octal 337 323 226
Decimal 223 211 150
Hex DF D3 96

RGB Percentages of Color #dfd396

%38.18
%36.13
%25.68

CMYK Percentages of Color #dfd396

%0
%5
%33
%13

Triadic Colors of #dfd396

#dfd396 #96dfd3 #d396df

Analogous Colors of #dfd396

#dfd396 #c7df96 #dfaf96

Monochromatic Colors of #dfd396

#dfd396

Complementary Color

#dfd396 #96a2df

#dfd396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd396 Color CSS Codes

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

#dfd396 Text Font Color

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

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


#dfd396 Background Color

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

This div background color is #dfd396


#dfd396 Border Color

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

This div border color is #dfd396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd396


Comments

No comments written yet.

Please login to write comment.