color codes Logo

#dfd73e color codes

#DFD73E
(223,215,62)
0 Favorites   0 Comments

Color spaces of #dfd73e

RGB 22321562
HSL0.160.720.56
HSV57°72°87°
CMYK 0.000.040.72   0.13
XYZ55.601464.636714.1030
Yxy64.63670.41390.4811
Hunter Lab80.3970-17.246645.8774
CIE-Lab84.2962-14.141571.7322

#dfd73e color RGB value is (223,215,62).

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

The process color (four color CMYK) of #dfd73e color code is 0.00, 0.04, 0.72, 0.13. Web safe color of #dfd73e is #cccc33. Color #dfd73e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010111 00111110
Octal 337 327 76
Decimal 223 215 62
Hex DF D7 3E

RGB Percentages of Color #dfd73e

%44.60
%43.00
%12.40

CMYK Percentages of Color #dfd73e

%0
%4
%72
%13

Triadic Colors of #dfd73e

#dfd73e #3edfd7 #d73edf

Analogous Colors of #dfd73e

#dfd73e #97df3e #df873e

Monochromatic Colors of #dfd73e

#dfd73e

Complementary Color

#dfd73e #3e46df

#dfd73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd73e Color CSS Codes

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

#dfd73e Text Font Color

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

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


#dfd73e Background Color

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

This div background color is #dfd73e


#dfd73e Border Color

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

This div border color is #dfd73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd73e


Comments

No comments written yet.

Please login to write comment.