Color Hex Logo

#dfb91e Color Hex

#DFB91E
(223,185,30)
0 Favorites   0 Comments

Color spaces of #dfb91e

RGB 22318530
HSL0.130.760.50
HSV48°87°87°
CMYK 0.000.170.87   0.13
XYZ48.014750.47968.4412
Yxy50.47960.44900.4721
Hunter Lab71.0490-3.706042.6902
CIE-Lab76.36270.097873.9665

#dfb91e color RGB value is (223,185,30).

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

The process color (four color CMYK) of #dfb91e color hex is 0.00, 0.17, 0.87, 0.13. Web safe color of #dfb91e is #cccc33. Color #dfb91e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 00011110
Octal 337 271 36
Decimal 223 185 30
Hex DF B9 1E

RGB Percentages of Color #dfb91e

%50.91
%42.24
%6.85

CMYK Percentages of Color #dfb91e

%0
%17
%87
%13

Triadic Colors of #dfb91e

#dfb91e #1edfb9 #b91edf

Analogous Colors of #dfb91e

#dfb91e #a5df1e #df581e

Monochromatic Colors of #dfb91e

#dfb91e

Complementary Color

#dfb91e #1e44df

#dfb91e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb91e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb91e Color CSS Codes

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

#dfb91e Text Font Color

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

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


#dfb91e Background Color

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

This div background color is #dfb91e


#dfb91e Border Color

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

This div border color is #dfb91e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb91e


Comments

No comments written yet.

Please login to write comment.