Color Hex Logo

#dfd349 Color Hex

#DFD349
(223,211,73)
0 Favorites   0 Comments

Color spaces of #dfd349

RGB 22321173
HSL0.150.700.58
HSV55°67°87°
CMYK 0.000.050.67   0.13
XYZ54.928362.757515.5217
Yxy62.75750.41240.4711
Hunter Lab79.2196-14.868343.8369
CIE-Lab83.3146-11.605066.7545

#dfd349 color RGB value is (223,211,73).

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

The process color (four color CMYK) of #dfd349 color hex is 0.00, 0.05, 0.67, 0.13. Web safe color of #dfd349 is #cccc33. Color #dfd349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010011 01001001
Octal 337 323 111
Decimal 223 211 73
Hex DF D3 49

RGB Percentages of Color #dfd349

%43.98
%41.62
%14.40

CMYK Percentages of Color #dfd349

%0
%5
%67
%13

Triadic Colors of #dfd349

#dfd349 #49dfd3 #d349df

Analogous Colors of #dfd349

#dfd349 #a0df49 #df8849

Monochromatic Colors of #dfd349

#dfd349

Complementary Color

#dfd349 #4955df

#dfd349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd349 Color CSS Codes

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

#dfd349 Text Font Color

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

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


#dfd349 Background Color

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

This div background color is #dfd349


#dfd349 Border Color

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

This div border color is #dfd349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd349


Comments

No comments written yet.

Please login to write comment.