Color Hex Logo

#dfd321 Color Hex

#DFD321
(223,211,33)
0 Favorites   0 Comments

Color spaces of #dfd321

RGB 22321133
HSL0.160.750.50
HSV56°85°87°
CMYK 0.000.050.85   0.13
XYZ54.000262.386310.6345
Yxy62.38630.42510.4911
Hunter Lab78.9850-16.187547.3067
CIE-Lab83.1184-13.118378.7890

#dfd321 color RGB value is (223,211,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010011 00100001
Octal 337 323 41
Decimal 223 211 33
Hex DF D3 21

RGB Percentages of Color #dfd321

%47.75
%45.18
%7.07

CMYK Percentages of Color #dfd321

%0
%5
%85
%13

Triadic Colors of #dfd321

#dfd321 #21dfd3 #d321df

Analogous Colors of #dfd321

#dfd321 #8cdf21 #df7421

Monochromatic Colors of #dfd321

#dfd321

Complementary Color

#dfd321 #212ddf

#dfd321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd321 Color CSS Codes

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

#dfd321 Text Font Color

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

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


#dfd321 Background Color

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

This div background color is #dfd321


#dfd321 Border Color

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

This div border color is #dfd321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd321


Comments

No comments written yet.

Please login to write comment.