Color Hex Logo

#dfb519 Color Hex

#DFB519
(223,181,25)
0 Favorites   0 Comments

Color spaces of #dfb519

RGB 22318125
HSL0.130.800.49
HSV47°89°87°
CMYK 0.000.190.89   0.13
XYZ47.130848.80597.8561
Yxy48.80590.45410.4702
Hunter Lab69.8612-1.834842.2355
CIE-Lab75.33042.088674.2045

#dfb519 color RGB value is (223,181,25).

#dfb519 hex color red value is 223, green value is 181 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #dfb519 hue: 0.13 , saturation: 0.80 and the lightness value of dfb519 is 0.49.

The process color (four color CMYK) of #dfb519 color hex is 0.00, 0.19, 0.89, 0.13. Web safe color of #dfb519 is #cccc00. Color #dfb519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110101 00011001
Octal 337 265 31
Decimal 223 181 25
Hex DF B5 19

RGB Percentages of Color #dfb519

%51.98
%42.19
%5.83

CMYK Percentages of Color #dfb519

%0
%19
%89
%13

Triadic Colors of #dfb519

#dfb519 #19dfb5 #b519df

Analogous Colors of #dfb519

#dfb519 #a6df19 #df5219

Monochromatic Colors of #dfb519

#dfb519

Complementary Color

#dfb519 #1943df

#dfb519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb519 Color CSS Codes

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

#dfb519 Text Font Color

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

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


#dfb519 Background Color

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

This div background color is #dfb519


#dfb519 Border Color

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

This div border color is #dfb519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb519


Comments

No comments written yet.

Please login to write comment.