Color Hex Logo

#dfc921 Color Hex

#DFC921
(223,201,33)
0 Favorites   0 Comments

Color spaces of #dfc921

RGB 22320133
HSL0.150.750.50
HSV53°85°87°
CMYK 0.000.100.85   0.13
XYZ51.592657.57119.8320
Yxy57.57110.43360.4838
Hunter Lab75.8756-11.409045.4301
CIE-Lab80.4997-8.079176.6517

#dfc921 color RGB value is (223,201,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 00100001
Octal 337 311 41
Decimal 223 201 33
Hex DF C9 21

RGB Percentages of Color #dfc921

%48.80
%43.98
%7.22

CMYK Percentages of Color #dfc921

%0
%10
%85
%13

Triadic Colors of #dfc921

#dfc921 #21dfc9 #c921df

Analogous Colors of #dfc921

#dfc921 #96df21 #df6a21

Monochromatic Colors of #dfc921

#dfc921

Complementary Color

#dfc921 #2137df

#dfc921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc921 Color CSS Codes

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

#dfc921 Text Font Color

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

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


#dfc921 Background Color

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

This div background color is #dfc921


#dfc921 Border Color

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

This div border color is #dfc921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc921


Comments

No comments written yet.

Please login to write comment.