Color Hex Logo

#dfd749 Color Hex

#DFD749
(223,215,73)
0 Favorites   0 Comments

Color spaces of #dfd749

RGB 22321573
HSL0.160.700.58
HSV57°67°87°
CMYK 0.000.040.67   0.13
XYZ55.934564.769915.8571
Yxy64.76990.40960.4743
Hunter Lab80.4797-16.779744.6538
CIE-Lab84.3650-13.604967.8184

#dfd749 color RGB value is (223,215,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010111 01001001
Octal 337 327 111
Decimal 223 215 73
Hex DF D7 49

RGB Percentages of Color #dfd749

%43.64
%42.07
%14.29

CMYK Percentages of Color #dfd749

%0
%4
%67
%13

Triadic Colors of #dfd749

#dfd749 #49dfd7 #d749df

Analogous Colors of #dfd749

#dfd749 #9cdf49 #df8c49

Monochromatic Colors of #dfd749

#dfd749

Complementary Color

#dfd749 #4951df

#dfd749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd749 Color CSS Codes

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

#dfd749 Text Font Color

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

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


#dfd749 Background Color

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

This div background color is #dfd749


#dfd749 Border Color

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

This div border color is #dfd749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd749


Comments

No comments written yet.

Please login to write comment.