Color Hex Logo

#dfd197 Color Hex

#DFD197
(223,209,151)
0 Favorites   0 Comments

Color spaces of #dfd197

RGB 223209151
HSL0.130.530.73
HSV48°32°87°
CMYK 0.000.060.32   0.13
XYZ58.817863.523338.4393
Yxy63.52330.36580.3951
Hunter Lab79.7015-7.748927.1960
CIE-Lab83.7170-3.732230.5738

#dfd197 color RGB value is (223,209,151).

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

The process color (four color CMYK) of #dfd197 color hex is 0.00, 0.06, 0.32, 0.13. Web safe color of #dfd197 is #cccc99. Color #dfd197 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 10010111
Octal 337 321 227
Decimal 223 209 151
Hex DF D1 97

RGB Percentages of Color #dfd197

%38.25
%35.85
%25.90

CMYK Percentages of Color #dfd197

%0
%6
%32
%13

Triadic Colors of #dfd197

#dfd197 #97dfd1 #d197df

Analogous Colors of #dfd197

#dfd197 #c9df97 #dfad97

Monochromatic Colors of #dfd197

#dfd197

Complementary Color

#dfd197 #97a5df

#dfd197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd197 Color CSS Codes

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

#dfd197 Text Font Color

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

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


#dfd197 Background Color

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

This div background color is #dfd197


#dfd197 Border Color

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

This div border color is #dfd197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd197


Comments

No comments written yet.

Please login to write comment.