Color Hex Logo

#dfd193 Color Hex

#DFD193
(223,209,147)
0 Favorites   0 Comments

Color spaces of #dfd193

RGB 223209147
HSL0.140.540.73
HSV49°34°87°
CMYK 0.000.060.34   0.13
XYZ58.498363.395536.7571
Yxy63.39550.36870.3996
Hunter Lab79.6213-8.192128.3637
CIE-Lab83.6500-4.216732.5513

#dfd193 color RGB value is (223,209,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 10010011
Octal 337 321 223
Decimal 223 209 147
Hex DF D1 93

RGB Percentages of Color #dfd193

%38.51
%36.10
%25.39

CMYK Percentages of Color #dfd193

%0
%6
%34
%13

Triadic Colors of #dfd193

#dfd193 #93dfd1 #d193df

Analogous Colors of #dfd193

#dfd193 #c7df93 #dfab93

Monochromatic Colors of #dfd193

#dfd193

Complementary Color

#dfd193 #93a1df

#dfd193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd193 Color CSS Codes

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

#dfd193 Text Font Color

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

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


#dfd193 Background Color

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

This div background color is #dfd193


#dfd193 Border Color

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

This div border color is #dfd193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd193

#dfd193 Color Palettes


Comments

No comments written yet.

Please login to write comment.