Color Hex Logo

#dfb916 Color Hex

#DFB916
(223,185,22)
0 Favorites   0 Comments

Color spaces of #dfb916

RGB 22318522
HSL0.140.820.48
HSV49°90°87°
CMYK 0.000.170.90   0.13
XYZ47.925250.44387.9698
Yxy50.44380.45070.4744
Hunter Lab71.0238-3.844043.0635
CIE-Lab76.3409-0.055775.5469

#dfb916 color RGB value is (223,185,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 00010110
Octal 337 271 26
Decimal 223 185 22
Hex DF B9 16

RGB Percentages of Color #dfb916

%51.86
%43.02
%5.12

CMYK Percentages of Color #dfb916

%0
%17
%90
%13

Triadic Colors of #dfb916

#dfb916 #16dfb9 #b916df

Analogous Colors of #dfb916

#dfb916 #a1df16 #df5516

Monochromatic Colors of #dfb916

#dfb916

Complementary Color

#dfb916 #163cdf

#dfb916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb916 Color CSS Codes

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

#dfb916 Text Font Color

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

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


#dfb916 Background Color

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

This div background color is #dfb916


#dfb916 Border Color

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

This div border color is #dfb916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb916


Comments

No comments written yet.

Please login to write comment.