Color Hex Logo

#dfb314 Color Hex

#DFB314
(223,179,20)
0 Favorites   0 Comments

Color spaces of #dfb314

RGB 22317920
HSL0.130.840.48
HSV47°91°87°
CMYK 0.000.200.91   0.13
XYZ46.677847.97877.4624
Yxy47.97870.45710.4698
Hunter Lab69.2667-0.928142.0991
CIE-Lab74.81153.053374.7245

#dfb314 color RGB value is (223,179,20).

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

The process color (four color CMYK) of #dfb314 color hex is 0.00, 0.20, 0.91, 0.13. Web safe color of #dfb314 is #cccc00. Color #dfb314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 00010100
Octal 337 263 24
Decimal 223 179 20
Hex DF B3 14

RGB Percentages of Color #dfb314

%52.84
%42.42
%4.74

CMYK Percentages of Color #dfb314

%0
%20
%91
%13

Triadic Colors of #dfb314

#dfb314 #14dfb3 #b314df

Analogous Colors of #dfb314

#dfb314 #a6df14 #df4e14

Monochromatic Colors of #dfb314

#dfb314

Complementary Color

#dfb314 #1440df

#dfb314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb314 Color CSS Codes

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

#dfb314 Text Font Color

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

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


#dfb314 Background Color

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

This div background color is #dfb314


#dfb314 Border Color

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

This div border color is #dfb314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb314


Comments

No comments written yet.

Please login to write comment.