Color Hex Logo

#dfb719 Color Hex

#DFB719
(223,183,25)
0 Favorites   0 Comments

Color spaces of #dfb719

RGB 22318325
HSL0.130.800.49
HSV48°89°87°
CMYK 0.000.180.89   0.13
XYZ47.540449.62517.9927
Yxy49.62510.45210.4719
Hunter Lab70.4451-2.816842.5845
CIE-Lab75.83861.041474.6008

#dfb719 color RGB value is (223,183,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 00011001
Octal 337 267 31
Decimal 223 183 25
Hex DF B7 19

RGB Percentages of Color #dfb719

%51.74
%42.46
%5.80

CMYK Percentages of Color #dfb719

%0
%18
%89
%13

Triadic Colors of #dfb719

#dfb719 #19dfb7 #b719df

Analogous Colors of #dfb719

#dfb719 #a4df19 #df5419

Monochromatic Colors of #dfb719

#dfb719

Complementary Color

#dfb719 #1941df

#dfb719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb719 Color CSS Codes

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

#dfb719 Text Font Color

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

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


#dfb719 Background Color

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

This div background color is #dfb719


#dfb719 Border Color

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

This div border color is #dfb719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb719


Comments

No comments written yet.

Please login to write comment.