Color Hex Logo

#dfb21f Color Hex

#DFB21F
(223,178,31)
0 Favorites   0 Comments

Color spaces of #dfb21f

RGB 22317831
HSL0.130.760.50
HSV46°86°87°
CMYK 0.000.200.86   0.13
XYZ46.599147.62778.0333
Yxy47.62770.45570.4658
Hunter Lab69.0128-0.245041.4074
CIE-Lab74.58953.788372.3057

#dfb21f color RGB value is (223,178,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 00011111
Octal 337 262 37
Decimal 223 178 31
Hex DF B2 1F

RGB Percentages of Color #dfb21f

%51.62
%41.20
%7.18

CMYK Percentages of Color #dfb21f

%0
%20
%86
%13

Triadic Colors of #dfb21f

#dfb21f #1fdfb2 #b21fdf

Analogous Colors of #dfb21f

#dfb21f #acdf1f #df521f

Monochromatic Colors of #dfb21f

#dfb21f

Complementary Color

#dfb21f #1f4cdf

#dfb21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb21f Color CSS Codes

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

#dfb21f Text Font Color

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

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


#dfb21f Background Color

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

This div background color is #dfb21f


#dfb21f Border Color

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

This div border color is #dfb21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb21f


Comments

No comments written yet.

Please login to write comment.