Color Hex Logo

#dfd740 Color Hex

#DFD740
(223,215,64)
0 Favorites   0 Comments

Color spaces of #dfd740

RGB 22321564
HSL0.160.710.56
HSV57°71°87°
CMYK 0.000.040.71   0.13
XYZ55.657364.659014.3975
Yxy64.65900.41320.4800
Hunter Lab80.4108-17.168045.6717
CIE-Lab84.3077-14.051171.0526

#dfd740 color RGB value is (223,215,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010111 01000000
Octal 337 327 100
Decimal 223 215 64
Hex DF D7 40

RGB Percentages of Color #dfd740

%44.42
%42.83
%12.75

CMYK Percentages of Color #dfd740

%0
%4
%71
%13

Triadic Colors of #dfd740

#dfd740 #40dfd7 #d740df

Analogous Colors of #dfd740

#dfd740 #98df40 #df8840

Monochromatic Colors of #dfd740

#dfd740

Complementary Color

#dfd740 #4048df

#dfd740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd740 Color CSS Codes

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

#dfd740 Text Font Color

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

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


#dfd740 Background Color

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

This div background color is #dfd740


#dfd740 Border Color

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

This div border color is #dfd740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd740


Comments

No comments written yet.

Please login to write comment.