Color Hex Logo

#dfd140 Color Hex

#DFD140
(223,209,64)
0 Favorites   0 Comments

Color spaces of #dfd140

RGB 22320964
HSL0.150.710.56
HSV55°71°87°
CMYK 0.000.060.71   0.13
XYZ54.157361.659113.8975
Yxy61.65910.41750.4753
Hunter Lab78.5233-14.304944.4728
CIE-Lab82.7318-11.050669.5289

#dfd140 color RGB value is (223,209,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 01000000
Octal 337 321 100
Decimal 223 209 64
Hex DF D1 40

RGB Percentages of Color #dfd140

%44.96
%42.14
%12.90

CMYK Percentages of Color #dfd140

%0
%6
%71
%13

Triadic Colors of #dfd140

#dfd140 #40dfd1 #d140df

Analogous Colors of #dfd140

#dfd140 #9edf40 #df8240

Monochromatic Colors of #dfd140

#dfd140

Complementary Color

#dfd140 #404edf

#dfd140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd140 Color CSS Codes

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

#dfd140 Text Font Color

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

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


#dfd140 Background Color

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

This div background color is #dfd140


#dfd140 Border Color

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

This div border color is #dfd140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd140


Comments

No comments written yet.

Please login to write comment.