Color Hex Logo

#dfd497 Color Hex

#DFD497
(223,212,151)
0 Favorites   0 Comments

Color spaces of #dfd497

RGB 223212151
HSL0.140.530.73
HSV51°32°87°
CMYK 0.000.050.32   0.13
XYZ59.560865.009338.6870
Yxy65.00930.36480.3982
Hunter Lab80.6283-9.240227.9914
CIE-Lab84.4885-5.271331.6012

#dfd497 color RGB value is (223,212,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010100 10010111
Octal 337 324 227
Decimal 223 212 151
Hex DF D4 97

RGB Percentages of Color #dfd497

%38.05
%36.18
%25.77

CMYK Percentages of Color #dfd497

%0
%5
%32
%13

Triadic Colors of #dfd497

#dfd497 #97dfd4 #d497df

Analogous Colors of #dfd497

#dfd497 #c6df97 #dfb097

Monochromatic Colors of #dfd497

#dfd497

Complementary Color

#dfd497 #97a2df

#dfd497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd497 Color CSS Codes

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

#dfd497 Text Font Color

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

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


#dfd497 Background Color

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

This div background color is #dfd497


#dfd497 Border Color

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

This div border color is #dfd497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd497


Comments

No comments written yet.

Please login to write comment.