Color Hex Logo

#dfb01f Color Hex

#DFB01F
(223,176,31)
0 Favorites   0 Comments

Color spaces of #dfb01f

RGB 22317631
HSL0.130.760.50
HSV45°86°87°
CMYK 0.000.210.86   0.13
XYZ46.204146.83767.9017
Yxy46.83760.45770.4640
Hunter Lab68.43800.743041.0611
CIE-Lab74.08584.842471.8977

#dfb01f color RGB value is (223,176,31).

#dfb01f hex color red value is 223, green value is 176 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dfb01f hue: 0.13 , saturation: 0.76 and the lightness value of dfb01f is 0.50.

The process color (four color CMYK) of #dfb01f color hex is 0.00, 0.21, 0.86, 0.13. Web safe color of #dfb01f is #cc9933. Color #dfb01f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 00011111
Octal 337 260 37
Decimal 223 176 31
Hex DF B0 1F

RGB Percentages of Color #dfb01f

%51.86
%40.93
%7.21

CMYK Percentages of Color #dfb01f

%0
%21
%86
%13

Triadic Colors of #dfb01f

#dfb01f #1fdfb0 #b01fdf

Analogous Colors of #dfb01f

#dfb01f #aedf1f #df501f

Monochromatic Colors of #dfb01f

#dfb01f

Complementary Color

#dfb01f #1f4edf

#dfb01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb01f Color CSS Codes

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

#dfb01f Text Font Color

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

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


#dfb01f Background Color

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

This div background color is #dfb01f


#dfb01f Border Color

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

This div border color is #dfb01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb01f


Comments

No comments written yet.

Please login to write comment.