Color Hex Logo

#dfc696 Color Hex

#DFC696
(223,198,150)
0 Favorites   0 Comments

Color spaces of #dfc696

RGB 223198150
HSL0.110.530.73
HSV39°33°87°
CMYK 0.000.110.33   0.13
XYZ56.130558.278237.1446
Yxy58.27820.37040.3845
Hunter Lab76.3402-2.349924.5896
CIE-Lab80.89321.848727.3105

#dfc696 color RGB value is (223,198,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 10010110
Octal 337 306 226
Decimal 223 198 150
Hex DF C6 96

RGB Percentages of Color #dfc696

%39.05
%34.68
%26.27

CMYK Percentages of Color #dfc696

%0
%11
%33
%13

Triadic Colors of #dfc696

#dfc696 #96dfc6 #c696df

Analogous Colors of #dfc696

#dfc696 #d4df96 #dfa296

Monochromatic Colors of #dfc696

#dfc696

Complementary Color

#dfc696 #96afdf

#dfc696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc696 Color CSS Codes

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

#dfc696 Text Font Color

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

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


#dfc696 Background Color

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

This div background color is #dfc696


#dfc696 Border Color

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

This div border color is #dfc696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc696


Comments

No comments written yet.

Please login to write comment.