Color Hex Logo

#dfb716 Color Hex

#DFB716
(223,183,22)
0 Favorites   0 Comments

Color spaces of #dfb716

RGB 22318322
HSL0.130.820.48
HSV48°90°87°
CMYK 0.000.180.90   0.13
XYZ47.509749.61297.8313
Yxy49.61290.45270.4727
Hunter Lab70.4364-2.864742.7135
CIE-Lab75.83100.988475.1553

#dfb716 color RGB value is (223,183,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 00010110
Octal 337 267 26
Decimal 223 183 22
Hex DF B7 16

RGB Percentages of Color #dfb716

%52.10
%42.76
%5.14

CMYK Percentages of Color #dfb716

%0
%18
%90
%13

Triadic Colors of #dfb716

#dfb716 #16dfb7 #b716df

Analogous Colors of #dfb716

#dfb716 #a3df16 #df5316

Monochromatic Colors of #dfb716

#dfb716

Complementary Color

#dfb716 #163edf

#dfb716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb716 Color CSS Codes

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

#dfb716 Text Font Color

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

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


#dfb716 Background Color

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

This div background color is #dfb716


#dfb716 Border Color

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

This div border color is #dfb716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb716


Comments

No comments written yet.

Please login to write comment.