Color Hex Logo

#dfbd1f Color Hex

#DFBD1F
(223,189,31)
0 Favorites   0 Comments

Color spaces of #dfbd1f

RGB 22318931
HSL0.140.760.50
HSV49°86°87°
CMYK 0.000.150.86   0.13
XYZ48.876352.18218.7924
Yxy52.18210.44490.4750
Hunter Lab72.2372-5.640443.3495
CIE-Lab77.3896-1.960774.5704

#dfbd1f color RGB value is (223,189,31).

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

The process color (four color CMYK) of #dfbd1f color hex is 0.00, 0.15, 0.86, 0.13. Web safe color of #dfbd1f is #cccc33. Color #dfbd1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 00011111
Octal 337 275 37
Decimal 223 189 31
Hex DF BD 1F

RGB Percentages of Color #dfbd1f

%50.34
%42.66
%7.00

CMYK Percentages of Color #dfbd1f

%0
%15
%86
%13

Triadic Colors of #dfbd1f

#dfbd1f #1fdfbd #bd1fdf

Analogous Colors of #dfbd1f

#dfbd1f #a1df1f #df5d1f

Monochromatic Colors of #dfbd1f

#dfbd1f

Complementary Color

#dfbd1f #1f41df

#dfbd1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbd1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbd1f Color CSS Codes

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

#dfbd1f Text Font Color

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

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


#dfbd1f Background Color

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

This div background color is #dfbd1f


#dfbd1f Border Color

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

This div border color is #dfbd1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbd1f


Comments

No comments written yet.

Please login to write comment.