Color Hex Logo

#dfb619 Color Hex

#DFB619
(223,182,25)
0 Favorites   0 Comments

Color spaces of #dfb619

RGB 22318225
HSL0.130.800.49
HSV48°89°87°
CMYK 0.000.180.89   0.13
XYZ47.334849.21417.9242
Yxy49.21410.45310.4711
Hunter Lab70.1528-2.326442.4098
CIE-Lab75.58431.564374.4024

#dfb619 color RGB value is (223,182,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 00011001
Octal 337 266 31
Decimal 223 182 25
Hex DF B6 19

RGB Percentages of Color #dfb619

%51.86
%42.33
%5.81

CMYK Percentages of Color #dfb619

%0
%18
%89
%13

Triadic Colors of #dfb619

#dfb619 #19dfb6 #b619df

Analogous Colors of #dfb619

#dfb619 #a5df19 #df5319

Monochromatic Colors of #dfb619

#dfb619

Complementary Color

#dfb619 #1942df

#dfb619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb619 Color CSS Codes

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

#dfb619 Text Font Color

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

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


#dfb619 Background Color

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

This div background color is #dfb619


#dfb619 Border Color

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

This div border color is #dfb619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb619


Comments

No comments written yet.

Please login to write comment.