Color Hex Logo

#dfd93a Color Hex

#DFD93A
(223,217,58)
0 Favorites   0 Comments

Color spaces of #dfd93a

RGB 22321758
HSL0.160.720.55
HSV58°74°87°
CMYK 0.000.030.74   0.13
XYZ56.008065.619213.7168
Yxy65.61920.41380.4848
Hunter Lab81.0057-18.343646.6643
CIE-Lab84.8018-15.304173.5362

#dfd93a color RGB value is (223,217,58).

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

The process color (four color CMYK) of #dfd93a color hex is 0.00, 0.03, 0.74, 0.13. Web safe color of #dfd93a is #cccc33. Color #dfd93a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 00111010
Octal 337 331 72
Decimal 223 217 58
Hex DF D9 3A

RGB Percentages of Color #dfd93a

%44.78
%43.57
%11.65

CMYK Percentages of Color #dfd93a

%0
%3
%74
%13

Triadic Colors of #dfd93a

#dfd93a #3adfd9 #d93adf

Analogous Colors of #dfd93a

#dfd93a #93df3a #df873a

Monochromatic Colors of #dfd93a

#dfd93a

Complementary Color

#dfd93a #3a40df

#dfd93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd93a Color CSS Codes

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

#dfd93a Text Font Color

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

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


#dfd93a Background Color

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

This div background color is #dfd93a


#dfd93a Border Color

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

This div border color is #dfd93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd93a


Comments

No comments written yet.

Please login to write comment.