Color Hex Logo

#dfb90e Color Hex

#DFB90E
(223,185,14)
0 Favorites   0 Comments

Color spaces of #dfb90e

RGB 22318514
HSL0.140.880.46
HSV49°94°87°
CMYK 0.000.170.94   0.13
XYZ47.859750.41767.6246
Yxy50.41760.45190.4761
Hunter Lab71.0054-3.945143.3371
CIE-Lab76.3249-0.168176.7451

#dfb90e color RGB value is (223,185,14).

#dfb90e hex color red value is 223, green value is 185 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dfb90e hue: 0.14 , saturation: 0.88 and the lightness value of dfb90e is 0.46.

The process color (four color CMYK) of #dfb90e color hex is 0.00, 0.17, 0.94, 0.13. Web safe color of #dfb90e is #cccc00. Color #dfb90e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 00001110
Octal 337 271 16
Decimal 223 185 14
Hex DF B9 E

RGB Percentages of Color #dfb90e

%52.84
%43.84
%3.32

CMYK Percentages of Color #dfb90e

%0
%17
%94
%13

Triadic Colors of #dfb90e

#dfb90e #0edfb9 #b90edf

Analogous Colors of #dfb90e

#dfb90e #9ddf0e #df500e

Monochromatic Colors of #dfb90e

#dfb90e

Complementary Color

#dfb90e #0e34df

#dfb90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb90e Color CSS Codes

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

#dfb90e Text Font Color

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

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


#dfb90e Background Color

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

This div background color is #dfb90e


#dfb90e Border Color

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

This div border color is #dfb90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb90e


Comments

No comments written yet.

Please login to write comment.