Color Hex Logo

#dfd111 Color Hex

#DFD111
(223,209,17)
0 Favorites   0 Comments

Color spaces of #dfd111

RGB 22320917
HSL0.160.860.47
HSV56°92°87°
CMYK 0.000.060.92   0.13
XYZ53.333161.32949.5571
Yxy61.32940.42930.4937
Hunter Lab78.3131-15.485147.5836
CIE-Lab82.5555-12.404381.0403

#dfd111 color RGB value is (223,209,17).

#dfd111 hex color red value is 223, green value is 209 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #dfd111 hue: 0.16 , saturation: 0.86 and the lightness value of dfd111 is 0.47.

The process color (four color CMYK) of #dfd111 color hex is 0.00, 0.06, 0.92, 0.13. Web safe color of #dfd111 is #cccc00. Color #dfd111 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 00010001
Octal 337 321 21
Decimal 223 209 17
Hex DF D1 11

RGB Percentages of Color #dfd111

%49.67
%46.55
%3.79

CMYK Percentages of Color #dfd111

%0
%6
%92
%13

Triadic Colors of #dfd111

#dfd111 #11dfd1 #d111df

Analogous Colors of #dfd111

#dfd111 #86df11 #df6a11

Monochromatic Colors of #dfd111

#dfd111

Complementary Color

#dfd111 #111fdf

#dfd111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd111 Color CSS Codes

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

#dfd111 Text Font Color

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

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


#dfd111 Background Color

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

This div background color is #dfd111


#dfd111 Border Color

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

This div border color is #dfd111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd111


Comments

No comments written yet.

Please login to write comment.