Color Hex Logo

#dfd921 Color Hex

#DFD921
(223,217,33)
0 Favorites   0 Comments

Color spaces of #dfd921

RGB 22321733
HSL0.160.750.50
HSV58°85°87°
CMYK 0.000.030.85   0.13
XYZ55.518865.423511.1407
Yxy65.42350.42030.4953
Hunter Lab80.8848-19.027148.4530
CIE-Lab84.7015-16.095880.0797

#dfd921 color RGB value is (223,217,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 00100001
Octal 337 331 41
Decimal 223 217 33
Hex DF D9 21

RGB Percentages of Color #dfd921

%47.15
%45.88
%6.98

CMYK Percentages of Color #dfd921

%0
%3
%85
%13

Triadic Colors of #dfd921

#dfd921 #21dfd9 #d921df

Analogous Colors of #dfd921

#dfd921 #86df21 #df7a21

Monochromatic Colors of #dfd921

#dfd921

Complementary Color

#dfd921 #2127df

#dfd921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd921 Color CSS Codes

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

#dfd921 Text Font Color

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

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


#dfd921 Background Color

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

This div background color is #dfd921


#dfd921 Border Color

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

This div border color is #dfd921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd921


Comments

No comments written yet.

Please login to write comment.