Color Hex Logo

#dfc796 Color Hex

#DFC796
(223,199,150)
0 Favorites   0 Comments

Color spaces of #dfc796

RGB 223199150
HSL0.110.530.73
HSV40°33°87°
CMYK 0.000.110.33   0.13
XYZ56.359958.736837.2210
Yxy58.73680.37000.3856
Hunter Lab76.6399-2.853624.8531
CIE-Lab81.14671.326727.6518

#dfc796 color RGB value is (223,199,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 10010110
Octal 337 307 226
Decimal 223 199 150
Hex DF C7 96

RGB Percentages of Color #dfc796

%38.99
%34.79
%26.22

CMYK Percentages of Color #dfc796

%0
%11
%33
%13

Triadic Colors of #dfc796

#dfc796 #96dfc7 #c796df

Analogous Colors of #dfc796

#dfc796 #d3df96 #dfa396

Monochromatic Colors of #dfc796

#dfc796

Complementary Color

#dfc796 #96aedf

#dfc796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc796 Color CSS Codes

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

#dfc796 Text Font Color

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

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


#dfc796 Background Color

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

This div background color is #dfc796


#dfc796 Border Color

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

This div border color is #dfc796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc796


Comments

No comments written yet.

Please login to write comment.