Color Hex Logo

#dfb616 Color Hex

#DFB616
(223,182,22)
0 Favorites   0 Comments

Color spaces of #dfb616

RGB 22318222
HSL0.130.820.48
HSV48°90°87°
CMYK 0.000.180.90   0.13
XYZ47.304249.20187.7628
Yxy49.20180.45370.4719
Hunter Lab70.1440-2.373942.5392
CIE-Lab75.57671.511774.9600

#dfb616 color RGB value is (223,182,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 00010110
Octal 337 266 26
Decimal 223 182 22
Hex DF B6 16

RGB Percentages of Color #dfb616

%52.22
%42.62
%5.15

CMYK Percentages of Color #dfb616

%0
%18
%90
%13

Triadic Colors of #dfb616

#dfb616 #16dfb6 #b616df

Analogous Colors of #dfb616

#dfb616 #a4df16 #df5216

Monochromatic Colors of #dfb616

#dfb616

Complementary Color

#dfb616 #163fdf

#dfb616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb616 Color CSS Codes

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

#dfb616 Text Font Color

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

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


#dfb616 Background Color

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

This div background color is #dfb616


#dfb616 Border Color

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

This div border color is #dfb616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb616


Comments

No comments written yet.

Please login to write comment.