Color Hex Logo

#dfd316 Color Hex

#DFD316
(223,211,22)
0 Favorites   0 Comments

Color spaces of #dfd316

RGB 22321122
HSL0.160.820.48
HSV56°90°87°
CMYK 0.000.050.90   0.13
XYZ53.870562.33449.9515
Yxy62.33440.42700.4941
Hunter Lab78.9521-16.372447.7933
CIE-Lab83.0909-13.331680.7572

#dfd316 color RGB value is (223,211,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010011 00010110
Octal 337 323 26
Decimal 223 211 22
Hex DF D3 16

RGB Percentages of Color #dfd316

%48.90
%46.27
%4.82

CMYK Percentages of Color #dfd316

%0
%5
%90
%13

Triadic Colors of #dfd316

#dfd316 #16dfd3 #d316df

Analogous Colors of #dfd316

#dfd316 #87df16 #df6f16

Monochromatic Colors of #dfd316

#dfd316

Complementary Color

#dfd316 #1622df

#dfd316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd316 Color CSS Codes

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

#dfd316 Text Font Color

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

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


#dfd316 Background Color

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

This div background color is #dfd316


#dfd316 Border Color

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

This div border color is #dfd316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd316


Comments

No comments written yet.

Please login to write comment.