Color Hex Logo

#dfb219 Color Hex

#DFB219
(223,178,25)
0 Favorites   0 Comments

Color spaces of #dfb219

RGB 22317825
HSL0.130.800.49
HSV46°89°87°
CMYK 0.000.200.89   0.13
XYZ46.527347.59907.6550
Yxy47.59900.45710.4677
Hunter Lab68.9920-0.358041.7159
CIE-Lab74.57133.664273.6122

#dfb219 color RGB value is (223,178,25).

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

The process color (four color CMYK) of #dfb219 color hex is 0.00, 0.20, 0.89, 0.13. Web safe color of #dfb219 is #cc9900. Color #dfb219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 00011001
Octal 337 262 31
Decimal 223 178 25
Hex DF B2 19

RGB Percentages of Color #dfb219

%52.35
%41.78
%5.87

CMYK Percentages of Color #dfb219

%0
%20
%89
%13

Triadic Colors of #dfb219

#dfb219 #19dfb2 #b219df

Analogous Colors of #dfb219

#dfb219 #a9df19 #df4f19

Monochromatic Colors of #dfb219

#dfb219

Complementary Color

#dfb219 #1946df

#dfb219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb219 Color CSS Codes

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

#dfb219 Text Font Color

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

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


#dfb219 Background Color

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

This div background color is #dfb219


#dfb219 Border Color

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

This div border color is #dfb219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb219


Comments

No comments written yet.

Please login to write comment.