Color Hex Logo

#dfd301 Color Hex

#DFD301
(223,211,1)
0 Favorites   0 Comments

Color spaces of #dfd301

RGB 2232111
HSL0.160.990.44
HSV57°100°87°
CMYK 0.000.051.00   0.13
XYZ53.731262.27879.2178
Yxy62.27870.42910.4973
Hunter Lab78.9169-16.571348.3165
CIE-Lab83.0614-13.561382.9771

#dfd301 color RGB value is (223,211,1).

#dfd301 hex color red value is 223, green value is 211 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #dfd301 hue: 0.16 , saturation: 0.99 and the lightness value of dfd301 is 0.44.

The process color (four color CMYK) of #dfd301 color hex is 0.00, 0.05, 1.00, 0.13. Web safe color of #dfd301 is #cccc00. Color #dfd301 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010011 00000001
Octal 337 323 1
Decimal 223 211 1
Hex DF D3 1

RGB Percentages of Color #dfd301

%51.26
%48.51
%0.23

CMYK Percentages of Color #dfd301

%0
%5
%100
%13

Triadic Colors of #dfd301

#dfd301 #01dfd3 #d301df

Analogous Colors of #dfd301

#dfd301 #7cdf01 #df6401

Monochromatic Colors of #dfd301

#dfd301

Complementary Color

#dfd301 #010ddf

#dfd301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd301 Color CSS Codes

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

#dfd301 Text Font Color

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

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


#dfd301 Background Color

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

This div background color is #dfd301


#dfd301 Border Color

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

This div border color is #dfd301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd301


Comments

No comments written yet.

Please login to write comment.