Color Hex Logo

#dfd379 Color Hex

#DFD379
(223,211,121)
0 Favorites   0 Comments

Color spaces of #dfd379

RGB 223211121
HSL0.150.610.67
HSV53°46°87°
CMYK 0.000.050.46   0.13
XYZ57.176963.657027.3626
Yxy63.65700.38580.4295
Hunter Lab79.7853-11.705135.5161
CIE-Lab83.7869-8.033245.8357

#dfd379 color RGB value is (223,211,121).

#dfd379 hex color red value is 223, green value is 211 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dfd379 hue: 0.15 , saturation: 0.61 and the lightness value of dfd379 is 0.67.

The process color (four color CMYK) of #dfd379 color hex is 0.00, 0.05, 0.46, 0.13. Web safe color of #dfd379 is #cccc66. Color #dfd379 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010011 01111001
Octal 337 323 171
Decimal 223 211 121
Hex DF D3 79

RGB Percentages of Color #dfd379

%40.18
%38.02
%21.80

CMYK Percentages of Color #dfd379

%0
%5
%46
%13

Triadic Colors of #dfd379

#dfd379 #79dfd3 #d379df

Analogous Colors of #dfd379

#dfd379 #b8df79 #dfa079

Monochromatic Colors of #dfd379

#dfd379

Complementary Color

#dfd379 #7985df

#dfd379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd379 Color CSS Codes

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

#dfd379 Text Font Color

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

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


#dfd379 Background Color

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

This div background color is #dfd379


#dfd379 Border Color

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

This div border color is #dfd379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd379


Comments

No comments written yet.

Please login to write comment.